diff options
author | Hans Verkuil <devnull@localhost> | 2006-01-22 13:08:51 +0000 |
---|---|---|
committer | Hans Verkuil <devnull@localhost> | 2006-01-22 13:08:51 +0000 |
commit | deb202567f8ffea5e21cff6e6f6348e3522f92b9 (patch) | |
tree | 82aaabdf8013b36c9b8a7cacf30f9b85528ed45d /linux/drivers/media/video/cx25840/cx25840.h | |
parent | f46e56ebf89865948b7a9014adfec35436d9d3f8 (diff) | |
download | mediapointer-dvb-s2-deb202567f8ffea5e21cff6e6f6348e3522f92b9.tar.gz mediapointer-dvb-s2-deb202567f8ffea5e21cff6e6f6348e3522f92b9.tar.bz2 |
audmode and rxsubchans fixes (VIDIOC_G/S_TUNER)
- audmode and rxsubchans fixes in msp3400, tuner, tvaudio and cx25840.
- msp3400 cleanups
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video/cx25840/cx25840.h')
-rw-r--r-- | linux/drivers/media/video/cx25840/cx25840.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx25840/cx25840.h b/linux/drivers/media/video/cx25840/cx25840.h index 9192eb7a6..cf5e1c5d2 100644 --- a/linux/drivers/media/video/cx25840/cx25840.h +++ b/linux/drivers/media/video/cx25840/cx25840.h @@ -79,6 +79,7 @@ struct cx25840_state { enum cx25840_video_input vid_input; enum cx25840_audio_input aud_input; u32 audclk_freq; + int audmode; }; /* ----------------------------------------------------------------------- */ |