diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-09-06 12:22:13 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2008-09-06 12:22:13 +0200 |
commit | b0df217c327d6f4e26f14949febcec389906e27b (patch) | |
tree | ee4a801f90988a9fb1a9df3b5a729f8b7c059f0c /linux/drivers/media/video/cx18/cx18-cards.c | |
parent | ea44aefcf6f00539dbf646bba3adc8482710a064 (diff) | |
download | mediapointer-dvb-s2-b0df217c327d6f4e26f14949febcec389906e27b.tar.gz mediapointer-dvb-s2-b0df217c327d6f4e26f14949febcec389906e27b.tar.bz2 |
cx18: Fix tuner audio input for Compro H900 cards
From: Hans Verkuil <hverkuil@xs4all.nl>
Earlier fixes to get the tuner audio working correctly broke the audio
on the Compro VideoMate H900 cards. This is now fixed.
Priority: high
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video/cx18/cx18-cards.c')
-rw-r--r-- | linux/drivers/media/video/cx18/cx18-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx18/cx18-cards.c b/linux/drivers/media/video/cx18/cx18-cards.c index 8fe5f38c4..3cb9734ec 100644 --- a/linux/drivers/media/video/cx18/cx18-cards.c +++ b/linux/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_AUDIO8, 0 }, + CX18_AV_AUDIO5, 0 }, { CX18_CARD_INPUT_LINE_IN1, CX18_AV_AUDIO_SERIAL1, 0 }, }, |