diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2019-03-20 13:55:39 +0900 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-03-21 14:51:43 +0000 |
commit | f48dcbb6d47d870cf3a03f453c923dd262158c66 (patch) | |
tree | bff3a7142fc2ddd2ecf8a27904c0f86de3252ae3 /scripts | |
parent | 686911b46fb5a08df142fe22b6c06dc6fbd3ba65 (diff) | |
download | linux-f48dcbb6d47d870cf3a03f453c923dd262158c66.tar.gz linux-f48dcbb6d47d870cf3a03f453c923dd262158c66.tar.bz2 linux-f48dcbb6d47d870cf3a03f453c923dd262158c66.zip |
ASoC: simple-card-utils: share asoc_simple_hw_param()
The difference between simple-card / audio-graph are just using
OF graph style, or not. In other words, other things should be same.
This means, simple-card/audio-graph common functions should be
implemented at simple-card-utils, and its own functions should be
implemented at each files.
Current simple-card / audio-graph have almost same functions.
This patch shares asoc_simple_hw_param() between in these 2 drivers.
One note is that only simple-card supports simple_set_clk_rate()
at hw_param from commit e9be4ffd4f40fcb ("ASoC: simple-card: set cpu
dai clk in hw_params").
By this patch, audio-graph has same feature.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions