From: Takashi Iwai Date: Wed, 28 Jan 2009 15:05:16 +0000 (+0100) Subject: ALSA: intel8x0 - Fix build with CONFIG_SND_AC97_POWERSAVE=n X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e167280070cccd2e0cde94f73ded0a4b08bf6412;p=deliverable%2Flinux.git ALSA: intel8x0 - Fix build with CONFIG_SND_AC97_POWERSAVE=n Signed-off-by: Takashi Iwai --- 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) #define snd_intel8x0_ich_chip_can_cold_reset(chip) \ (!snd_pci_quirk_lookup(chip->pci, ich_chip_reset_mode)) #else -#define snd_intel8x0_ich_chip_cold_reset(x) do { } while (0) +#define snd_intel8x0_ich_chip_cold_reset(chip) 0 #define snd_intel8x0_ich_chip_can_cold_reset(chip) (0) #endif