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)
f687d900d30a61dda38db2a99239f5284a86a309
(ASoC: simple-card: cpu_dai_name creates confusion when DT case)
cleared cpu_dai_name for caring fmt_single_name case,
and
179949bc04c7157a4b2279f62a842638b61f78f9
(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

Simple merge