Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c554b121 authored by Vikram Mulukutla's avatar Vikram Mulukutla Committed by Stephen Boyd
Browse files

msm: clock-8974: Correct some audio interface clock structures.



The audio_core_lpaif_codec_spkr_* clocks have incorrect
initializing data. Correct these.

Change-Id: Id82b1ba06ab94f8b65aaec6f99d6aa14208f42ee
Signed-off-by: default avatarVikram Mulukutla <markivx@codeaurora.org>
parent 565357d9
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -3990,9 +3990,9 @@ static struct branch_clk audio_core_lpaif_codec_spkr_osr_clk = {
	.has_sibling = 1,
	.base = &virt_bases[LPASS_BASE],
	.c = {
		.dbg_name = "audio_core_lpaif_codec_spkr_clk_src",
		.dbg_name = "audio_core_lpaif_codec_spkr_osr_clk",
		.ops = &clk_ops_branch,
		CLK_INIT(audio_core_lpaif_codec_spkr_clk_src.c),
		CLK_INIT(audio_core_lpaif_codec_spkr_osr_clk.c),
	},
};

@@ -4001,9 +4001,9 @@ static struct branch_clk audio_core_lpaif_codec_spkr_ebit_clk = {
	.has_sibling = 1,
	.base = &virt_bases[LPASS_BASE],
	.c = {
		.dbg_name = "audio_core_lpaif_codec_spkr_clk_src",
		.dbg_name = "audio_core_lpaif_codec_spkr_ebit_clk",
		.ops = &clk_ops_branch,
		CLK_INIT(audio_core_lpaif_codec_spkr_clk_src.c),
		CLK_INIT(audio_core_lpaif_codec_spkr_ebit_clk.c),
	},
};

@@ -4014,9 +4014,9 @@ static struct branch_clk audio_core_lpaif_codec_spkr_ibit_clk = {
	.max_div = 15,
	.base = &virt_bases[LPASS_BASE],
	.c = {
		.dbg_name = "audio_core_lpaif_codec_spkr_clk_src",
		.dbg_name = "audio_core_lpaif_codec_spkr_ibit_clk",
		.ops = &clk_ops_branch,
		CLK_INIT(audio_core_lpaif_codec_spkr_clk_src.c),
		CLK_INIT(audio_core_lpaif_codec_spkr_ibit_clk.c),
	},
};