diff options
Diffstat (limited to 'drivers/media/dvb-frontends/tda10071.h')
| -rw-r--r-- | drivers/media/dvb-frontends/tda10071.h | 8 | 
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/tda10071.h b/drivers/media/dvb-frontends/tda10071.h index 21163c4b555..bff1c38df80 100644 --- a/drivers/media/dvb-frontends/tda10071.h +++ b/drivers/media/dvb-frontends/tda10071.h @@ -28,7 +28,13 @@ struct tda10071_config {  	 * Default: none, must set  	 * Values: 0x55,  	 */ -	u8 i2c_address; +	u8 demod_i2c_addr; + +	/* Tuner I2C address. +	 * Default: none, must set +	 * Values: 0x14, 0x54, ... +	 */ +	u8 tuner_i2c_addr;  	/* Max bytes I2C provider can write at once.  	 * Note: Buffer is taken from the stack currently!  |