From: Mauro Carvalho Chehab Date: Thu, 20 Nov 2008 15:10:44 +0000 (-0300) Subject: V4L/DVB (9669): em28xx: Fix a stupid cut-and-paste error X-Git-Tag: v2.6.29-rc1~556^2~371 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=f1990a9c39d957e6896fc506fc5388b7f302c429;p=~shefty%2Frdma-dev.git V4L/DVB (9669): em28xx: Fix a stupid cut-and-paste error Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/em28xx/em28xx-core.c b/drivers/media/video/em28xx/em28xx-core.c index 9de0f5017f3..2842ddf6dda 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++) {