commit | 155b8f3aa633dbce887cded6b6b9399a3c62683e | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Thu May 25 01:51:31 2017 +0000 |
committer | Mark Brown <broonie@kernel.org> | Fri May 26 12:40:53 2017 +0100 |
tree | bcde89d364fb4713b42d164b53512d8ba3b7c946 | |
parent | 73b17f1a65c881fcf97109d77056006da2d40152 [diff] |
ASoC: simple-card-utils: remove strict limitation of bit/frame master Current asoc_simple_card_parse_daifmt is keeping backward compatibility for bitmaster/framemaster which didn't use phandle. The keep compatibility, it is checking prefix length, but it is too strict. let's loosen it. Otherwise, OF-graph base sound card which doesn't have prefix can't detect daifmt. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>