summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx-core.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2008-11-20 12:10:44 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-12-29 17:53:36 -0200
commitf1990a9c39d957e6896fc506fc5388b7f302c429 (patch)
tree321e9b2bc2d8c4db8b3d1df139c24845d737fb51 /drivers/media/video/em28xx/em28xx-core.c
parentbdf398eb09e3f2e1fd1acb50960ce93fe380e847 (diff)
downloadop-kernel-dev-f1990a9c39d957e6896fc506fc5388b7f302c429.zip
op-kernel-dev-f1990a9c39d957e6896fc506fc5388b7f302c429.tar.gz
V4L/DVB (9669): em28xx: Fix a stupid cut-and-paste error
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-core.c')
-rw-r--r--drivers/media/video/em28xx/em28xx-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx-core.c b/drivers/media/video/em28xx/em28xx-core.c
index 9de0f50..2842ddf 100644
--- a/drivers/media/video/em28xx/em28xx-core.c
+++ b/drivers/media/video/em28xx/em28xx-core.c
@@ -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++) {
OpenPOWER on IntegriCloud