Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a989d73 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Linus Torvalds
Browse files

[PATCH] v4l: correct the amux for composite and s-video inputs on the Sabrent SBT-TVFM card.



- correct the amux for composite and s-video inputs on the Sabrent SBT-TVFM
  card.

Signed-off-by: default avatarMichael Rodriquez-Torrent <mike@themikecam.com>
Signed-off-by: default avatarMichael Krufky <mkrufky@m1k.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent fccdf1bd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1372,7 +1372,7 @@ struct saa7134_board saa7134_boards[] = {
		.inputs         = {{
			.name = name_comp1,
			.vmux = 1,
			.amux = LINE2,
			.amux = LINE1,
		},{
			.name = name_tv,
			.vmux = 3,
@@ -1381,7 +1381,7 @@ struct saa7134_board saa7134_boards[] = {
		},{
			.name = name_svideo,
			.vmux = 8,
			.amux = LINE2,
			.amux = LINE1,
		}},
		.radio = {
			.name   = name_radio,