diff options
author | Aidan MacDonald <[email protected]> | 2022-10-28 11:34:18 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-10-31 13:20:14 +0000 |
commit | 1c0036e03edd5d97fc0af94dd3ab7e8c58b8191d (patch) | |
tree | bfa99f1e9e6d0a4c25d3805ab5281d1bcac5db14 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | cf4484a0e61e60f7c12b7b7f73cf60898f355561 (diff) |
ASoC: jz4740-i2s: Remove .set_sysclk()
.set_sysclk() is effectively unused here. No machine drivers use
jz4740-i2s; and JZ4740_I2S_CLKSRC_EXT is the only selectable clock
source with simple-card, but that is also the default source and
has a fixed frequency, so configuring it would be redundant.
simple-card ignores -ENOTSUPP error codes when setting the sysclock,
so any device trees that do set the sysclock for some reason should
still work.
It's still possible to configure the clock parent manually in the
device tree and control frequency using other simple-card options,
so at the end of the day there's no real loss in functionality.
Signed-off-by: Aidan MacDonald <[email protected]>
Reviewed-by: Paul Cercueil <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions