aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/sound/soc.h
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2023-06-08 06:49:11 +0000
committerMark Brown <broonie@kernel.org>2023-06-13 12:11:23 +0100
commit099770e2dae04579670947aaf8b5c70ef6a4cb6a (patch)
tree9af8eb4f0ea4d5cf96922d358d9953ba5fbd4d7b /include/sound/soc.h
parentASoC: starfive: use use new trigger ordering method (diff)
downloadwireguard-linux-099770e2dae04579670947aaf8b5c70ef6a4cb6a.tar.xz
wireguard-linux-099770e2dae04579670947aaf8b5c70ef6a4cb6a.zip
ASoC: remove old trigger ordering method
All drivers switch to use generic trigger ordering method. Let's remove old method. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://lore.kernel.org/r/87legufnyy.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r--include/sound/soc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 49442583d46d..52bb64d427f5 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -762,12 +762,6 @@ struct snd_soc_dai_link {
/* Do not create a PCM for this DAI link (Backend link) */
unsigned int ignore:1;
- /* This flag will reorder stop sequence. By enabling this flag
- * DMA controller stop sequence will be invoked first followed by
- * CPU DAI driver stop sequence
- */
- unsigned int stop_dma_first:1;
-
#ifdef CONFIG_SND_SOC_TOPOLOGY
struct snd_soc_dobj dobj; /* For topology */
#endif