ASoC: rsnd: save platform_device instead of device
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 23 May 2014 06:25:30 +0000 (23:25 -0700)
committerMark Brown <broonie@linaro.org>
Mon, 26 May 2014 13:34:54 +0000 (14:34 +0100)
commit9f464f8e076e6fcc8d249e76d84f4fb99c1fecff
treec0268b91ad4a93f55e706ad3759062b57e4efc74
parentf451e48d8e1cae07d55b4a5b558c008cd4dc9a73
ASoC: rsnd: save platform_device instead of device

DT DMA support needs struct platform_device pointer,
and it can get struct device pointer from platform_device.
Save platform_device instead of device.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/sh/rcar/core.c
sound/soc/sh/rcar/rsnd.h
This page took 0.02477 seconds and 5 git commands to generate.