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/frontends/tda1002x.h | |
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/frontends/tda1002x.h')
-rw-r--r-- | linux/drivers/media/dvb/frontends/tda1002x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/frontends/tda1002x.h b/linux/drivers/media/dvb/frontends/tda1002x.h index 484935986..e9094d812 100644 --- a/linux/drivers/media/dvb/frontends/tda1002x.h +++ b/linux/drivers/media/dvb/frontends/tda1002x.h @@ -30,6 +30,7 @@ struct tda1002x_config { /* the demodulator's i2c address */ u8 demod_address; + u8 invert; }; #if defined(CONFIG_DVB_TDA10021) || (defined(CONFIG_DVB_TDA10021_MODULE) && defined(MODULE)) |