diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-09-16 01:15:30 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-12 07:37:02 -0400 |
commit | ef80bfeb30f82fb718731a3323a75ae08396a4ea (patch) | |
tree | 37aa94001d3f594357392acf5541da3d913c145a /drivers/media/video/cx23885 | |
parent | de3e3b82a6d15264798d4e36f42abaa69f53ca06 (diff) |
V4L/DVB (8968): replace xc3028 firmware filenames with defined default firmware names
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx23885')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-dvb.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/media/video/cx23885/cx23885-dvb.c b/drivers/media/video/cx23885/cx23885-dvb.c index f462efde72ad..3b54f1391803 100644 --- a/drivers/media/video/cx23885/cx23885-dvb.c +++ b/drivers/media/video/cx23885/cx23885-dvb.c | |||
@@ -407,7 +407,7 @@ static int dvb_register(struct cx23885_tsport *port) | |||
407 | .callback = cx23885_tuner_callback, | 407 | .callback = cx23885_tuner_callback, |
408 | }; | 408 | }; |
409 | static struct xc2028_ctrl ctl = { | 409 | static struct xc2028_ctrl ctl = { |
410 | .fname = "xc3028-v27.fw", | 410 | .fname = XC2028_DEFAULT_FIRMWARE, |
411 | .max_len = 64, | 411 | .max_len = 64, |
412 | .scode_table = XC3028_FE_OREN538, | 412 | .scode_table = XC3028_FE_OREN538, |
413 | }; | 413 | }; |
@@ -447,7 +447,7 @@ static int dvb_register(struct cx23885_tsport *port) | |||
447 | .callback = cx23885_tuner_callback, | 447 | .callback = cx23885_tuner_callback, |
448 | }; | 448 | }; |
449 | static struct xc2028_ctrl ctl = { | 449 | static struct xc2028_ctrl ctl = { |
450 | .fname = "xc3028L-v36.fw", | 450 | .fname = XC3028L_DEFAULT_FIRMWARE, |
451 | .max_len = 64, | 451 | .max_len = 64, |
452 | .demod = 5000, | 452 | .demod = 5000, |
453 | .d2633 = 1 | 453 | .d2633 = 1 |
@@ -489,7 +489,7 @@ static int dvb_register(struct cx23885_tsport *port) | |||
489 | .callback = cx23885_tuner_callback, | 489 | .callback = cx23885_tuner_callback, |
490 | }; | 490 | }; |
491 | static struct xc2028_ctrl ctl = { | 491 | static struct xc2028_ctrl ctl = { |
492 | .fname = "xc3028-v27.fw", | 492 | .fname = XC2028_DEFAULT_FIRMWARE, |
493 | .max_len = 64, | 493 | .max_len = 64, |
494 | .demod = XC3028_FE_ZARLINK456, | 494 | .demod = XC3028_FE_ZARLINK456, |
495 | }; | 495 | }; |
@@ -516,7 +516,7 @@ static int dvb_register(struct cx23885_tsport *port) | |||
516 | .callback = cx23885_tuner_callback, | 516 | .callback = cx23885_tuner_callback, |
517 | }; | 517 | }; |
518 | static struct xc2028_ctrl ctl = { | 518 | static struct xc2028_ctrl ctl = { |
519 | .fname = "xc3028-v27.fw", | 519 | .fname = XC2028_DEFAULT_FIRMWARE, |
520 | .max_len = 64, | 520 | .max_len = 64, |
521 | .demod = XC3028_FE_ZARLINK456, | 521 | .demod = XC3028_FE_ZARLINK456, |
522 | }; | 522 | }; |