diff options
author | Hans Verkuil <devnull@localhost> | 2006-01-18 21:48:19 +0000 |
---|---|---|
committer | Hans Verkuil <devnull@localhost> | 2006-01-18 21:48:19 +0000 |
commit | f7ef0e07e02040e66dd49a7bfce0cce75ab777a0 (patch) | |
tree | 950793f957a47bc7c1ab06eecb28db9f0b71b51f /v4l | |
parent | 09194f0467e86ca029cd55ec178869f5f9dbf2b2 (diff) | |
download | mediapointer-dvb-s2-f7ef0e07e02040e66dd49a7bfce0cce75ab777a0.tar.gz mediapointer-dvb-s2-f7ef0e07e02040e66dd49a7bfce0cce75ab777a0.tar.bz2 |
Fix handling of VIDIOC_G_TUNER audmode in msp3400
Fix handling of VIDIOC_G_TUNER audmode in msp3400: audmode
is only changed by the user with S_TUNER, never by the driver.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 2662ae3a6..8c368a397 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,13 @@ +2006-01-18 21:29 hverkuil + + * linux/drivers/media/video/msp3400-driver.c: + * linux/drivers/media/video/msp3400-kthreads.c: (msp3400c_setmode), + (msp3400c_setstereo), (msp3410d_thread): + Fix handling of VIDIOC_G_TUNER audmode in msp3400: audmode + is only changed by the user with S_TUNER, never by the driver. + + Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> + 2006-01-18 20:40 nshmyrev * linux/drivers/media/common/ir-keymaps.c: |