Changeset 302 for GPL/branches/alsa-resync1/alsa-kernel
- Timestamp:
- Feb 25, 2008, 7:39:26 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/alsa-resync1/alsa-kernel/pci/ac97/ac97_pcm.c
r300 r302 231 231 ac97->spdif_status = sbits; 232 232 /* update the internal spdif bits */ 233 #ifndef TARGET_OS2 233 234 spin_lock(&ac97->reg_lock); 235 #endif /* !TARGET_OS2 */ 234 236 sbits = ac97->spdif_status; 235 237 if (sbits & IEC958_AES0_PROFESSIONAL) { … … 249 251 } 250 252 ac97->spdif_status = sbits; 253 #ifndef TARGET_OS2 251 254 spin_unlock(&ac97->reg_lock); 255 #endif /* TARGET_OS2 */ 252 256 } 253 257 snd_ac97_update_bits_nolock(ac97, AC97_EXTENDED_STATUS, AC97_EA_SPDIF, AC97_EA_SPDIF);
Note:
See TracChangeset
for help on using the changeset viewer.