diff options
author | 2018-12-14 11:32:30 +0900 | |
---|---|---|
committer | 2018-12-14 11:47:19 +0000 | |
commit | 56eb818191fbe4b93bbe6e884f96061013c9a6ab (patch) | |
tree | 04861bd41c70e1e7ae007d19c1edde9e4e1bd9f9 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ASoC: audio-graph-card: merge audio-graph-scu-card (diff) | |
download | wireguard-linux-56eb818191fbe4b93bbe6e884f96061013c9a6ab.tar.xz wireguard-linux-56eb818191fbe4b93bbe6e884f96061013c9a6ab.zip |
ASoC: audio-graph-card: tidyup mclk-fs method
Current audio-graph-card is handling "mclk-fs" by many way.
But, it is not useful and readable.
We want to do is that allow having mclk-fs everywere.
This patch support it.
It will be overwrote if lower node has it.
sound {
mclk-fs = <xxx>; // initial
};
codec {
ports {
mclk-fs = <xxx>; // overwrite
port {
mclk-fs = <xxx>; // overwrite
endpoint {
mclk-fs = <xxx>; // overwrite
};
};
};
};
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions