Changeset 743
- Timestamp:
- Sep 18, 2022, 10:56:52 AM (3 years ago)
- Location:
- GPL/branches/uniaud32-exp/alsa-kernel/pci/hda
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-exp/alsa-kernel/pci/hda/hda_eld.c
r708 r743 252 252 #ifndef TARGET_OS2 //FIXME Error! E1029: Expression must be 'pointer to ...' 253 253 e->aud_synch_delay = GRAB_BITS(buf, 6, 0, 8) * 2; 254 #else 255 int delay = GRAB_BITS(buf, 6, 0, 8); 256 e->aud_synch_delay = delay *2; 254 257 #endif 255 258 e->spk_alloc = GRAB_BITS(buf, 7, 0, 7); -
GPL/branches/uniaud32-exp/alsa-kernel/pci/hda/patch_realtek.c
r741 r743 7827 7827 __snd_hda_apply_fixup(codec, id, action, 0); 7828 7828 } 7829 # nedif7829 #endif 7830 7830 7831 7831 #ifdef TARGET_OS2
Note:
See TracChangeset
for help on using the changeset viewer.