diff options
author | Valentin Zagura <puthre@gmail.com> | 2006-04-13 11:41:43 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-25 00:58:04 -0400 |
commit | b3038304c91aa710fe651c7f42568e252fc54908 (patch) | |
tree | d3e2778fddb86770b5e81a0e703efd015cc133a8 /drivers/media/video/cx88/cx88-tvaudio.c | |
parent | 7d0dc26952fe0b49f9139f3264318abf195fe596 (diff) |
V4L/DVB (3800): Cx88: added support for KWorld MCE 200 Deluxe
This patch adds support for KWorld MCE 200 Deluxe.
Raw video is working perfectly, MPEG capture using
cx88-blackbird is also working, but the quality
could be improved.
svideo and radio until they can be tested also.
Signed-off-by: Valentin Zagura <puthre@gmail.com>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88-tvaudio.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-tvaudio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-tvaudio.c b/drivers/media/video/cx88/cx88-tvaudio.c index 641a0c5a6490..3d3376d590a5 100644 --- a/drivers/media/video/cx88/cx88-tvaudio.c +++ b/drivers/media/video/cx88/cx88-tvaudio.c | |||
@@ -148,7 +148,8 @@ static void set_audio_finish(struct cx88_core *core, u32 ctl) | |||
148 | 148 | ||
149 | if (cx88_boards[core->board].blackbird) { | 149 | if (cx88_boards[core->board].blackbird) { |
150 | /* sets sound input from external adc */ | 150 | /* sets sound input from external adc */ |
151 | if (core->board == CX88_BOARD_HAUPPAUGE_ROSLYN) | 151 | if ((core->board == CX88_BOARD_HAUPPAUGE_ROSLYN)|| |
152 | (core->board == CX88_BOARD_KWORLD_MCE200_DELUXE)) | ||
152 | cx_clear(AUD_CTL, EN_I2SIN_ENABLE); | 153 | cx_clear(AUD_CTL, EN_I2SIN_ENABLE); |
153 | else | 154 | else |
154 | cx_set(AUD_CTL, EN_I2SIN_ENABLE); | 155 | cx_set(AUD_CTL, EN_I2SIN_ENABLE); |