diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-09-26 19:38:24 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-10-20 23:17:41 -0400 |
commit | a6f6fb9c86aa202cbc04796efe9187b698b9b225 (patch) | |
tree | 7ef56f8db0d7525ee367bad7ccca9fa6f2c63b2b /drivers/media/video/cx231xx/cx231xx.h | |
parent | 1a4aa920d0b49af2c0d9bbedb3bb75be4e174218 (diff) |
[media] cx231xx: better handle the master port enable command
Improves the logic, for it to be clearer and to avoid having
board-dependent config there.
Acked-by: Sri Deevi <Srinivasa.Deevi@conexant.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx231xx/cx231xx.h')
-rw-r--r-- | drivers/media/video/cx231xx/cx231xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx231xx/cx231xx.h b/drivers/media/video/cx231xx/cx231xx.h index 5ffdd36a1185..b4859a0afd8c 100644 --- a/drivers/media/video/cx231xx/cx231xx.h +++ b/drivers/media/video/cx231xx/cx231xx.h | |||
@@ -929,7 +929,7 @@ int cx231xx_power_suspend(struct cx231xx *dev); | |||
929 | int cx231xx_init_ctrl_pin_status(struct cx231xx *dev); | 929 | int cx231xx_init_ctrl_pin_status(struct cx231xx *dev); |
930 | int cx231xx_set_agc_analog_digital_mux_select(struct cx231xx *dev, | 930 | int cx231xx_set_agc_analog_digital_mux_select(struct cx231xx *dev, |
931 | u8 analog_or_digital); | 931 | u8 analog_or_digital); |
932 | int cx231xx_enable_i2c_for_tuner(struct cx231xx *dev, u8 I2CIndex); | 932 | int cx231xx_enable_i2c_port_3(struct cx231xx *dev, bool is_port_3); |
933 | 933 | ||
934 | /* video audio decoder related functions */ | 934 | /* video audio decoder related functions */ |
935 | void video_mux(struct cx231xx *dev, int index); | 935 | void video_mux(struct cx231xx *dev, int index); |