]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: qcom: sdm845: add handling of secondary MI2S clock
authorAlexey Klimov <alexey.klimov@linaro.org>
Thu, 5 Dec 2024 02:33:43 +0000 (02:33 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 16 Dec 2024 22:04:44 +0000 (22:04 +0000)
commit8bfb66c75cdace542dabe87841152614fd5b8d91
treebac3bda2f4271b274ef3a5487246db53ca46d9bd
parenta5dfca553c237c8cfd0b02aacad64d6e6e14149b
ASoC: qcom: sdm845: add handling of secondary MI2S clock

Add handling of clock related to secondary MI2S_RX in startup, shutdown
and hw params routines. The handing of MI2S_TX and SEC_MI2S clock is
already there so this requires only placing SECONDARY_MI2S_RX in the
correct switch-case choices.

Signed-off-by: Alexey Klimov <alexey.klimov@linaro.org>
Link: https://patch.msgid.link/20241205023344.2232529-3-alexey.klimov@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/qcom/sdm845.c