diff options
author | Hans Verkuil <devnull@localhost> | 2005-12-22 13:49:45 +0000 |
---|---|---|
committer | Hans Verkuil <devnull@localhost> | 2005-12-22 13:49:45 +0000 |
commit | 3b7e6d1df0ee0051df0c9c70c9a90e3b9b75433f (patch) | |
tree | fb16a9ff957b7a88c2b59fd135bce193252bd864 /v4l | |
parent | 80815883388b791e62cf4ff2fb3a4b22680a5ea2 (diff) | |
download | mediapointer-dvb-s2-3b7e6d1df0ee0051df0c9c70c9a90e3b9b75433f.tar.gz mediapointer-dvb-s2-3b7e6d1df0ee0051df0c9c70c9a90e3b9b75433f.tar.bz2 |
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 <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l')
-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: |