diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-01-28 10:05:16 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-01-28 10:05:16 -0500 |
commit | e167280070cccd2e0cde94f73ded0a4b08bf6412 (patch) | |
tree | 0fa40bec3917172ec78dee2a1a6e78a6604a54c7 /sound/pci/intel8x0.c | |
parent | e3e9c5e7096f6379ca8fa78413b2055fa29f4530 (diff) |
ALSA: intel8x0 - Fix build with CONFIG_SND_AC97_POWERSAVE=n
Signed-off-by: Takashi Iwai <tiwai@suse.de>
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 b37bd268301f..b13ef1e2a4a3 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c | |||
@@ -2317,7 +2317,7 @@ static int snd_intel8x0_ich_chip_cold_reset(struct intel8x0 *chip) | |||
2317 | #define snd_intel8x0_ich_chip_can_cold_reset(chip) \ | 2317 | #define snd_intel8x0_ich_chip_can_cold_reset(chip) \ |
2318 | (!snd_pci_quirk_lookup(chip->pci, ich_chip_reset_mode)) | 2318 | (!snd_pci_quirk_lookup(chip->pci, ich_chip_reset_mode)) |
2319 | #else | 2319 | #else |
2320 | #define snd_intel8x0_ich_chip_cold_reset(x) do { } while (0) | 2320 | #define snd_intel8x0_ich_chip_cold_reset(chip) 0 |
2321 | #define snd_intel8x0_ich_chip_can_cold_reset(chip) (0) | 2321 | #define snd_intel8x0_ich_chip_can_cold_reset(chip) (0) |
2322 | #endif | 2322 | #endif |
2323 | 2323 | ||