Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB (11379): mxb: fix copy-and-paste bug in mute.

The line-in was muted twice instead of the line-in and the cd-in.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Hans Verkuil and committed by
Mauro Carvalho Chehab
c0ff2915 3ff4ad81

+2 -2
+2 -2
drivers/media/video/mxb.c
··· 298 298 /* mute audio on tea6420s */ 299 299 tea6420_1_call(mxb, audio, s_routing, &TEA6420_line[6][0]); 300 300 tea6420_2_call(mxb, audio, s_routing, &TEA6420_line[6][1]); 301 - tea6420_1_call(mxb, audio, s_routing, &TEA6420_line[6][0]); 302 - tea6420_2_call(mxb, audio, s_routing, &TEA6420_line[6][1]); 301 + tea6420_1_call(mxb, audio, s_routing, &TEA6420_cd[6][0]); 302 + tea6420_2_call(mxb, audio, s_routing, &TEA6420_cd[6][1]); 303 303 304 304 /* switch to tuner-channel on tea6415c */ 305 305 route.input = 3;