commit | bb002f925ae18c0c9d72d87b74b311a5209d7178 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Tue Aug 08 01:32:42 2017 +0000 |
committer | Mark Brown <broonie@kernel.org> | Tue Aug 08 12:03:50 2017 +0100 |
tree | 1b6f9210ccfe0dcfe7f5385a98cb901ebf19cf06 | |
parent | bf23c6a3813aac96e0af01565aba012b25c8bae5 [diff] |
ASoC: rsnd: rsnd_ssi_can_output_clk() macro For example SSI0/SSI1 case, SSI1 can share pin with SSI0. And then, SSI1 needs SSI0's clock. This clock controlling is very picky and difficult to understand in current code. This patch adds new rsnd_ssi_can_output_clk() macro, the code will be more understandable. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>