linux-kernel-test/sound/pci/cs5535audio
Andres Salomon 7abcacb09a [ALSA] cs5535audio: correctly set dma->substream
We're never actually setting dma->substream to the current substream; that
means the dma->substream checks that we do in the suspend/resume path
are never satisfied, and the PRD registers are never correctly managed.  This
changes it so that we set the substream when constructing the specific
bus master DMA, and unsetting it when we tear down the BM's DMA.

Signed-off-by: Andres Salomon <dilinger@debian.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
2007-10-16 15:59:51 +02:00
..
cs5535audio_pcm.c [ALSA] cs5535audio: correctly set dma->substream 2007-10-16 15:59:51 +02:00
cs5535audio_pm.c [ALSA] Various fixes for suspend/resume of ALSA PCI drivers 2006-10-22 10:51:10 +02:00
cs5535audio.c [ALSA] Remove IRQF_DISABLED for shared PCI irqs 2006-12-20 08:55:57 +01:00
cs5535audio.h [ALSA] PM support for cs5535audio 2006-06-22 21:32:49 +02:00
Makefile [ALSA] Clean up Makefile 2007-10-16 15:58:05 +02:00