]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: nuc900: No need to track the dma buffer in the driver state struct
authorLars-Peter Clausen <lars@metafoo.de>
Sun, 15 Mar 2015 11:15:24 +0000 (12:15 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 16 Mar 2015 11:40:52 +0000 (11:40 +0000)
commit5c6d40cceb00caeea7cecc704a8854088d6af49c
treee972ee953cc76fa1cca455eafcc051b971a66412
parent9cbe621030a9cce16d27329dac74fd4b1c1d9412
ASoC: nuc900: No need to track the dma buffer in the driver state struct

The DMA buffer and address can be accessed through the snd_pcm_runtime.
There is no need to manually track them in the driver's state struct.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/nuc900/nuc900-audio.h
sound/soc/nuc900/nuc900-pcm.c