diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2015-11-10 06:11:18 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-11-18 19:08:16 +0100 |
commit | 94e2710cd2ce447cde879177d869b9ac231bc459 (patch) | |
tree | 31d4856e8231441cd68b19cc7b8ef1f1ef68f679 /sound/soc/sh/rcar/dvc.c | |
parent | ASoC: rsnd: SRC settings matches to datasheet (diff) | |
download | linux-94e2710cd2ce447cde879177d869b9ac231bc459.tar.xz linux-94e2710cd2ce447cde879177d869b9ac231bc459.zip |
ASoC: rsnd: remove platform boot support from core.c
No board is using Renesas sound driver via platform boot now.
This means all user is using DT boot. Platform boot support is
no longer needed. But, it strongly depends on platform boot style.
This patch removes platform boot support from core.c
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sh/rcar/dvc.c')
-rw-r--r-- | sound/soc/sh/rcar/dvc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/rcar/dvc.c b/sound/soc/sh/rcar/dvc.c index 0dc8a2a99fa4..d2bd4804db0d 100644 --- a/sound/soc/sh/rcar/dvc.c +++ b/sound/soc/sh/rcar/dvc.c @@ -317,7 +317,7 @@ static void rsnd_of_parse_dvc(struct platform_device *pdev, if (!of_data) return; - node = of_get_child_by_name(dev->of_node, "rcar_sound,dvc"); + node = rsnd_dvc_of_node(priv); if (!node) return; |