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)
commitfa41181fe37530d78acb25b4e2c9c019241cbbf6
treee972ee953cc76fa1cca455eafcc051b971a66412
parentc517d838eb7d07bbe9507871fab3931deccff539
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