diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-10-13 20:55:57 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-12-10 05:50:52 -0500 |
commit | f71a56c17225392c873225f2d567f5caddc6b963 (patch) | |
tree | 73b8d70bbdc65f1a8c937329a5c85870f4b33db3 /drivers/media/dvb/dvb-usb/cxusb.c | |
parent | 01451e722793f191f6e13c5150dd8664f4439d17 (diff) |
V4L/DVB (4753): Cxusb: rename cxusb_lgdt3303_tuner_attach
cxusb_lgdt3303_tuner_attach were renamed to cxusb_lgh064f_tuner_attach
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/cxusb.c')
-rw-r--r-- | drivers/media/dvb/dvb-usb/cxusb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/dvb/dvb-usb/cxusb.c b/drivers/media/dvb/dvb-usb/cxusb.c index e05200b6110b..ef542b6bd6f4 100644 --- a/drivers/media/dvb/dvb-usb/cxusb.c +++ b/drivers/media/dvb/dvb-usb/cxusb.c | |||
@@ -396,7 +396,7 @@ static int cxusb_dtt7579_tuner_attach(struct dvb_usb_adapter *adap) | |||
396 | return 0; | 396 | return 0; |
397 | } | 397 | } |
398 | 398 | ||
399 | static int cxusb_lgdt3303_tuner_attach(struct dvb_usb_adapter *adap) | 399 | static int cxusb_lgh064f_tuner_attach(struct dvb_usb_adapter *adap) |
400 | { | 400 | { |
401 | adap->fe->ops.tuner_ops.set_params = cxusb_lgh064f_tuner_set_params; | 401 | adap->fe->ops.tuner_ops.set_params = cxusb_lgh064f_tuner_set_params; |
402 | return 0; | 402 | return 0; |
@@ -577,7 +577,7 @@ static struct dvb_usb_device_properties cxusb_bluebird_lgh064f_properties = { | |||
577 | { | 577 | { |
578 | .streaming_ctrl = cxusb_streaming_ctrl, | 578 | .streaming_ctrl = cxusb_streaming_ctrl, |
579 | .frontend_attach = cxusb_lgdt3303_frontend_attach, | 579 | .frontend_attach = cxusb_lgdt3303_frontend_attach, |
580 | .tuner_attach = cxusb_lgdt3303_tuner_attach, | 580 | .tuner_attach = cxusb_lgh064f_tuner_attach, |
581 | 581 | ||
582 | /* parameter for the MPEG2-data transfer */ | 582 | /* parameter for the MPEG2-data transfer */ |
583 | .stream = { | 583 | .stream = { |