aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/fsl
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2023-07-30 23:38:02 +0100
committerMark Brown <broonie@kernel.org>2023-07-30 23:38:02 +0100
commit2cddb06cb020f02a69e4e065599c1e5aa8b4a5d1 (patch)
tree411945066af7d953de11184b79b6acf0162964a6 /sound/soc/fsl
parentASoC: fsl_micfil: refactor deprecated strncpy (diff)
parentLinux 6.5-rc4 (diff)
downloadwireguard-linux-2cddb06cb020f02a69e4e065599c1e5aa8b4a5d1.tar.xz
wireguard-linux-2cddb06cb020f02a69e4e065599c1e5aa8b4a5d1.zip
ASoC: Merge up fixes from Linus' tree
Gets us pine64plus back if nothing else.
Diffstat (limited to 'sound/soc/fsl')
-rw-r--r--sound/soc/fsl/fsl_spdif.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/fsl/fsl_spdif.c b/sound/soc/fsl/fsl_spdif.c
index 95e639711eba..95bb8b10494a 100644
--- a/sound/soc/fsl/fsl_spdif.c
+++ b/sound/soc/fsl/fsl_spdif.c
@@ -755,6 +755,8 @@ static int fsl_spdif_trigger(struct snd_pcm_substream *substream,
case SNDRV_PCM_TRIGGER_PAUSE_PUSH:
regmap_update_bits(regmap, REG_SPDIF_SCR, dmaen, 0);
regmap_update_bits(regmap, REG_SPDIF_SIE, intr, 0);
+ regmap_write(regmap, REG_SPDIF_STL, 0x0);
+ regmap_write(regmap, REG_SPDIF_STR, 0x0);
break;
default:
return -EINVAL;