Changeset 412
- Timestamp:
- Jan 26, 2009, 3:40:31 AM (17 years ago)
- Location:
- GPL/branches/uniaud32-2.0/alsa-kernel
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.0/alsa-kernel/core/control.c
r402 r412 1350 1350 return -EINVAL; 1351 1351 down_write(&snd_ioctl_rwsem); 1352 list_for_each_entry(p, lists, list, struct snd_kctl_ioctl , struct snd_kctl_ioctl) {1352 list_for_each_entry(p, lists, list, struct snd_kctl_ioctl) { 1353 1353 if (p->fioctl == fcn) { 1354 1354 list_del(&p->list); -
GPL/branches/uniaud32-2.0/alsa-kernel/core/oss/pcm_oss.c
r399 r412 2971 2971 */ 2972 2972 2973 #ifndef TARGET_OS2 2973 2974 static const struct file_operations snd_pcm_oss_f_reg = 2975 #else 2976 static struct file_operations snd_pcm_oss_f_reg = 2977 #endif 2974 2978 { 2975 2979 #ifndef TARGET_OS2 -
GPL/branches/uniaud32-2.0/alsa-kernel/pci/hda/hda_intel.c
r410 r412 1100 1100 struct azx_dev *azx_dev) 1101 1101 { 1102 #ifdef TARGET_OS21103 volatile u32 *bdl;1104 #else1105 1102 u32 *bdl; 1106 #endif 1103 1107 1104 int i, ofs, periods, period_bytes; 1108 1105 int pos_adj;
Note:
See TracChangeset
for help on using the changeset viewer.