public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 29/75] cx18: declare MODULE_FIRMWARE
@ 2009-11-07 21:51 Ben Hutchings
  2009-11-08  1:40 ` Andy Walls
  0 siblings, 1 reply; 7+ messages in thread
From: Ben Hutchings @ 2009-11-07 21:51 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: linux-media

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
 drivers/media/video/cx18/cx18-av-firmware.c |    1 +
 drivers/media/video/cx18/cx18-dvb.c         |    2 ++
 drivers/media/video/cx18/cx18-firmware.c    |    3 +++
 3 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/drivers/media/video/cx18/cx18-av-firmware.c b/drivers/media/video/cx18/cx18-av-firmware.c
index b9e8cc5..137445c 100644
--- a/drivers/media/video/cx18/cx18-av-firmware.c
+++ b/drivers/media/video/cx18/cx18-av-firmware.c
@@ -32,6 +32,7 @@
 #define CX18_AI1_MUX_INVALID 0x30
 
 #define FWFILE "v4l-cx23418-dig.fw"
+MODULE_FIRMWARE(FWFILE);
 
 static int cx18_av_verifyfw(struct cx18 *cx, const struct firmware *fw)
 {
diff --git a/drivers/media/video/cx18/cx18-dvb.c b/drivers/media/video/cx18/cx18-dvb.c
index 51a0c33..9f70168 100644
--- a/drivers/media/video/cx18/cx18-dvb.c
+++ b/drivers/media/video/cx18/cx18-dvb.c
@@ -131,6 +131,8 @@ static int yuan_mpc718_mt352_reqfw(struct cx18_stream *stream,
 	return ret;
 }
 
+MODULE_FIRMWARE("dvb-cx18-mpc718-mt352.fw");
+
 static int yuan_mpc718_mt352_init(struct dvb_frontend *fe)
 {
 	struct cx18_dvb *dvb = container_of(fe->dvb,
diff --git a/drivers/media/video/cx18/cx18-firmware.c b/drivers/media/video/cx18/cx18-firmware.c
index 83cd559..4ac4b81 100644
--- a/drivers/media/video/cx18/cx18-firmware.c
+++ b/drivers/media/video/cx18/cx18-firmware.c
@@ -446,3 +446,6 @@ int cx18_firmware_init(struct cx18 *cx)
 	cx18_write_reg_expect(cx, 0x14001400, 0xc78110, 0x00001400, 0x14001400);
 	return 0;
 }
+
+MODULE_FIRMWARE("v4l-cx23418-cpu.fw");
+MODULE_FIRMWARE("v4l-cx23418-apu.fw");
-- 
1.6.5.2




^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-11-09 12:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-07 21:51 [PATCH 29/75] cx18: declare MODULE_FIRMWARE Ben Hutchings
2009-11-08  1:40 ` Andy Walls
2009-11-08  1:53   ` Ben Hutchings
2009-11-08  2:08     ` Andy Walls
2009-11-09 10:06       ` Hans Verkuil
2009-11-09 12:03         ` Andy Walls
2009-11-09 12:34           ` Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox