summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/em28xx/em28xx.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-12-26 13:57:00 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-12-26 13:57:00 +0000
commitf12863ef9f416661a0701b40684653e682edd686 (patch)
tree16d647cda8cd9cc2ba619652844035c857504583 /linux/drivers/media/video/em28xx/em28xx.h
parent47f8c542de6bd81e34cd5a3731686720f9b2b73f (diff)
downloadmediapointer-dvb-s2-f12863ef9f416661a0701b40684653e682edd686.tar.gz
mediapointer-dvb-s2-f12863ef9f416661a0701b40684653e682edd686.tar.bz2
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 'linux/drivers/media/video/em28xx/em28xx.h')
-rw-r--r--linux/drivers/media/video/em28xx/em28xx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx.h b/linux/drivers/media/video/em28xx/em28xx.h
index ef332d3e6..7a62c6e84 100644
--- a/linux/drivers/media/video/em28xx/em28xx.h
+++ b/linux/drivers/media/video/em28xx/em28xx.h
@@ -217,6 +217,8 @@ struct em28xx {
unsigned int has_msp34xx:1;
unsigned int has_tda9887:1;
+ u32 i2s_speed; /* I2S speed for audio digital stream */
+
enum em28xx_decoder decoder;
int tuner_type; /* type of the tuner */