summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
authorHans Verkuil <devnull@localhost>2005-12-28 14:52:31 +0000
committerHans Verkuil <devnull@localhost>2005-12-28 14:52:31 +0000
commit294898f44f8c338be011b698475b8594fd5c9b3e (patch)
tree07fa2475966d18999342e2a69a5b52b773188d82 /v4l
parent0fc51e8bf17914511d3610f5c2c1ad7644c54863 (diff)
downloadmediapointer-dvb-s2-294898f44f8c338be011b698475b8594fd5c9b3e.tar.gz
mediapointer-dvb-s2-294898f44f8c338be011b698475b8594fd5c9b3e.tar.bz2
Generalized cx25840 video/audio input handling
- Added VIDIOC_S_AUDIO to set the audio inputs separately. - Removed AUDC_SET_INPUT. - Made the video inputs much more general. - Removed cardtype CID and replaced with a CID to enable the PVR150 workaround. The cardtype is no longer necessary with the general video input change. - Update VIDIOC_LOG_STATUS output to show the video and audio inputs separately. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 267f0a83f..b117b29a6 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,24 @@
+2005-12-28 14:41 hverkuil
+
+ * linux/drivers/media/video/cx25840/cx25840-audio.c:
+ (set_audclk_freq), (cx25840_audio_set_path), (set_mute),
+ (cx25840_audio):
+ * linux/drivers/media/video/cx25840/cx25840-core.c:
+ (cx25840_initialize), (input_change), (set_input), (set_v4lctrl),
+ (get_v4lctrl), (cx25840_command), (cx25840_detect_client),
+ (log_status):
+ * linux/drivers/media/video/cx25840/cx25840.h:
+ - Added VIDIOC_S_AUDIO to set the audio inputs separately.
+ - Removed AUDC_SET_INPUT.
+ - Made the video inputs much more general.
+ - Removed cardtype CID and replaced with a CID to enable
+ the PVR150 workaround. The cardtype is no longer necessary
+ with the general video input change.
+ - Update VIDIOC_LOG_STATUS output to show the video and
+ audio inputs separately.
+
+ Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
+
2005-12-28 14:40 hverkuil
* linux/drivers/media/video/saa7115.c: (saa7115_log_status):