From 7e0af29d6f3964bec3d72c6caeb87a603e660fdf Mon Sep 17 00:00:00 2001 From: Clemens Ladisch Date: Thu, 3 May 2007 17:59:54 +0200 Subject: [ALSA] add MODULE_FIRMWARE entries Add MODULE_FIRMWARE() entries, where appropriate. Signed-off-by: Clemens Ladisch Signed-off-by: Jaroslav Kysela --- sound/isa/wavefront/wavefront_fx.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sound/isa/wavefront/wavefront_fx.c') diff --git a/sound/isa/wavefront/wavefront_fx.c b/sound/isa/wavefront/wavefront_fx.c index 0e948a9a720..fc95a870f69 100644 --- a/sound/isa/wavefront/wavefront_fx.c +++ b/sound/isa/wavefront/wavefront_fx.c @@ -298,3 +298,7 @@ out: #endif return err; } + +#ifndef CONFIG_SND_WAVEFRONT_FIRMWARE_IN_KERNEL +MODULE_FIRMWARE("yamaha/yss225_registers.bin"); +#endif -- cgit v1.2.3