diff options
-rw-r--r-- | sound/pci/ac97/ac97_patch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/ac97/ac97_patch.c b/sound/pci/ac97/ac97_patch.c index abe88adec37e..0746e9ccc20b 100644 --- a/sound/pci/ac97/ac97_patch.c +++ b/sound/pci/ac97/ac97_patch.c | |||
@@ -3710,7 +3710,7 @@ static int patch_ucb1400(struct snd_ac97 * ac97) | |||
3710 | { | 3710 | { |
3711 | ac97->build_ops = &patch_ucb1400_ops; | 3711 | ac97->build_ops = &patch_ucb1400_ops; |
3712 | /* enable headphone driver and smart low power mode by default */ | 3712 | /* enable headphone driver and smart low power mode by default */ |
3713 | snd_ac97_write(ac97, 0x6a, 0x0050); | 3713 | snd_ac97_write_cache(ac97, 0x6a, 0x0050); |
3714 | snd_ac97_write(ac97, 0x6c, 0x0030); | 3714 | snd_ac97_write_cache(ac97, 0x6c, 0x0030); |
3715 | return 0; | 3715 | return 0; |
3716 | } | 3716 | } |