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 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 | ||