]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
ASoC: fsl_spdif: keep all TxClk sources by txclk array
authorViorel Suman <viorel.suman@nxp.com>
Wed, 9 Mar 2022 09:18:43 +0000 (17:18 +0800)
committerMark Brown <broonie@kernel.org>
Wed, 9 Mar 2022 17:34:58 +0000 (17:34 +0000)
commit5bd998af5b69cf21fd4db5eaf7e9db85a4a35295
tree1fdbb0df88796f23a4543905f78525ad2b2e529b
parent5af07dad696422d48368409461a754990faa713c
ASoC: fsl_spdif: keep all TxClk sources by txclk array

Use txclk array to keep all TxClk sources instead of keeping
clocks per rate - need to do this in order to avoid multiple
prepare_enable/disable_unprepare of the same clock during
suspend/resume.

Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Link: https://lore.kernel.org/r/1646817523-26800-1-git-send-email-shengjiu.wang@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_spdif.c