ASoC: simple-scu-card: tidyup codec daifmt handling method
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 25 Aug 2016 01:57:04 +0000 (01:57 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 1 Sep 2016 20:21:39 +0000 (21:21 +0100)
commit112a2ab5a720279d0805018a9ee162e12b0ce463
tree356147935b4b4a13063dfe5ef5d99d42512822f0
parent93bc047d768d1049a591cc8b710b6481a7ddab89
ASoC: simple-scu-card: tidyup codec daifmt handling method

Current simple-scu-card is handling codec daifmt by using
for_each_child_of_node(), and low-level method.
Let's use of_get_child_by_name() instead it

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/generic/simple-scu-card.c
This page took 0.025298 seconds and 5 git commands to generate.