aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/lg_h06xf.h
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2006-04-27 01:31:26 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-25 01:59:31 -0300
commit30fa61a5ee91bc546f9ebea70c7abda04b5b3e1e (patch)
tree82eccc6649f0f02d102b1494ddd37c48b5fc33bc /drivers/media/dvb/frontends/lg_h06xf.h
parent9c26c8b169f4a7e2db9a3d5abd3ba74ea032dafd (diff)
V4L/DVB (3920): Dvb: rename dvb_pll_tdvs_tua6034 to dvb_pll_lg_tdvs_h06xf
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/lg_h06xf.h')
-rw-r--r--drivers/media/dvb/frontends/lg_h06xf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/lg_h06xf.h b/drivers/media/dvb/frontends/lg_h06xf.h
index 97c77c9ab8b..d8449f8cff7 100644
--- a/drivers/media/dvb/frontends/lg_h06xf.h
+++ b/drivers/media/dvb/frontends/lg_h06xf.h
@@ -28,7 +28,7 @@ static int lg_h06xf_pll_set(struct dvb_frontend* fe, struct i2c_adapter* i2c_ada
.buf = buf, .len = sizeof(buf) };
int err;
- dvb_pll_configure(&dvb_pll_tdvs_tua6034, buf, params->frequency, 0);
+ dvb_pll_configure(&dvb_pll_lg_tdvs_h06xf, buf, params->frequency, 0);
if ((err = i2c_transfer(i2c_adap, &msg, 1)) != 1) {
printk(KERN_WARNING "lg_h06xf: %s error "
"(addr %02x <- %02x, err = %i)\n",