diff options
| author | Oliver Endriss <o.endriss@gmx.de> | 2007-04-22 00:44:10 +0200 |
|---|---|---|
| committer | Oliver Endriss <o.endriss@gmx.de> | 2007-04-22 00:44:10 +0200 |
| commit | b8bbfddfa7d568d71763d084a289e2e3e46a5f14 (patch) | |
| tree | ad70ea16ec6fec0e30f7ab3384a125321429f0a1 /linux/drivers/media/dvb/ttpci | |
| parent | 97ddc90689371413e55f34ae57c56fd7a3c8d62d (diff) | |
| download | mediapointer-dvb-s2-b8bbfddfa7d568d71763d084a289e2e3e46a5f14.tar.gz mediapointer-dvb-s2-b8bbfddfa7d568d71763d084a289e2e3e46a5f14.tar.bz2 | |
budget-av: Make inversion setting configurable, add KNC ONE V1.0 card
From: Hartmut Birr <e9hack@googlemail.com>
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>
Diffstat (limited to 'linux/drivers/media/dvb/ttpci')
| -rw-r--r-- | linux/drivers/media/dvb/ttpci/budget-av.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/ttpci/budget-av.c b/linux/drivers/media/dvb/ttpci/budget-av.c index 5680aa57c..0e817d6f1 100644 --- a/linux/drivers/media/dvb/ttpci/budget-av.c +++ b/linux/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) |
