]> git.baikalelectronics.ru Git - kernel.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)
commite2e4e4adaa630204a509ab15846c003e18def3e9
tree1fdbb0df88796f23a4543905f78525ad2b2e529b
parent7611b536a2c3497601eb6a04b163d5e9ba58e910
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