Skip to content

Commit

Permalink
V4L/DVB (9669): em28xx: Fix a stupid cut-and-paste error
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mauro Carvalho Chehab committed Dec 29, 2008
1 parent bdf398e commit f1990a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/em28xx/em28xx-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit f1990a9

Please sign in to comment.