diff options
author | Antti Palosaari <crope@iki.fi> | 2016-11-07 03:14:18 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-01-31 15:48:14 +0300 |
commit | 3461831adc35959bedf03bbf24678b60f73890b3 (patch) | |
tree | 7c857990466dcc4cbb2822977ae6c26c0bdc16da /drivers/media/dvb-frontends/af9033.h | |
parent | 81e19912558d0c50bdba0f7a5b2d1b2fad8c1d0e (diff) | |
download | linux-3461831adc35959bedf03bbf24678b60f73890b3.tar.xz |
[media] af9033: return regmap for integrated IT913x tuner driver
IT9130 series contains integrated tuner driver, which uses that
demodulator address space. Return regmap in order to allow it913x
driver communication.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/dvb-frontends/af9033.h')
-rw-r--r-- | drivers/media/dvb-frontends/af9033.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/af9033.h b/drivers/media/dvb-frontends/af9033.h index 4eb64432345e..8193f9805c4f 100644 --- a/drivers/media/dvb-frontends/af9033.h +++ b/drivers/media/dvb-frontends/af9033.h @@ -83,6 +83,12 @@ struct af9033_config { * returned by that driver */ struct dvb_frontend **fe; + + /* + * regmap for IT913x integrated tuner driver + * returned by that driver + */ + struct regmap *regmap; }; struct af9033_ops { |