diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 12:25:37 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2006-01-09 12:25:37 -0500 |
commit | 9bb13a6dc3a6f68c990264838ff0493d900c48d7 (patch) | |
tree | 274f9dfdcbbbff9f7a382df772a6f2efa9247cc7 /drivers/media/video/em28xx/em28xx.h | |
parent | e1bc80adaf801bf75ca176b9c1b60b3cceee1e03 (diff) |
V4L/DVB (3233): Fixed API to set I2S speed control
- Created a new ioctl to control I2S speed. Old calls to an
inadequate V4L2 API replaced.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx.h')
-rw-r--r-- | drivers/media/video/em28xx/em28xx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx.h b/drivers/media/video/em28xx/em28xx.h index 5c7a41ce69f3..ffa9acc9be37 100644 --- a/drivers/media/video/em28xx/em28xx.h +++ b/drivers/media/video/em28xx/em28xx.h | |||
@@ -216,6 +216,8 @@ struct em28xx { | |||
216 | unsigned int has_msp34xx:1; | 216 | unsigned int has_msp34xx:1; |
217 | unsigned int has_tda9887:1; | 217 | unsigned int has_tda9887:1; |
218 | 218 | ||
219 | u32 i2s_speed; /* I2S speed for audio digital stream */ | ||
220 | |||
219 | enum em28xx_decoder decoder; | 221 | enum em28xx_decoder decoder; |
220 | 222 | ||
221 | int tuner_type; /* type of the tuner */ | 223 | int tuner_type; /* type of the tuner */ |