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

V4L/DVB (8968): replace xc3028 firmware filenames with defined default firmware names

Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent de3e3b82
...@@ -773,7 +773,7 @@ static int cxusb_dvico_xc3028_tuner_attach(struct dvb_usb_adapter *adap) ...@@ -773,7 +773,7 @@ static int cxusb_dvico_xc3028_tuner_attach(struct dvb_usb_adapter *adap)
.callback = dvico_bluebird_xc2028_callback, .callback = dvico_bluebird_xc2028_callback,
}; };
static struct xc2028_ctrl ctl = { static struct xc2028_ctrl ctl = {
.fname = "xc3028-v27.fw", .fname = XC2028_DEFAULT_FIRMWARE,
.max_len = 64, .max_len = 64,
.demod = XC3028_FE_ZARLINK456, .demod = XC3028_FE_ZARLINK456,
}; };
......
...@@ -407,7 +407,7 @@ static int dvb_register(struct cx23885_tsport *port) ...@@ -407,7 +407,7 @@ static int dvb_register(struct cx23885_tsport *port)
.callback = cx23885_tuner_callback, .callback = cx23885_tuner_callback,
}; };
static struct xc2028_ctrl ctl = { static struct xc2028_ctrl ctl = {
.fname = "xc3028-v27.fw", .fname = XC2028_DEFAULT_FIRMWARE,
.max_len = 64, .max_len = 64,
.scode_table = XC3028_FE_OREN538, .scode_table = XC3028_FE_OREN538,
}; };
...@@ -447,7 +447,7 @@ static int dvb_register(struct cx23885_tsport *port) ...@@ -447,7 +447,7 @@ static int dvb_register(struct cx23885_tsport *port)
.callback = cx23885_tuner_callback, .callback = cx23885_tuner_callback,
}; };
static struct xc2028_ctrl ctl = { static struct xc2028_ctrl ctl = {
.fname = "xc3028L-v36.fw", .fname = XC3028L_DEFAULT_FIRMWARE,
.max_len = 64, .max_len = 64,
.demod = 5000, .demod = 5000,
.d2633 = 1 .d2633 = 1
...@@ -489,7 +489,7 @@ static int dvb_register(struct cx23885_tsport *port) ...@@ -489,7 +489,7 @@ static int dvb_register(struct cx23885_tsport *port)
.callback = cx23885_tuner_callback, .callback = cx23885_tuner_callback,
}; };
static struct xc2028_ctrl ctl = { static struct xc2028_ctrl ctl = {
.fname = "xc3028-v27.fw", .fname = XC2028_DEFAULT_FIRMWARE,
.max_len = 64, .max_len = 64,
.demod = XC3028_FE_ZARLINK456, .demod = XC3028_FE_ZARLINK456,
}; };
...@@ -516,7 +516,7 @@ static int dvb_register(struct cx23885_tsport *port) ...@@ -516,7 +516,7 @@ static int dvb_register(struct cx23885_tsport *port)
.callback = cx23885_tuner_callback, .callback = cx23885_tuner_callback,
}; };
static struct xc2028_ctrl ctl = { static struct xc2028_ctrl ctl = {
.fname = "xc3028-v27.fw", .fname = XC2028_DEFAULT_FIRMWARE,
.max_len = 64, .max_len = 64,
.demod = XC3028_FE_ZARLINK456, .demod = XC3028_FE_ZARLINK456,
}; };
......
...@@ -831,7 +831,7 @@ static int dvb_register(struct cx8802_dev *dev) ...@@ -831,7 +831,7 @@ static int dvb_register(struct cx8802_dev *dev)
.callback = cx88_pci_nano_callback, .callback = cx88_pci_nano_callback,
}; };
static struct xc2028_ctrl ctl = { static struct xc2028_ctrl ctl = {
.fname = "xc3028-v27.fw", .fname = XC2028_DEFAULT_FIRMWARE,
.max_len = 64, .max_len = 64,
.scode_table = XC3028_FE_OREN538, .scode_table = XC3028_FE_OREN538,
}; };
......
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