commit | a8035f073cb508a0c1223db2662510575627b41d | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Thu Jul 11 14:35:44 2013 +0200 |
committer | Mark Brown <broonie@linaro.org> | Thu Jul 11 17:37:56 2013 +0100 |
tree | 6b0c41fd3e03872a09e1e6b2f1017762bed92dca | |
parent | f6becf0b2ffef0bed813d7f910b5d276c5dc45e1 [diff] |
ASoC: omap-mcpdm: Do not use platform_get_resource_byname() for DMA The DMA resource no longer available via this API when booting with DT. McPDM is only available on OMAP4/5 and both can boot with DT only. Set the dma_data.filter_data to the DMA name which will be used by omap-pcm to request the DMA channel. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Reviewed-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@linaro.org>