diff options
author | Andy Walls <awalls@radix.net> | 2008-06-19 22:17:05 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-06-26 14:58:54 -0400 |
commit | 46195b555aa3edd265b4e765e4edff59b253b55e (patch) | |
tree | ddbc41ef4a97de905c1f7bf91cb167b519d92d7d /drivers/media/video/cx18 | |
parent | 527629fb7c35ad93389ab132823d19139dd88e70 (diff) |
V4L/DVB (8066): cx18: Fix audio mux input definitions for HVR-1600 Line In 2 and FM radio
Fix the cx18-cards.c structures for the HVR-1600 to reflect that audio Line In 2
and FM radio audio go to AIN3 and AIN4 of the CS5345 mux respectively. Verified
by physical inspection of an HVR-1600MCE, by listening to FM broadcasts with the
HVR-1600MCE, and by comparing with the card definition for a PVR-150 in ivtv.
Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx18')
-rw-r--r-- | drivers/media/video/cx18/cx18-cards.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/media/video/cx18/cx18-cards.c b/drivers/media/video/cx18/cx18-cards.c index c35eb53a34c6..c18865b0d6cc 100644 --- a/drivers/media/video/cx18/cx18-cards.c +++ b/drivers/media/video/cx18/cx18-cards.c | |||
@@ -67,10 +67,10 @@ static const struct cx18_card cx18_card_hvr1600_esmt = { | |||
67 | { CX18_CARD_INPUT_LINE_IN1, | 67 | { CX18_CARD_INPUT_LINE_IN1, |
68 | CX18_AV_AUDIO_SERIAL, CS5345_IN_2 }, | 68 | CX18_AV_AUDIO_SERIAL, CS5345_IN_2 }, |
69 | { CX18_CARD_INPUT_LINE_IN2, | 69 | { CX18_CARD_INPUT_LINE_IN2, |
70 | CX18_AV_AUDIO_SERIAL, CS5345_IN_2 }, | 70 | CX18_AV_AUDIO_SERIAL, CS5345_IN_3 }, |
71 | }, | 71 | }, |
72 | .radio_input = { CX18_CARD_INPUT_AUD_TUNER, | 72 | .radio_input = { CX18_CARD_INPUT_AUD_TUNER, |
73 | CX18_AV_AUDIO_SERIAL, 0 }, | 73 | CX18_AV_AUDIO_SERIAL, CS5345_IN_4 }, |
74 | .ddr = { | 74 | .ddr = { |
75 | /* ESMT M13S128324A-5B memory */ | 75 | /* ESMT M13S128324A-5B memory */ |
76 | .chip_config = 0x003, | 76 | .chip_config = 0x003, |
@@ -107,10 +107,10 @@ static const struct cx18_card cx18_card_hvr1600_samsung = { | |||
107 | { CX18_CARD_INPUT_LINE_IN1, | 107 | { CX18_CARD_INPUT_LINE_IN1, |
108 | CX18_AV_AUDIO_SERIAL, CS5345_IN_2 }, | 108 | CX18_AV_AUDIO_SERIAL, CS5345_IN_2 }, |
109 | { CX18_CARD_INPUT_LINE_IN2, | 109 | { CX18_CARD_INPUT_LINE_IN2, |
110 | CX18_AV_AUDIO_SERIAL, CS5345_IN_2 }, | 110 | CX18_AV_AUDIO_SERIAL, CS5345_IN_3 }, |
111 | }, | 111 | }, |
112 | .radio_input = { CX18_CARD_INPUT_AUD_TUNER, | 112 | .radio_input = { CX18_CARD_INPUT_AUD_TUNER, |
113 | CX18_AV_AUDIO_SERIAL, 0 }, | 113 | CX18_AV_AUDIO_SERIAL, CS5345_IN_4 }, |
114 | .ddr = { | 114 | .ddr = { |
115 | /* Samsung K4D263238G-VC33 memory */ | 115 | /* Samsung K4D263238G-VC33 memory */ |
116 | .chip_config = 0x003, | 116 | .chip_config = 0x003, |