aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/tuners/si2157_priv.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2017-04-06 09:17:42 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-04-14 22:27:10 -0300
commit297e14d5c6b6b51ccb79986b5e1dbbf8b7bd92bc (patch)
treeab351f8d5ca76ee789d839ccd93678c5170d4eba /drivers/media/tuners/si2157_priv.h
parent[media] v4l2-tpg: don't clamp XV601/709 to lim range (diff)
downloadlinux-dev-297e14d5c6b6b51ccb79986b5e1dbbf8b7bd92bc.tar.xz
linux-dev-297e14d5c6b6b51ccb79986b5e1dbbf8b7bd92bc.zip
[media] si2157: revert si2157: Si2141/2151 tuner support
'Reset' loop does not look correct. I tested it very many times and it never repeated those commands. If problem, it tries to solve, really occurs on some situations better solution should be find out. There is another patch which does not have such hackish looking loop. Lets change to it. Cc: Evgeny Plehov <EvgenyPlehov@ukr.net> Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/tuners/si2157_priv.h')
-rw-r--r--drivers/media/tuners/si2157_priv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/tuners/si2157_priv.h b/drivers/media/tuners/si2157_priv.h
index e6436f74abaa..d6b2c7b44053 100644
--- a/drivers/media/tuners/si2157_priv.h
+++ b/drivers/media/tuners/si2157_priv.h
@@ -42,7 +42,6 @@ struct si2157_dev {
#define SI2157_CHIPTYPE_SI2157 0
#define SI2157_CHIPTYPE_SI2146 1
-#define SI2157_CHIPTYPE_SI2141 2
/* firmware command struct */
#define SI2157_ARGLEN 30
@@ -53,6 +52,5 @@ struct si2157_cmd {
};
#define SI2158_A20_FIRMWARE "dvb-tuner-si2158-a20-01.fw"
-#define SI2141_A10_FIRMWARE "dvb-tuner-si2141-a10-01.fw"
#endif