aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/tda18271.h
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2008-04-22 13:46:21 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-24 13:07:54 -0400
commit14c74b23b6b5a8259c25c8f825e3036f595518d0 (patch)
treeb5484ee371548bf849c490040dffadd30be7a80b /drivers/media/dvb/frontends/tda18271.h
parentae07d042f626caa13d5a8a15ac7297b2873f7622 (diff)
V4L/DVB (7431): tda18271: allow device-specific configuration of IF level
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/tda18271.h')
-rw-r--r--drivers/media/dvb/frontends/tda18271.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/tda18271.h b/drivers/media/dvb/frontends/tda18271.h
index 3a743b0f0e8b..60d63ba285f8 100644
--- a/drivers/media/dvb/frontends/tda18271.h
+++ b/drivers/media/dvb/frontends/tda18271.h
@@ -33,6 +33,8 @@ struct tda18271_std_map_item {
33 unsigned int std:3; 33 unsigned int std:3;
34 /* EP4[7] */ 34 /* EP4[7] */
35 unsigned int fm_rfn:1; 35 unsigned int fm_rfn:1;
36 /* EP4[4:2] */
37 unsigned int if_lvl:3;
36}; 38};
37 39
38struct tda18271_std_map { 40struct tda18271_std_map {