2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-26 14:14:01 +08:00

ALSA: hda/ca0132 - Declare firmware only when really built

Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Iwai 2013-01-15 17:44:20 +01:00
parent 8ae3124b8f
commit 7a527edee4

View File

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