aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/ttpci/budget-av.c
diff options
context:
space:
mode:
authorHartmut Birr <e9hack@googlemail.com>2007-04-21 19:44:10 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-04-27 15:45:48 -0300
commitdc120b0734fcc6a4c42c73790a02f2fa74a7a326 (patch)
tree37295c365cfa55169056c3e4abe25af3f06a1674 /drivers/media/dvb/ttpci/budget-av.c
parentV4L/DVB (5543): Tda10023: Add support for frontend TDA10023 (diff)
downloadlinux-dev-dc120b0734fcc6a4c42c73790a02f2fa74a7a326.tar.xz
linux-dev-dc120b0734fcc6a4c42c73790a02f2fa74a7a326.zip
V4L/DVB (5544): Budget-av: Make inversion setting configurable, add KNC ONE V1.0 card
Make the inversion setting configurable. The KNC ONE V1.0 uses non inverted setting for the inversion and add the KNC ONE V1.0 card. Signed-off-by: Hartmut Birr <e9hack@googlemail.com> Signed-off-by: Oliver Endriss <o.endriss@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/ttpci/budget-av.c')
-rw-r--r--drivers/media/dvb/ttpci/budget-av.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/ttpci/budget-av.c b/drivers/media/dvb/ttpci/budget-av.c
index 5680aa57c93e..0e817d6f1ce5 100644
--- a/drivers/media/dvb/ttpci/budget-av.c
+++ b/drivers/media/dvb/ttpci/budget-av.c
@@ -659,10 +659,12 @@ static int philips_cu1216_tuner_set_params(struct dvb_frontend *fe, struct dvb_f
static struct tda1002x_config philips_cu1216_config = {
.demod_address = 0x0c,
+ .invert = 1,
};
static struct tda1002x_config philips_cu1216_config_altaddress = {
.demod_address = 0x0d,
+ .invert = 0,
};
static int philips_tu1216_tuner_init(struct dvb_frontend *fe)