Re: [PATCH v1 2/2] sound: lpass-platform: Move dma channel allocation to pcmops

2016-06-13 Thread kbuild test robot
Hi, [auto build test WARNING on asoc/for-next] [also build test WARNING on v4.7-rc3 next-20160609] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Srinivas-Kandagatla/sound-lpass-cpu-add-module-l

[PATCH v1 2/2] sound: lpass-platform: Move dma channel allocation to pcmops

2016-06-13 Thread Srinivas Kandagatla
Move dma channel allocations to pcmops open and close functions. Reason to do this is that, lpass_platform_pcm_free() accesses snd_soc_pcm_runtime via substream->private data, However By this time runtimes are already freed as part of soc_cleanup_card_resources() sequence. This patch moves the cha