From 3b7e6d1df0ee0051df0c9c70c9a90e3b9b75433f Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Thu, 22 Dec 2005 13:49:45 +0000 Subject: Calculate the saa7115 AMCLK regs instead of using fixed values - Calculate the audio master clock registers from the actual frequencies. This simplifies the code and it also prepares for adding CGC2 support. - VIDIOC_INT_AUDIO_CLOCK_FREQ now receives an u32 instead of an enum. It is more generic and actually easier to implement. Signed-off-by: Hans Verkuil --- v4l/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'v4l') diff --git a/v4l/ChangeLog b/v4l/ChangeLog index c5efbe7a2..06ddc0203 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,23 @@ +2005-12-22 13:43 hverkuil + + * linux/drivers/media/video/cx25840/cx25840-audio.c: + (set_audclk_freq), (cx25840_audio): + * linux/drivers/media/video/cx25840/cx25840-core.c: + (cx25840_detect_client), (log_status): + * linux/drivers/media/video/cx25840/cx25840.h: + * linux/drivers/media/video/saa7115.c: + (saa7115_set_audio_clock_freq), (saa7115_log_status), + (saa7115_command), (saa7115_attach): + * linux/include/media/v4l2-common.h: + + - Calculate the audio master clock registers from the actual + frequencies. This simplifies the code and it also prepares + for adding CGC2 support. + - VIDIOC_INT_AUDIO_CLOCK_FREQ now receives an u32 instead of + an enum. It is more generic and actually easier to implement. + + Signed-off-by: Hans Verkuil + 2005-12-22 07:43 nshmyrev * linux/drivers/media/video/saa7134/saa7134-cards.c: -- cgit v1.2.3