From 7a527edee43a3c6c861e4a269f2bd3799b9bf8e8 Mon Sep 17 00:00:00 2001
From: Takashi Iwai <tiwai@suse.de>
Date: Tue, 15 Jan 2013 17:44:20 +0100
Subject: [PATCH 26/29] ALSA: hda/ca0132 - Declare firmware only when really built
Git-commit: 7a527edee43a3c6c861e4a269f2bd3799b9bf8e8
Patch-mainline: 3.9-rc1
References: bnc#814440,FATE#314291

Signed-off-by: Takashi Iwai <tiwai@suse.de>

---
 sound/pci/hda/patch_ca0132.c |    2 ++
 1 file changed, 2 insertions(+)

--- 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" };
 
