aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2008-01-05 17:01:41 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 19:04:33 -0200
commit3abee53e4402b6ae39e1e610f9ef94eb74097138 (patch)
treebb96b460ebf6be07a127216dda86a1f896274afd /drivers/media/video/em28xx/em28xx.h
parentV4L/DVB (6954): There isn't a MTS radio firmware (diff)
downloadlinux-dev-3abee53e4402b6ae39e1e610f9ef94eb74097138.tar.xz
linux-dev-3abee53e4402b6ae39e1e610f9ef94eb74097138.zip
V4L/DVB (6955): Properly implement 12MHz I2S support
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to '')
-rw-r--r--drivers/media/video/em28xx/em28xx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h
index 9eb213132da1..2d57330c4537 100644
--- a/drivers/media/video/em28xx/em28xx.h
+++ b/drivers/media/video/em28xx/em28xx.h
@@ -184,6 +184,8 @@ struct em28xx_board {
unsigned int has_tuner:1;
unsigned int has_msp34xx:1;
unsigned int mts_firmware:1;
+ unsigned int has_12mhz_i2s:1;
+
unsigned int analog_gpio;
enum em28xx_decoder decoder;
@@ -247,6 +249,7 @@ struct em28xx {
unsigned int has_tda9887:1;
unsigned int stream_on:1; /* Locks streams */
unsigned int has_audio_class:1;
+ unsigned int has_12mhz_i2s:1;
int video_inputs; /* number of video inputs */
struct list_head devlist;