summaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/fsl_sai.h
diff options
context:
space:
mode:
authorMatus Gajdos <matuszpd@gmail.com>2023-07-12 14:49:33 +0200
committerMark Brown <broonie@kernel.org>2023-07-17 19:15:07 +0100
commit269f399dc19f0e5c51711c3ba3bd06e0ef6ef403 (patch)
treee457997dd2c58fe7f0d897ba036e1cf91c1d8c98 /sound/soc/fsl/fsl_sai.h
parent469e2f28c2cbee2430058c1c9bb6d1675d7195fb (diff)
downloadlinux-stable-269f399dc19f0e5c51711c3ba3bd06e0ef6ef403.tar.gz
linux-stable-269f399dc19f0e5c51711c3ba3bd06e0ef6ef403.tar.bz2
linux-stable-269f399dc19f0e5c51711c3ba3bd06e0ef6ef403.zip
ASoC: fsl_sai: Disable bit clock with transmitter
Otherwise bit clock remains running writing invalid data to the DAC. Signed-off-by: Matus Gajdos <matuszpd@gmail.com> Acked-by: Shengjiu Wang <shengjiu.wang@gmail.com> Cc: stable@vger.kernel.org Link: https://lore.kernel.org/r/20230712124934.32232-1-matuszpd@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/fsl/fsl_sai.h')
-rw-r--r--sound/soc/fsl/fsl_sai.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/fsl_sai.h b/sound/soc/fsl/fsl_sai.h
index 8254c3547b87..550df87b6a06 100644
--- a/sound/soc/fsl/fsl_sai.h
+++ b/sound/soc/fsl/fsl_sai.h
@@ -91,6 +91,7 @@
/* SAI Transmit/Receive Control Register */
#define FSL_SAI_CSR_TERE BIT(31)
#define FSL_SAI_CSR_SE BIT(30)
+#define FSL_SAI_CSR_BCE BIT(28)
#define FSL_SAI_CSR_FR BIT(25)
#define FSL_SAI_CSR_SR BIT(24)
#define FSL_SAI_CSR_xF_SHIFT 16