diff options
Diffstat (limited to 'sound/pci/intel8x0.c')
-rw-r--r-- | sound/pci/intel8x0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index 28d5d9deb892..f8aef131be7a 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c | |||
@@ -2057,7 +2057,7 @@ static int __devinit snd_intel8x0_mixer(struct intel8x0 *chip, int ac97_clock, | |||
2057 | memset(&ac97, 0, sizeof(ac97)); | 2057 | memset(&ac97, 0, sizeof(ac97)); |
2058 | ac97.private_data = chip; | 2058 | ac97.private_data = chip; |
2059 | ac97.private_free = snd_intel8x0_mixer_free_ac97; | 2059 | ac97.private_free = snd_intel8x0_mixer_free_ac97; |
2060 | ac97.scaps = AC97_SCAP_SKIP_MODEM; | 2060 | ac97.scaps = AC97_SCAP_SKIP_MODEM | AC97_SCAP_POWER_SAVE; |
2061 | if (chip->xbox) | 2061 | if (chip->xbox) |
2062 | ac97.scaps |= AC97_SCAP_DETECT_BY_VENDOR; | 2062 | ac97.scaps |= AC97_SCAP_DETECT_BY_VENDOR; |
2063 | if (chip->device_type != DEVICE_ALI) { | 2063 | if (chip->device_type != DEVICE_ALI) { |