commit | 6c1c06cb776cf9a34ceafc5be288aa3670aa3ef2 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Fri Oct 28 03:38:28 2016 +0000 |
committer | Mark Brown <broonie@kernel.org> | Fri Oct 28 19:24:48 2016 +0100 |
tree | 77bc7d8191591eb3998ea407cb2f7126a18e18a2 | |
parent | 193599264f3eb632f43f83f738b17241f91dbd5a [diff] |
ASoC: simple-card-utils: remove unnecessary cpu/codec pointer check Remove cpu/codec pointer check from asoc_simple_card_canonicalize_dailink() This is verbose check, and will be issue if CPU name was created by fmt_single_name() on simple-scu-card.c. see also asoc_simple_card_canonicalize_cpu() Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>