diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-10-16 19:47:14 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-12-10 05:50:56 -0500 |
commit | fe16af26c849eb75134855c7be22352f1a15844c (patch) | |
tree | bf55f0bc64341096dd4efb9675134379c5389e28 | |
parent | cc0f3f51357f46c08e2f34a7a22df1100f082de5 (diff) |
V4L/DVB (4759): Cx88: use external adc for rca audio inputs on the ASUS PVR-416
For the ASUS PVR-416, the external adc must be used for
the rca audio inputs, but television / radio inputs use
the internal adc.
Thanks to Alex Deucher for lending his card to me.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index 43e5af5dfec0..f30f88965f00 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -357,6 +357,7 @@ struct cx88_board cx88_boards[] = { | |||
357 | .type = CX88_VMUX_SVIDEO, | 357 | .type = CX88_VMUX_SVIDEO, |
358 | .vmux = 2, | 358 | .vmux = 2, |
359 | .gpio0 = 0x0000fde6, // 0x0000fda6 L,R RCA audio in? | 359 | .gpio0 = 0x0000fde6, // 0x0000fda6 L,R RCA audio in? |
360 | .extadc = 1, | ||
360 | }}, | 361 | }}, |
361 | .radio = { | 362 | .radio = { |
362 | .type = CX88_RADIO, | 363 | .type = CX88_RADIO, |