]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: simple-card: fixup cpu_dai_name clear case
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 2 Sep 2014 11:05:30 +0000 (04:05 -0700)
committerMark Brown <broonie@kernel.org>
Wed, 3 Sep 2014 12:53:44 +0000 (13:53 +0100)
commit20d0359a9174ebc35dd9c819ebe22eabd989a5aa
tree1e0e61ab608bbf0dd563b1adca633a3dfb7427e4
parentde96210375447bf997a22bbaf78756f679b213f1
ASoC: simple-card: fixup cpu_dai_name clear case

a1cbe9b0fd14ecc52bdd75cb209e1609d71ea5b4
(ASoC: simple-card: cpu_dai_name creates confusion when DT case)
cleared cpu_dai_name for caring fmt_single_name case,
and
79b91659439f3ece1a0267db18be6b059bf39818
(ASoC: simple-card: remove dai_link->cpu_dai_name when DT)
cared multi dai-link case.
but, cpu_dai_name matching is required when fmt_multiple_name was used

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tested-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/generic/simple-card.c