diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-10-16 19:47:14 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2006-10-16 19:47:14 -0400 |
commit | cc4884e1b603cd203ae8c01ae5f33de3ac614d14 (patch) | |
tree | 7d4e463ee894245e7f416872c20a88eb6dbcca01 /linux/drivers/media/video/cx88 | |
parent | e49be0ee28803298c337c188e4a52abfebdae09f (diff) | |
download | mediapointer-dvb-s2-cc4884e1b603cd203ae8c01ae5f33de3ac614d14.tar.gz mediapointer-dvb-s2-cc4884e1b603cd203ae8c01ae5f33de3ac614d14.tar.bz2 |
cx88: use external adc for rca audio inputs on the ASUS PVR-416
From: Michael Krufky <mkrufky@linuxtv.org>
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>
Diffstat (limited to 'linux/drivers/media/video/cx88')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index 1fb325665..184903779 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -358,6 +358,7 @@ struct cx88_board cx88_boards[] = { .type = CX88_VMUX_SVIDEO, .vmux = 2, .gpio0 = 0x0000fde6, // 0x0000fda6 L,R RCA audio in? + .extadc = 1, }}, .radio = { .type = CX88_RADIO, |