diff options
author | Hartmut Birr <e9hack@googlemail.com> | 2007-04-21 19:17:49 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-04-27 15:45:46 -0300 |
commit | fd9c66e269a44bd3c6c615957c79b21f3dde69af (patch) | |
tree | 586a103569630cd0f3ed376ed3af9de03dbde0bb /drivers/media/dvb/frontends/tda10021.h | |
parent | a1314b1ab61027ac803b0899ead1ce1229d46a37 (diff) | |
download | op-kernel-dev-fd9c66e269a44bd3c6c615957c79b21f3dde69af.zip op-kernel-dev-fd9c66e269a44bd3c6c615957c79b21f3dde69af.tar.gz |
V4L/DVB (5542): Budget-av: Remove polarity switching of the clock for DVB-C
Remove the polarity switching of the clock for the DVB-C cards in
budget-av.c. This hack is no longer necessary because the saa7146 can
do the job to remove the additional FEC bytes from the TS.
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/tda10021.h')
-rw-r--r-- | drivers/media/dvb/frontends/tda10021.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/media/dvb/frontends/tda10021.h b/drivers/media/dvb/frontends/tda10021.h index e3da780..b8efd49 100644 --- a/drivers/media/dvb/frontends/tda10021.h +++ b/drivers/media/dvb/frontends/tda10021.h @@ -44,12 +44,4 @@ static inline struct dvb_frontend* tda10021_attach(const struct tda10021_config* } #endif // CONFIG_DVB_TDA10021 -static inline int tda10021_writereg(struct dvb_frontend *fe, u8 reg, u8 val) { - int r = 0; - u8 buf[] = {reg, val}; - if (fe->ops.write) - r = fe->ops.write(fe, buf, 2); - return r; -} - #endif // TDA10021_H |