projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99370c4
)
ASoC: SOF: mediatek: Align mt8186 clock names with dt-bindings
author
Tinghan Shen
<tinghan.shen@mediatek.com>
Wed, 22 Jun 2022 06:22:45 +0000
(14:22 +0800)
committer
Mark Brown
<broonie@kernel.org>
Wed, 22 Jun 2022 12:39:32 +0000
(13:39 +0100)
Align clock names in mt8186 dsp driver with dt-bindings.
Signed-off-by: Tinghan Shen <tinghan.shen@mediatek.com>
Link:
https://lore.kernel.org/r/20220622062245.21021-5-tinghan.shen@mediatek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/mediatek/mt8186/mt8186-clk.c
patch
|
blob
|
history
diff --git
a/sound/soc/sof/mediatek/mt8186/mt8186-clk.c
b/sound/soc/sof/mediatek/mt8186/mt8186-clk.c
index 22220fd50b626a090eb797fa566f407160f40896..2df3b7ae1c6f510feae21f0f052dcd1bf28f3583 100644
(file)
--- a/
sound/soc/sof/mediatek/mt8186/mt8186-clk.c
+++ b/
sound/soc/sof/mediatek/mt8186/mt8186-clk.c
@@
-18,8
+18,8
@@
#include "mt8186-clk.h"
static const char *adsp_clks[ADSP_CLK_MAX] = {
- [CLK_TOP_AUDIODSP] = "audiodsp
_sel
",
- [CLK_TOP_ADSP_BUS] = "adsp_bus
_sel
",
+ [CLK_TOP_AUDIODSP] = "audiodsp",
+ [CLK_TOP_ADSP_BUS] = "adsp_bus",
};
int mt8186_adsp_init_clock(struct snd_sof_dev *sdev)