diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-05 15:01:41 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:04:33 -0500 |
commit | 3abee53e4402b6ae39e1e610f9ef94eb74097138 (patch) | |
tree | bb96b460ebf6be07a127216dda86a1f896274afd /drivers/media/video/em28xx/em28xx.h | |
parent | 0f6dac18ccc6fb0c95f3e0269e60239661c9b4c5 (diff) |
V4L/DVB (6955): Properly implement 12MHz I2S support
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx.h')
-rw-r--r-- | drivers/media/video/em28xx/em28xx.h | 3 |
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 { | |||
184 | unsigned int has_tuner:1; | 184 | unsigned int has_tuner:1; |
185 | unsigned int has_msp34xx:1; | 185 | unsigned int has_msp34xx:1; |
186 | unsigned int mts_firmware:1; | 186 | unsigned int mts_firmware:1; |
187 | unsigned int has_12mhz_i2s:1; | ||
188 | |||
187 | unsigned int analog_gpio; | 189 | unsigned int analog_gpio; |
188 | 190 | ||
189 | enum em28xx_decoder decoder; | 191 | enum em28xx_decoder decoder; |
@@ -247,6 +249,7 @@ struct em28xx { | |||
247 | unsigned int has_tda9887:1; | 249 | unsigned int has_tda9887:1; |
248 | unsigned int stream_on:1; /* Locks streams */ | 250 | unsigned int stream_on:1; /* Locks streams */ |
249 | unsigned int has_audio_class:1; | 251 | unsigned int has_audio_class:1; |
252 | unsigned int has_12mhz_i2s:1; | ||
250 | 253 | ||
251 | int video_inputs; /* number of video inputs */ | 254 | int video_inputs; /* number of video inputs */ |
252 | struct list_head devlist; | 255 | struct list_head devlist; |