diff options
author | Kuninori Morimoto <[email protected]> | 2018-12-14 11:32:30 +0900 |
---|---|---|
committer | Mark Brown <[email protected]> | 2018-12-14 11:47:19 +0000 |
commit | 56eb818191fbe4b93bbe6e884f96061013c9a6ab (patch) | |
tree | 04861bd41c70e1e7ae007d19c1edde9e4e1bd9f9 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | ae3cb5790906b5caf519f6f21792c30fb5ddf8db (diff) |
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 <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions