diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2014-01-31 08:57:27 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-05-25 12:03:02 -0400 |
commit | 5ef54b5955acdcc63ac8ad7cf0aef3d16070773a (patch) | |
tree | 5e3ca1717c4ebffe2c28f71f8670ba76306c3c0f /include/media | |
parent | e9d50e9e7051a67783d75cd57ce360818b07d37b (diff) |
[media] adv7604: Specify the default input through platform data
And set input routing when initializing the device.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/adv7604.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/adv7604.h b/include/media/adv7604.h index 276135b7faa3..40b4ae04ff8e 100644 --- a/include/media/adv7604.h +++ b/include/media/adv7604.h | |||
@@ -104,6 +104,8 @@ struct adv7604_platform_data { | |||
104 | /* DIS_CABLE_DET_RST: 1 if the 5V pins are unused and unconnected */ | 104 | /* DIS_CABLE_DET_RST: 1 if the 5V pins are unused and unconnected */ |
105 | unsigned disable_cable_det_rst:1; | 105 | unsigned disable_cable_det_rst:1; |
106 | 106 | ||
107 | int default_input; | ||
108 | |||
107 | /* Analog input muxing mode */ | 109 | /* Analog input muxing mode */ |
108 | enum adv7604_ain_sel ain_sel; | 110 | enum adv7604_ain_sel ain_sel; |
109 | 111 | ||