From: <Claudiu.Beznea@microchip.com>
To: <kuninori.morimoto.gx@renesas.com>,
<alexandre.belloni@bootlin.com>, <perex@perex.cz>,
<lgirdwood@gmail.com>, <broonie@kernel.org>,
<Nicolas.Ferre@microchip.com>, <tiwai@suse.com>
Cc: <alsa-devel@alsa-project.org>
Subject: Re: [PATCH v2 3/5] ASoC: atmel: use use new trigger ordering method
Date: Fri, 9 Jun 2023 09:03:39 +0000 [thread overview]
Message-ID: <cd10f9ee-e623-72ff-da9d-471a1cf285e1@microchip.com> (raw)
In-Reply-To: <87o7lqfnzb.wl-kuninori.morimoto.gx@renesas.com>
On 08.06.2023 09:48, Kuninori Morimoto wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>
> ASoC is now supporting generic trigger ordering method.
> This patch switch to use it.
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Tested-by: Claudiu Beznea <claudiu.beznea@microchip.com>
> ---
> sound/soc/atmel/mchp-pdmc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/sound/soc/atmel/mchp-pdmc.c b/sound/soc/atmel/mchp-pdmc.c
> index da23855a0e40..c79c73e6791e 100644
> --- a/sound/soc/atmel/mchp-pdmc.c
> +++ b/sound/soc/atmel/mchp-pdmc.c
> @@ -423,7 +423,7 @@ static const struct snd_soc_component_driver mchp_pdmc_dai_component = {
> .open = &mchp_pdmc_open,
> .close = &mchp_pdmc_close,
> .legacy_dai_naming = 1,
> - .start_dma_last = 1,
> + .trigger_start = SND_SOC_TRIGGER_ORDER_LDC,
> };
>
> static const unsigned int mchp_pdmc_1mic[] = {1};
> --
> 2.25.1
>
next prev parent reply other threads:[~2023-06-09 9:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-08 6:48 [PATCH v2 0/5] ASoC: add new trigger ordering method Kuninori Morimoto
2023-06-08 6:48 ` [PATCH v2 1/5] " Kuninori Morimoto
2023-06-08 6:48 ` [PATCH v2 2/5] ASoC: amd: use use " Kuninori Morimoto
2023-06-08 6:48 ` [PATCH v2 3/5] ASoC: atmel: " Kuninori Morimoto
2023-06-09 9:03 ` Claudiu.Beznea [this message]
2023-06-08 6:49 ` [PATCH v2 4/5] ASoC: starfive: " Kuninori Morimoto
2023-06-08 6:49 ` [PATCH v2 5/5] ASoC: remove old " Kuninori Morimoto
2023-06-13 16:40 ` [PATCH v2 0/5] ASoC: add new " Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cd10f9ee-e623-72ff-da9d-471a1cf285e1@microchip.com \
--to=claudiu.beznea@microchip.com \
--cc=Nicolas.Ferre@microchip.com \
--cc=alexandre.belloni@bootlin.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=lgirdwood@gmail.com \
--cc=perex@perex.cz \
--cc=tiwai@suse.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.