diff options
author | Michael Krufky <mkrufky@kernellabs.com> | 2012-02-06 23:16:27 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-02-14 14:20:22 -0500 |
commit | d83988058cba594ac2011a4ca0c50097bd24c2de (patch) | |
tree | efc8fec3a8db4e7886656736471f98098ed35e4a /drivers/media/common/tuners/xc5000.c | |
parent | 76efb0ba2118c286231dd062bf02b2537cc8738f (diff) |
[media] xc5000: add XC5000C_DEFAULT_FIRMWARE: dvb-fe-xc5000c-41.024.5-31875.fw
Signed-off-by: Michael Krufky <mkrufky@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common/tuners/xc5000.c')
-rw-r--r-- | drivers/media/common/tuners/xc5000.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/common/tuners/xc5000.c b/drivers/media/common/tuners/xc5000.c index 16c3f75816c4..5af309cddd5e 100644 --- a/drivers/media/common/tuners/xc5000.c +++ b/drivers/media/common/tuners/xc5000.c | |||
@@ -208,6 +208,11 @@ struct xc5000_fw_cfg xc5000a_1_6_114 = { | |||
208 | .size = 12401, | 208 | .size = 12401, |
209 | }; | 209 | }; |
210 | 210 | ||
211 | struct xc5000_fw_cfg xc5000c_41_024_5_31875 = { | ||
212 | .name = "dvb-fe-xc5000c-41.024.5-31875.fw", | ||
213 | .size = 16503, | ||
214 | }; | ||
215 | |||
211 | static int xc_load_fw_and_init_tuner(struct dvb_frontend *fe); | 216 | static int xc_load_fw_and_init_tuner(struct dvb_frontend *fe); |
212 | static int xc5000_is_firmware_loaded(struct dvb_frontend *fe); | 217 | static int xc5000_is_firmware_loaded(struct dvb_frontend *fe); |
213 | static int xc5000_readreg(struct xc5000_priv *priv, u16 reg, u16 *val); | 218 | static int xc5000_readreg(struct xc5000_priv *priv, u16 reg, u16 *val); |