From 294898f44f8c338be011b698475b8594fd5c9b3e Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Wed, 28 Dec 2005 14:52:31 +0000 Subject: 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 --- v4l/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'v4l') 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 + 2005-12-28 14:40 hverkuil * linux/drivers/media/video/saa7115.c: (saa7115_log_status): -- cgit v1.2.3