]> Pileus Git - ~andy/linux/commit
ASoC: ux500_pcm: Extend Device Tree support to deal with DMA data
authorLee Jones <lee.jones@linaro.org>
Thu, 19 Dec 2013 15:55:04 +0000 (15:55 +0000)
committerMark Brown <broonie@linaro.org>
Tue, 7 Jan 2014 15:37:20 +0000 (15:37 +0000)
commit05c56c24137273de3460872b6121a2bd762d11e8
treeff25394b8d60a4284dd0d44c63094a33d389fb2e
parentf6c377520c26297cc870173df3cd0acdef08bc1c
ASoC: ux500_pcm: Extend Device Tree support to deal with DMA data

Soon we will strip out pdata support from the Ux500 set of ASoC drivers.
When this happens it will have to supply a DMA slave_config to the
dmaengine. At the moment a great deal of this comes from pdata via
AUXDATA. We need to become independent of this soon. This patch starts
the process by allocating memory for the associated data structures and
fetches the MSP id used for const struct indexing.

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/ux500/ux500_msp_i2s.c