diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2007-05-03 19:59:54 +0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2007-05-11 18:56:14 +0400 |
commit | 7e0af29d6f3964bec3d72c6caeb87a603e660fdf (patch) | |
tree | 96f2fdbb205668caa8731001987f4d26074bff9d /sound/pci/echoaudio/gina20.c | |
parent | 1327e2b859d725f94687f80e7719a367501b3be2 (diff) | |
download | linux-7e0af29d6f3964bec3d72c6caeb87a603e660fdf.tar.xz |
[ALSA] add MODULE_FIRMWARE entries
Add MODULE_FIRMWARE() entries, where appropriate.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci/echoaudio/gina20.c')
-rw-r--r-- | sound/pci/echoaudio/gina20.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/echoaudio/gina20.c b/sound/pci/echoaudio/gina20.c index af4d32026e4a..fee2d4831732 100644 --- a/sound/pci/echoaudio/gina20.c +++ b/sound/pci/echoaudio/gina20.c @@ -60,6 +60,8 @@ #include <asm/atomic.h> #include "echoaudio.h" +MODULE_FIRMWARE("ea/gina20_dsp.fw"); + #define FW_GINA20_DSP 0 static const struct firmware card_fw[] = { |