From 7c193cbbeba19ca648dfaf3f8f456883b4c48179 Mon Sep 17 00:00:00 2001 From: Ricardo Cerqueira Date: Wed, 9 Nov 2005 03:33:33 +0000 Subject: Finish split of DMA sound code from main saa7134 module From: - saa7134-oss is now a standalone module as well - remaining DMA sound code has been removed from core the module - Lots of small cleanups and variable renames to get more consistency between the OSS and ALSA drivers Signed-off-by: Ricardo Cerqueira --- v4l/ChangeLog | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'v4l/ChangeLog') diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 46394322e..33406ee88 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,31 @@ +2005-11-09 03:25 rmcc + + * ../linux/drivers/media/video/saa7134/Makefile: + * ../linux/drivers/media/video/saa7134/saa7134-alsa.c: + (saa7134_alsa_irq), (snd_card_saa7134_capture_trigger), + (dsp_buffer_init), (snd_card_saa7134_capture_prepare), + (snd_card_saa7134_capture_pointer), + (snd_card_saa7134_capture_close), (snd_card_saa7134_capture_open), + (snd_saa7134_capsrc_put), (snd_saa7134_dev_free), + (alsa_card_saa7134_create), (saa7134_alsa_init): + * ../linux/drivers/media/video/saa7134/saa7134-core.c: + (pending_call), (request_module_depend), (saa7134_irq), + (saa7134_hwinit1), (saa7134_hwfini), (saa7134_initdev), + (saa7134_finidev): + * ../linux/drivers/media/video/saa7134/saa7134-oss.c: (dsp_ioctl), + (mixer_ioctl), (saa7134_oss_irq), (saa7134_oss_init1), + (saa7134_irq_oss_done), (saa7134_dsp_create), (saa7134_oss_init), + (saa7134_oss_exit): + * ../linux/drivers/media/video/saa7134/saa7134.h: + * ../v4l/Makefile: + + - saa7134-oss is now a standalone module + - all DMA sound stuff has been removed from the core saa7134 module + - Lots of cleanups and variable renames to get some consistency + between OSS and ALSA drivers + + Signed-off-by: Ricardo Cerqueira + 2005-11-09 02:57 mchehab * ../linux/drivers/media/video/Kconfig: -- cgit v1.2.3