diff options
author | Hartmut Birr <e9hack@googlemail.com> | 2007-04-21 19:44:10 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-04-27 15:45:48 -0300 |
commit | dc120b0734fcc6a4c42c73790a02f2fa74a7a326 (patch) | |
tree | 37295c365cfa55169056c3e4abe25af3f06a1674 /drivers/media/dvb/frontends/tda1002x.h | |
parent | aa323ac89c5724de89656fcf31590d19e74594ec (diff) | |
download | talos-obmc-linux-dc120b0734fcc6a4c42c73790a02f2fa74a7a326.tar.gz talos-obmc-linux-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/frontends/tda1002x.h')
-rw-r--r-- | drivers/media/dvb/frontends/tda1002x.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/tda1002x.h b/drivers/media/dvb/frontends/tda1002x.h index 484935986c54..e9094d8123f6 100644 --- a/drivers/media/dvb/frontends/tda1002x.h +++ b/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)) |