diff options
author | Martin Bugge <marbugge@cisco.com> | 2013-12-05 18:55:48 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-01-07 12:30:55 +0400 |
commit | 8e4e3631531050c6287a9fc3542c26b601f3e533 (patch) | |
tree | 9d2beb097146f34ceb91de074d1ce4451dfe7103 /include/media | |
parent | 3c4da74fe55e52e2635b08af99471a5679a7a92e (diff) | |
download | linux-8e4e3631531050c6287a9fc3542c26b601f3e533.tar.xz |
[media] adv7842: set default input in platform-data
Signed-off-by: Martin Bugge <marbugge@cisco.com>
Signed-off-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/adv7842.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/media/adv7842.h b/include/media/adv7842.h index 5327ba36d846..c12de2d2f46f 100644 --- a/include/media/adv7842.h +++ b/include/media/adv7842.h @@ -160,6 +160,9 @@ struct adv7842_platform_data { /* Default mode */ enum adv7842_mode mode; + /* Default input */ + unsigned input; + /* Video standard */ enum adv7842_vid_std_select vid_std_select; |