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
f1990a9c
Commit
f1990a9c
authored
Nov 20, 2008
by
Mauro Carvalho Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V4L/DVB (9669): em28xx: Fix a stupid cut-and-paste error
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@redhat.com
>
parent
bdf398eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/media/video/em28xx/em28xx-core.c
drivers/media/video/em28xx/em28xx-core.c
+1
-1
No files found.
drivers/media/video/em28xx/em28xx-core.c
View file @
f1990a9c
...
...
@@ -328,7 +328,7 @@ static int set_ac97_input(struct em28xx *dev)
em28xx should point to LINE IN, while AC97 should use VIDEO
*/
if
(
amux
==
EM28XX_AMUX_VIDEO2
)
amux
=
dev
->
ctl_ainput
;
amux
=
EM28XX_AMUX_VIDEO
;
/* Mute all entres but the one that were selected */
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
inputs
);
i
++
)
{
...
...
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