diff options
author | Takashi Iwai <tiwai@suse.de> | 2013-01-15 11:44:20 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-01-15 11:49:45 -0500 |
commit | 7a527edee43a3c6c861e4a269f2bd3799b9bf8e8 (patch) | |
tree | d77a601cb45ee953736e712122a074b215f29db2 /sound/pci/hda | |
parent | 8ae3124b8f0f3f97f928be22ccc816118d4b0ecb (diff) |
ALSA: hda/ca0132 - Declare firmware only when really built
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda')
-rw-r--r-- | sound/pci/hda/patch_ca0132.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c index cc6c8a590316..70a2c552c49c 100644 --- a/sound/pci/hda/patch_ca0132.c +++ b/sound/pci/hda/patch_ca0132.c | |||
@@ -75,7 +75,9 @@ | |||
75 | 75 | ||
76 | #define EFX_FILE "ctefx.bin" | 76 | #define EFX_FILE "ctefx.bin" |
77 | 77 | ||
78 | #ifdef CONFIG_SND_HDA_DSP_LOADER | ||
78 | MODULE_FIRMWARE(EFX_FILE); | 79 | MODULE_FIRMWARE(EFX_FILE); |
80 | #endif | ||
79 | 81 | ||
80 | static char *dirstr[2] = { "Playback", "Capture" }; | 82 | static char *dirstr[2] = { "Playback", "Capture" }; |
81 | 83 | ||