]> Pileus Git - ~andy/linux/commitdiff
V4L/DVB (8968): replace xc3028 firmware filenames with defined default firmware names
authorMichael Krufky <mkrufky@linuxtv.org>
Tue, 16 Sep 2008 05:15:30 +0000 (02:15 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 12 Oct 2008 11:37:02 +0000 (09:37 -0200)
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/dvb-usb/cxusb.c
drivers/media/video/cx23885/cx23885-dvb.c
drivers/media/video/cx88/cx88-dvb.c

index bffb4438038961e569d692ba567b03209e2da6d8..1a746127cbda66f0b7352bbdf0b5dbabeec3ce4b 100644 (file)
@@ -773,7 +773,7 @@ static int cxusb_dvico_xc3028_tuner_attach(struct dvb_usb_adapter *adap)
                .callback  = dvico_bluebird_xc2028_callback,
        };
        static struct xc2028_ctrl ctl = {
-               .fname       = "xc3028-v27.fw",
+               .fname       = XC2028_DEFAULT_FIRMWARE,
                .max_len     = 64,
                .demod       = XC3028_FE_ZARLINK456,
        };
index f462efde72adc1f3a737108b0152da61a11afeb0..3b54f1391803614ea4f95400938997fa1f4611de 100644 (file)
@@ -407,7 +407,7 @@ static int dvb_register(struct cx23885_tsport *port)
                                .callback  = cx23885_tuner_callback,
                        };
                        static struct xc2028_ctrl ctl = {
-                               .fname       = "xc3028-v27.fw",
+                               .fname       = XC2028_DEFAULT_FIRMWARE,
                                .max_len     = 64,
                                .scode_table = XC3028_FE_OREN538,
                        };
@@ -447,7 +447,7 @@ static int dvb_register(struct cx23885_tsport *port)
                                .callback  = cx23885_tuner_callback,
                        };
                        static struct xc2028_ctrl ctl = {
-                               .fname   = "xc3028L-v36.fw",
+                               .fname   = XC3028L_DEFAULT_FIRMWARE,
                                .max_len = 64,
                                .demod   = 5000,
                                .d2633   = 1
@@ -489,7 +489,7 @@ static int dvb_register(struct cx23885_tsport *port)
                                .callback  = cx23885_tuner_callback,
                        };
                        static struct xc2028_ctrl ctl = {
-                               .fname       = "xc3028-v27.fw",
+                               .fname       = XC2028_DEFAULT_FIRMWARE,
                                .max_len     = 64,
                                .demod       = XC3028_FE_ZARLINK456,
                        };
@@ -516,7 +516,7 @@ static int dvb_register(struct cx23885_tsport *port)
                                .callback  = cx23885_tuner_callback,
                        };
                        static struct xc2028_ctrl ctl = {
-                               .fname       = "xc3028-v27.fw",
+                               .fname       = XC2028_DEFAULT_FIRMWARE,
                                .max_len     = 64,
                                .demod       = XC3028_FE_ZARLINK456,
                        };
index 07270b77ed8a43c40f6494e6a6c7ba30774678a6..9f0e5b3c515e0cba536814e4e9fcab90f82c6791 100644 (file)
@@ -831,7 +831,7 @@ static int dvb_register(struct cx8802_dev *dev)
                                .callback  = cx88_pci_nano_callback,
                        };
                        static struct xc2028_ctrl ctl = {
-                               .fname       = "xc3028-v27.fw",
+                               .fname       = XC2028_DEFAULT_FIRMWARE,
                                .max_len     = 64,
                                .scode_table = XC3028_FE_OREN538,
                        };