diff options
author | Ricardo Cerqueira <devnull@localhost> | 2006-01-03 13:39:32 +0000 |
---|---|---|
committer | Ricardo Cerqueira <devnull@localhost> | 2006-01-03 13:39:32 +0000 |
commit | 3381470ddd2164da2e33c1319a55f2deaac33baa (patch) | |
tree | 75472aaec8ae2a93f109474d98bdacbcd9b9adb3 /v4l/ChangeLog | |
parent | 7330a69cebde835c35bcede119a03dc8f1982e33 (diff) | |
download | mediapointer-dvb-s2-3381470ddd2164da2e33c1319a55f2deaac33baa.tar.gz mediapointer-dvb-s2-3381470ddd2164da2e33c1319a55f2deaac33baa.tar.bz2 |
cx88-alsa, now with working sound goodness
From: Ricardo Cerqueira <v4l@cerqueira.org>
It's still not perfect (lots of over and underruns), but there's now working
audio.
Dropped the videobuf queues (too geared for video...) in favor of a single
RISC databuffer, and changed the remaining code accordingly. And it works ;)
Signed-off-by:
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 281d257a2..674769cd3 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,19 @@ +2006-01-03 13:36 rmcc + + * linux/drivers/media/video/cx88/cx88-alsa.c: + (_cx88_start_audio_dma), (_cx88_stop_audio_dma), (cx8801_aud_irq), + (cx8801_irq), (dsp_buffer_free), (snd_cx88_pcm_open), + (snd_cx88_close), (snd_cx88_hw_params), (snd_cx88_hw_free), + (snd_cx88_prepare), (snd_cx88_card_trigger), (snd_cx88_pointer), + (snd_cx88_pcm), (snd_cx88_free), (snd_cx88_dev_free), + (snd_cx88_create), (cx88_audio_finidev), (cx88_audio_fini): + + - CX88 audio lives! + - Sound is still distorted, (some buzzing), but works + - Got rid of videobuf queues, now using a single risc databuffer + + Signed-off-by: Ricardo Cerqueira <v4l@cerqueira.org> + 2006-01-03 06:07 mkrufky * linux/Documentation/dvb/get_dvb_firmware: |