]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: sb: Force to disable DMAs once when DMA mode is changed
authorTakashi Iwai <tiwai@suse.de>
Tue, 10 Jun 2025 06:43:20 +0000 (08:43 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 10 Jun 2025 06:45:43 +0000 (08:45 +0200)
commit4c267ae2ef349639b4d9ebf00dd28586a82fdbe6
tree7b2eec57ea2184a7878be243da19e943e9c65166
parented29e073ba93f2d52832804cabdd831d5d357d33
ALSA: sb: Force to disable DMAs once when DMA mode is changed

When the DMA mode is changed on the (still real!) SB AWE32 after
playing a stream and closing, the previous DMA setup was still
silently kept, and it can confuse the hardware, resulting in the
unexpected noises.  As a workaround, enforce the disablement of DMA
setups when the DMA setup is changed by the kcontrol.

https://bugzilla.kernel.org/show_bug.cgi?id=218185
Link: https://patch.msgid.link/20250610064322.26787-2-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/isa/sb/sb16_main.c