commit | 098bd8911a5eacc3b70fdc09fa4084657511c584 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Thu Feb 18 08:17:52 2016 +0000 |
committer | Mark Brown <broonie@kernel.org> | Sat Feb 20 00:53:02 2016 +0900 |
tree | 8664dcd58585cf18bcf871df5e052dc425665b5c | |
parent | 0dc6bf75023a42895962800020583c19e0b87159 [diff] |
ASoC: rsnd: Parent SSI attach is not needed if not clock master Parent SSI is needed if it is PIN sharing and clock master, otherwise, not needed. But, whether clockk master is judged on .set_fmt, thus, it can't call rsnd_ssi_parent_attach() on .probe. Now, .pcm_new will be called after .set_fmt, so this patch reuses it at this point. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>