summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
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):