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 /v4l | |
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 'v4l')
-rw-r--r-- | v4l/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 79650541f..e870a3441 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,27 @@ +2006-01-22 13:04 hverkuil + + * linux/drivers/media/video/cx25840/cx25840-core.c: + (cx25840_command), (cx25840_detect_client): + * linux/drivers/media/video/cx25840/cx25840.h: + * linux/drivers/media/video/msp3400-driver.c: + * linux/drivers/media/video/msp3400-kthreads.c: (msp_set_source), + (msp3400c_set_carrier), (msp3400c_set_mode), + (msp3400c_set_audmode), (msp3400c_detect_stereo), (watch_stereo), + (msp3400c_thread), (msp3410d_thread), (msp34xxg_set_source), + (msp34xxg_thread), (msp34xxg_detect_stereo), + (msp34xxg_set_audmode), (msp_set_audmode), (msp_detect_stereo): + * linux/drivers/media/video/msp3400.h: + * linux/drivers/media/video/tuner-core.c: (tuner_status), + (tuner_command): + * linux/drivers/media/video/tvaudio.c: (chip_attach), + (chip_command): + + - audmode and rxsubchans fixes in msp3400, tuner, tvaudio and + cx25840. + - msp3400 cleanups + + Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> + 2006-01-22 03:51 mcisely * v4l_experimental/pvrusb2/pvrusb2-i2c-chips-v4l2.c: |