From 3381470ddd2164da2e33c1319a55f2deaac33baa Mon Sep 17 00:00:00 2001 From: Ricardo Cerqueira Date: Tue, 3 Jan 2006 13:39:32 +0000 Subject: cx88-alsa, now with working sound goodness From: Ricardo Cerqueira 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: --- v4l/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'v4l/ChangeLog') 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 + 2006-01-03 06:07 mkrufky * linux/Documentation/dvb/get_dvb_firmware: -- cgit v1.2.3