]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: davinci-mcasp: Provide correct filter_data for dmaengine for non-DT boot
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Fri, 14 Mar 2014 14:42:46 +0000 (16:42 +0200)
committerMark Brown <broonie@linaro.org>
Mon, 17 Mar 2014 16:21:36 +0000 (16:21 +0000)
commit8de131f2e6de83f23059527fc4732c1efe27f93d
tree5289b1dae89ef167bb811e468109d32db666fa46
parent58726f58a6432495bd71d1fc7c9454cbc85f5a5c
ASoC: davinci-mcasp: Provide correct filter_data for dmaengine for non-DT boot

When we boot with non-DT mode the damengine will need the channel number and
a filter function in order to get the channel.
The filter_data is filled in the DAI driver while the filter_function will
be provided by the edma-pcm driver.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/davinci/davinci-mcasp.c