Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
e5786092
Commit
e5786092
authored
Aug 08, 2013
by
Scott Jiang
Committed by
Steven Miao
Sep 13, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bf609: adv7343: add S-Video and Component output support
Signed-off-by:
Scott Jiang
<
scott.jiang.linux@gmail.com
>
parent
4940c53d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
1 deletion
+22
-1
arch/blackfin/mach-bf609/boards/ezkit.c
arch/blackfin/mach-bf609/boards/ezkit.c
+22
-1
No files found.
arch/blackfin/mach-bf609/boards/ezkit.c
View file @
e5786092
...
...
@@ -1118,11 +1118,32 @@ static struct v4l2_output adv7343_outputs[] = {
.
std
=
V4L2_STD_ALL
,
.
capabilities
=
V4L2_OUT_CAP_STD
,
},
{
.
index
=
1
,
.
name
=
"S-Video"
,
.
type
=
V4L2_OUTPUT_TYPE_ANALOG
,
.
std
=
V4L2_STD_ALL
,
.
capabilities
=
V4L2_OUT_CAP_STD
,
},
{
.
index
=
2
,
.
name
=
"Component"
,
.
type
=
V4L2_OUTPUT_TYPE_ANALOG
,
.
std
=
V4L2_STD_ALL
,
.
capabilities
=
V4L2_OUT_CAP_STD
,
},
};
static
struct
disp_route
adv7343_routes
[]
=
{
{
.
output
=
0
,
.
output
=
ADV7343_COMPOSITE_ID
,
},
{
.
output
=
ADV7343_SVIDEO_ID
,
},
{
.
output
=
ADV7343_COMPONENT_ID
,
},
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment