diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/ac97/ac97_patch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ac97/ac97_patch.c b/sound/pci/ac97/ac97_patch.c index 737c4bb94d2a..05efff08ddcc 100644 --- a/sound/pci/ac97/ac97_patch.c +++ b/sound/pci/ac97/ac97_patch.c | |||
@@ -1507,7 +1507,7 @@ static void ad1888_update_jacks(ac97_t *ac97) | |||
1507 | is_shared_linein(ac97) ? 0 : 1 << 12); | 1507 | is_shared_linein(ac97) ? 0 : 1 << 12); |
1508 | /* shared Mic */ | 1508 | /* shared Mic */ |
1509 | snd_ac97_update_bits(ac97, AC97_AD_MISC, 1 << 11, | 1509 | snd_ac97_update_bits(ac97, AC97_AD_MISC, 1 << 11, |
1510 | is_shared_micin(ac97) ? 0 : 1 << 13); | 1510 | is_shared_micin(ac97) ? 0 : 1 << 11); |
1511 | } | 1511 | } |
1512 | 1512 | ||
1513 | static const snd_kcontrol_new_t snd_ac97_ad1888_controls[] = { | 1513 | static const snd_kcontrol_new_t snd_ac97_ad1888_controls[] = { |