diff options
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
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 <hverkuil@xs4all.nl> + 2005-12-22 07:43 nshmyrev * linux/drivers/media/video/saa7134/saa7134-cards.c: |