]> 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)
commit999872519effac0c223ae1892eb657df74f1b308
tree1fdbb0df88796f23a4543905f78525ad2b2e529b
parentb7f57e92a30ab4fac5666c05d4ca312439d10b33
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