ASoC: samsung: Modify i2s driver to support idma
authorInha Song <ideal.song@samsung.com>
Wed, 30 Apr 2014 11:09:09 +0000 (20:09 +0900)
committerChanho Park <chanho61.park@samsung.com>
Thu, 7 Aug 2014 05:32:09 +0000 (14:32 +0900)
commit6561560b96cb4be35f30810b16ef25c1033e9c21
treeba6952101fdc5de12a47b155005395bd377dcecc
parent91824df834e0c7bbf89c027f63297ed13ff2bbc2
ASoC: samsung: Modify i2s driver to support idma

i2s-sec driver uses the internal dma.

Because ASoC idma devices are not registered as platform device,
asoc_idma_platform_register() should be called for idma registration.

Change-Id: Iaf7b0c0e3cdf66f4eda720cd705cf802c391d76b
Signed-off-by: Inha Song <ideal.song@samsung.com>
sound/soc/samsung/i2s.c