diff options
author | Alexander Sverdlin <[email protected]> | 2021-10-18 12:31:04 +0200 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2021-10-20 17:46:36 +0200 |
commit | f4ff6b56bc8ab2fcad6885813cd28ccc81224981 (patch) | |
tree | f25cce7af9bde37bab8e02c346e89c4bf63ae122 /scripts/gdb/linux/utils.py | |
parent | 409d8a9c1dbe504a28b5e5c2f7ecdb8be9f9da45 (diff) |
ASoC: cirrus: i2s: Prepare clock before using it
Use clk_prepare_enable()/clk_disable_unprepare() in preparation for switch
to Common Clock Framework, otherwise the following is visible:
WARNING: CPU: 0 PID: 97 at drivers/clk/clk.c:1011 clk_core_enable+0x9c/0xbc
Enabling unprepared mclk
...
Hardware name: Cirrus Logic EDB9302 Evaluation Board
...
clk_core_enable
clk_core_enable_lock
ep93xx_i2s_hw_params
snd_soc_dai_hw_params
soc_pcm_hw_params
snd_pcm_hw_params
snd_pcm_ioctl
...
Signed-off-by: Alexander Sverdlin <[email protected]>
Acked-by: Mark Brown <[email protected]>
Link: https://lore.kernel.org/r/[email protected]'
Signed-off-by: Arnd Bergmann <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions