Module Name: src Committed By: bouyer Date: Fri Apr 20 18:04:12 UTC 2018
Modified Files: src/sys/arch/arm/sunxi: sun4i_dma.c Log Message: sun4idma_halt(): do not set the control register to 0 but just clear the LOAD bit. This is how it was done in the allwinner code. I don't know why but without this, I could play sound (via sunxi_codec) only once. After the call to sunxi_codec_halt_output(), subsequent play would output only silence. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/sunxi/sun4i_dma.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.