From: Takashi Iwai Date: Tue, 15 Jan 2013 16:44:20 +0000 (+0100) Subject: ALSA: hda/ca0132 - Declare firmware only when really built X-Git-Tag: firefly_0821_release~3680^2~1005^2~43^2~3 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7a527edee43a3c6c861e4a269f2bd3799b9bf8e8;p=firefly-linux-kernel-4.4.55.git ALSA: hda/ca0132 - Declare firmware only when really built Signed-off-by: Takashi Iwai --- 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 @@ #define EFX_FILE "ctefx.bin" +#ifdef CONFIG_SND_HDA_DSP_LOADER MODULE_FIRMWARE(EFX_FILE); +#endif static char *dirstr[2] = { "Playback", "Capture" };