projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40f17a7
)
V4L/DVB (8919): cx18: Fix tuner audio input for Compro H900 cards
author
Hans Verkuil
<hverkuil@xs4all.nl>
Sat, 6 Sep 2008 10:22:13 +0000
(07:22 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sun, 5 Oct 2008 01:27:16 +0000
(22:27 -0300)
Earlier fixes to get the tuner audio working correctly broke the audio
on the Compro VideoMate H900 cards. This is now fixed.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx18/cx18-cards.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/cx18/cx18-cards.c
b/drivers/media/video/cx18/cx18-cards.c
index 8fe5f38c4d7cf694a6a2c9a7738bfffd79324430..3cb9734ec07bf7f6314f84590430ce3ee93b7432 100644
(file)
--- a/
drivers/media/video/cx18/cx18-cards.c
+++ b/
drivers/media/video/cx18/cx18-cards.c
@@
-163,7
+163,7
@@
static const struct cx18_card cx18_card_h900 = {
},
.audio_inputs = {
{ CX18_CARD_INPUT_AUD_TUNER,
- CX18_AV_AUDIO
8
, 0 },
+ CX18_AV_AUDIO
5
, 0 },
{ CX18_CARD_INPUT_LINE_IN1,
CX18_AV_AUDIO_SERIAL1, 0 },
},