diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2023-06-08 06:48:51 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-06-13 12:11:20 +0100 |
commit | 4a6aeaebbe3b5ef2ae637c00840de171a6c93478 (patch) | |
tree | 84cf84b6cac79aca4c6865cac21f6ea617cc5b38 /sound/soc/amd/acp-es8336.c | |
parent | 356caf663deee8dc46ff3168ec0b24bcbeb00b28 (diff) | |
download | lwn-4a6aeaebbe3b5ef2ae637c00840de171a6c93478.tar.gz lwn-4a6aeaebbe3b5ef2ae637c00840de171a6c93478.zip |
ASoC: amd: use use new trigger ordering method
ASoC is now supporting generic trigger ordering method.
This patch switch to use it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87pm66fnzi.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/amd/acp-es8336.c')
-rw-r--r-- | sound/soc/amd/acp-es8336.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/amd/acp-es8336.c b/sound/soc/amd/acp-es8336.c index 89499542c803..5e56d3a53be7 100644 --- a/sound/soc/amd/acp-es8336.c +++ b/sound/soc/amd/acp-es8336.c @@ -149,7 +149,7 @@ static struct snd_soc_dai_link st_dai_es8336[] = { .stream_name = "ES8336 HiFi Play", .dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF | SND_SOC_DAIFMT_CBP_CFP, - .stop_dma_first = 1, + .trigger_stop = SND_SOC_TRIGGER_ORDER_LDC, .dpcm_capture = 1, .dpcm_playback = 1, .init = st_es8336_init, |