The patch titled video4linux: Fix audio input for AverTv Go 007 has been removed from the -mm tree. Its filename was video4linux-fix-audio-input-for-avertv-go-007.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: video4linux: Fix audio input for AverTv Go 007 From: "Damian Minkov" <damencho@xxxxxxxxxxxx> Fix audio input source for capturing(playing) audio on AverTv Go 007 cards. Signed-off-by: Damian Minkov <damencho@xxxxxxxxxxxx> Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/media/video/saa7134/saa7134-cards.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN drivers/media/video/saa7134/saa7134-cards.c~video4linux-fix-audio-input-for-avertv-go-007 drivers/media/video/saa7134/saa7134-cards.c --- a/drivers/media/video/saa7134/saa7134-cards.c~video4linux-fix-audio-input-for-avertv-go-007 +++ a/drivers/media/video/saa7134/saa7134-cards.c @@ -1543,12 +1543,12 @@ struct saa7134_board saa7134_boards[] = },{ .name = name_comp1, .vmux = 0, - .amux = LINE2, + .amux = LINE1, .gpio = 0x02, },{ .name = name_svideo, .vmux = 6, - .amux = LINE2, + .amux = LINE1, .gpio = 0x02, }}, .radio = { _ Patches currently in -mm which might be from damencho@xxxxxxxxxxxx are origin.patch git-dvb.patch video4linux-fix-audio-input-for-avertv-go-007.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html