summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88/cx88.h
diff options
context:
space:
mode:
authordarron@kewl.org <darron@kewl.org>2008-10-15 18:18:42 +0100
committerdarron@kewl.org <darron@kewl.org>2008-10-15 18:18:42 +0100
commit2082ad419513b9aa806e180da67b925b514df28d (patch)
tree60cb52c9ffecfbd2093f7d8cfebdf8d15f7545a0 /linux/drivers/media/video/cx88/cx88.h
parentcebcc9b2ede5e03540724cf09e8f9a39aeb99f8c (diff)
downloadmediapointer-dvb-s2-2082ad419513b9aa806e180da67b925b514df28d.tar.gz
mediapointer-dvb-s2-2082ad419513b9aa806e180da67b925b514df28d.tar.bz2
cx88: add I2S-ADC tvaudio method
From: Darron Broad <darron@kewl.org> This adds I2S-ADC tvaudio mode as a formal method of audio delivery. This fixes one bug and adds fm audio via I2S-ADC on cards that support it. The bug occured before when I2S-ADC mode was initiated on composite/s-video open but was then reset within 500ms by the audio thread which used any previous audio tuning details. Priority: normal Signed-off-by: Darron Broad <darron@kewl.org> Signed-off-by: Steven Toth <stoth@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88.h')
-rw-r--r--linux/drivers/media/video/cx88/cx88.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h
index 774c0b9b1..0fc7c91f7 100644
--- a/linux/drivers/media/video/cx88/cx88.h
+++ b/linux/drivers/media/video/cx88/cx88.h
@@ -651,6 +651,7 @@ extern void cx88_setup_xc3028(struct cx88_core *core, struct xc2028_ctrl *ctl);
#define WW_EIAJ 7
#define WW_I2SPT 8
#define WW_FM 9
+#define WW_I2SADC 10
void cx88_set_tvaudio(struct cx88_core *core);
void cx88_newstation(struct cx88_core *core);