mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
ALSA: intel8x0 - Fix build with CONFIG_SND_AC97_POWERSAVE=n
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
e3e9c5e709
commit
e167280070
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue