Skip to content

Commit

Permalink
V4L/DVB (6406): saa7134: fix analog audio in on medion md8800 quadro
Browse files Browse the repository at this point in the history
saa7134: fix analog audio in on medion md8800 quadro, aka CTX944

Signed-off-by: Hermann Pitton <hermann-pitton@arcor.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
hermann pitton authored and Mauro Carvalho Chehab committed Nov 4, 2007
1 parent 195ccf6 commit 387a299
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/video/saa7134/saa7134-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -2996,11 +2996,11 @@ struct saa7134_board saa7134_boards[] = {
},{
.name = name_comp1,
.vmux = 0,
.amux = LINE2,
.amux = LINE1,
},{
.name = name_svideo,
.vmux = 8,
.amux = LINE2,
.amux = LINE1,
}},
},
[SAA7134_BOARD_FLYDVBS_LR300] = {
Expand Down

0 comments on commit 387a299

Please sign in to comment.