Ignore:
Timestamp:
Feb 25, 2008, 7:39:26 AM (17 years ago)
Author:
Brendan Oakley
Message:

Fix a missed compile error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/alsa-resync1/alsa-kernel/pci/ac97/ac97_pcm.c

    r300 r302  
    231231                ac97->spdif_status = sbits;
    232232                /* update the internal spdif bits */
     233#ifndef TARGET_OS2
    233234                spin_lock(&ac97->reg_lock);
     235#endif /* !TARGET_OS2 */
    234236                sbits = ac97->spdif_status;
    235237                if (sbits & IEC958_AES0_PROFESSIONAL) {
     
    249251                }
    250252                ac97->spdif_status = sbits;
     253#ifndef TARGET_OS2
    251254                spin_unlock(&ac97->reg_lock);
     255#endif /* TARGET_OS2 */
    252256        }
    253257        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.