Commit d8398805 authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab

[media] xc5000: add XC5000C_DEFAULT_FIRMWARE: dvb-fe-xc5000c-41.024.5-31875.fw

Signed-off-by: default avatarMichael Krufky <mkrufky@kernellabs.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 76efb0ba
......@@ -208,6 +208,11 @@ struct xc5000_fw_cfg xc5000a_1_6_114 = {
.size = 12401,
};
struct xc5000_fw_cfg xc5000c_41_024_5_31875 = {
.name = "dvb-fe-xc5000c-41.024.5-31875.fw",
.size = 16503,
};
static int xc_load_fw_and_init_tuner(struct dvb_frontend *fe);
static int xc5000_is_firmware_loaded(struct dvb_frontend *fe);
static int xc5000_readreg(struct xc5000_priv *priv, u16 reg, u16 *val);
......
......@@ -33,10 +33,13 @@ struct xc5000_fw_cfg {
};
extern struct xc5000_fw_cfg xc5000a_1_6_114;
extern struct xc5000_fw_cfg xc5000c_41_024_5_31875;
#define XC5000_FW_A_1_6_114 &xc5000a_1_6_114
#define XC5000_FW_A_1_6_114 &xc5000a_1_6_114
#define XC5000_FW_C_41_024_5_31875 &xc5000c_41_024_5_31875
#define XC5000_DEFAULT_FIRMWARE XC5000_FW_A_1_6_114
#define XC5000C_DEFAULT_FIRMWARE XC5000_FW_C_41_024_5_31875
struct xc5000_config {
u8 i2c_address;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment