aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/intel8x0.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-01-28 10:05:16 -0500
committerTakashi Iwai <tiwai@suse.de>2009-01-28 10:05:16 -0500
commite167280070cccd2e0cde94f73ded0a4b08bf6412 (patch)
tree0fa40bec3917172ec78dee2a1a6e78a6604a54c7 /sound/pci/intel8x0.c
parente3e9c5e7096f6379ca8fa78413b2055fa29f4530 (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.c2
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