commit | fa41181fe37530d78acb25b4e2c9c019241cbbf6 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Sun Mar 15 12:15:24 2015 +0100 |
committer | Mark Brown <broonie@kernel.org> | Mon Mar 16 11:40:52 2015 +0000 |
tree | e972ee953cc76fa1cca455eafcc051b971a66412 | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 [diff] |
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>