提交 f1990a9c 编写于 作者: M Mauro Carvalho Chehab

V4L/DVB (9669): em28xx: Fix a stupid cut-and-paste error

Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 bdf398eb
......@@ -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++) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册