ASoC: s3c24xx-i2s: pass DMA channels as platform data
authorArnd Bergmann <arnd@arndb.de>
Wed, 18 Nov 2015 14:26:00 +0000 (15:26 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 18 Nov 2015 17:51:46 +0000 (17:51 +0000)
commit359fdfa6fde04b3a752df5251b1dcd8866d436fa
tree62c74b26567b3cee89a0b7515b006b6909ba6af1
parentb9a1a743818ea3265abf98f9431623afa8c50c86
ASoC: s3c24xx-i2s: pass DMA channels as platform data

This is a minor cleanup to make the s3c2412-i2s and s3c24xx-i2s
drivers independent of the mach/dma.h header file and to allow
removing the dependency on the specific dmaengine driver in the
next patch.

As a side not, only the s3c24xx-i2s driver seems to still be
used, while the definition of the s3c2412-i2s platform device was
removed in commit 6d259a25b56d ("ARM: SAMSUNG: use static
declaration when it is not used in other files") after it had
never been referenced since its introduction in f0fba2ad1b6b
("ASoC: multi-component - ASoC Multi-Component Support").

Apparently it should have been used by mach-jive.c, but that
never happened. My patch at this point leaves the current state
unchanged, we can decide whether to fix or delete the jive
driver and s3c2412-i2s another time.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
arch/arm/plat-samsung/devs.c
sound/soc/samsung/s3c2412-i2s.c
sound/soc/samsung/s3c24xx-i2s.c
This page took 0.027005 seconds and 5 git commands to generate.