diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2023-06-08 09:49:11 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-06-13 14:11:23 +0300 |
commit | 099770e2dae04579670947aaf8b5c70ef6a4cb6a (patch) | |
tree | 9af8eb4f0ea4d5cf96922d358d9953ba5fbd4d7b /include/sound/soc-component.h | |
parent | 0a67a14f74ace85cbd5bd4f49595850db2ebe53c (diff) | |
download | linux-099770e2dae04579670947aaf8b5c70ef6a4cb6a.tar.xz |
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-component.h')
-rw-r--r-- | include/sound/soc-component.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/soc-component.h b/include/sound/soc-component.h index c7733382757b..87f248a06271 100644 --- a/include/sound/soc-component.h +++ b/include/sound/soc-component.h @@ -199,8 +199,6 @@ struct snd_soc_component_driver { bool use_dai_pcm_id; /* use DAI link PCM ID as PCM device number */ int be_pcm_base; /* base device ID for all BE PCMs */ - unsigned int start_dma_last; - #ifdef CONFIG_DEBUG_FS const char *debugfs_prefix; #endif |