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)
committerInki Dae <inki.dae@samsung.com>
Thu, 3 Jul 2014 00:54:34 +0000 (09:54 +0900)
commitd18b53de9c7f9ba2faf100c05d05d6596d1ce683
tree26680e26f4d1db1a69406029254a49b3de289c47
parentcc6c07f9df4b6e393a5ade79e83df003a55e637a
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