commit | 7a527edee43a3c6c861e4a269f2bd3799b9bf8e8 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Jan 15 17:44:20 2013 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Jan 15 17:49:45 2013 +0100 |
tree | d77a601cb45ee953736e712122a074b215f29db2 | |
parent | 8ae3124b8f0f3f97f928be22ccc816118d4b0ecb [diff] [blame] |
ALSA: hda/ca0132 - Declare firmware only when really built Signed-off-by: Takashi Iwai <tiwai@suse.de>
diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c index cc6c8a5..70a2c55 100644 --- a/sound/pci/hda/patch_ca0132.c +++ b/sound/pci/hda/patch_ca0132.c
@@ -75,7 +75,9 @@ #define EFX_FILE "ctefx.bin" +#ifdef CONFIG_SND_HDA_DSP_LOADER MODULE_FIRMWARE(EFX_FILE); +#endif static char *dirstr[2] = { "Playback", "Capture" };