LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: "Mukunda,Vijendar" <vijendar.mukunda@amd.com>
To: Mark Brown <broonie@kernel.org>
Cc: Liam Girdwood <lgirdwood@gmail.com>,
Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>,
Alex Deucher <alexander.deucher@amd.com>,
Jason Clinton <jclinton@chromium.org>,
Akshu Agrawal <akshu.agrawal@amd.com>,
Guenter Roeck <linux@roeck-us.net>,
Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>,
Philippe Ombredanne <pombredanne@nexb.com>,
Kate Stewart <kstewart@linuxfoundation.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
"moderated list:SOUND - SOC LAYER / DYNAMIC AUDIO POWER
MANAGEM..." <alsa-devel@alsa-project.org>,
open list <linux-kernel@vger.kernel.org>,
djkurtz@chromium.org
Subject: Re: [PATCH V2 01/10] ASoC: amd: dma config parameters changes
Date: Mon, 7 May 2018 11:57:21 +0530 [thread overview]
Message-ID: <e53cd47f-ac63-93ca-9751-f9185d94d17a@amd.com> (raw)
In-Reply-To: <1525207810-1305-1-git-send-email-Vijendar.Mukunda@amd.com>
On Wednesday 02 May 2018 02:19 AM, Vijendar Mukunda wrote:
> Added dma configuration parameters to rtd structure.
> Moved dma configuration parameters initialization to
> hw_params callback.
> Removed hard coding in prepare and trigger callbacks.
>
> Signed-off-by: Vijendar Mukunda <Vijendar.Mukunda@amd.com>
> ---
> v1->v2 : Fixed capture stream wrong channel assignment
> added comments in dma trigger api
> sound/soc/amd/acp-pcm-dma.c | 103 ++++++++++++++++++--------------------------
> sound/soc/amd/acp.h | 5 +++
> 2 files changed, 48 insertions(+), 60 deletions(-)
Hi Mark,
In this series, patches 01/10 to 09/10 are good to go from Dan, could
you please review and merge them.
For 10/10 please let us know your thoughts on it, discussion reference:
https://lkml.org/lkml/2018/5/4/23
Thanks,
Vijendar
next prev parent reply other threads:[~2018-05-07 6:27 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-01 20:49 Vijendar Mukunda
2018-05-01 20:49 ` [PATCH V2 02/10] ASoC: amd: added byte count register offset variables to rtd Vijendar Mukunda
2018-05-11 3:20 ` Applied "ASoC: amd: added byte count register offset variables to rtd" to the asoc tree Mark Brown
2018-05-01 20:49 ` [PATCH V2 03/10] ASoC: amd: removed separate byte count variables for playback and capture Vijendar Mukunda
2018-05-11 3:19 ` Applied "ASoC: amd: removed separate byte count variables for playback and capture" to the asoc tree Mark Brown
2018-05-01 20:49 ` [PATCH V2 04/10] ASoC: amd: pte offset related dma driver changes Vijendar Mukunda
2018-05-21 15:48 ` Applied "ASoC: amd: pte offset related dma driver changes" to the asoc tree Mark Brown
2018-05-01 20:49 ` [PATCH 05/10] ASoC: amd: sram bank update changes Vijendar Mukunda
2018-05-21 15:48 ` Applied "ASoC: amd: sram bank update changes" to the asoc tree Mark Brown
2018-05-01 20:50 ` [PATCH 06/10] ASoC: amd: memory release for rtd structure Vijendar Mukunda
2018-05-01 20:50 ` [PATCH 07/10] ASoC: AMD: Move clk enable from hw_params/free to startup/shutdown Vijendar Mukunda
2018-05-01 20:50 ` [PATCH 08/10] ASoC: AMD: Fix clocks in CZ DA7219 machine driver Vijendar Mukunda
2018-05-01 20:50 ` [PATCH 09/10] ASoC: AMD: Add const to snd_soc_ops instances Vijendar Mukunda
2018-05-01 20:50 ` [PATCH V3 10/10] ASoC: amd: dma driver changes for bt i2s instance Vijendar Mukunda
2018-05-03 5:43 ` Daniel Kurtz
2018-05-03 7:35 ` Mukunda,Vijendar
2018-05-03 16:40 ` Daniel Kurtz
2018-05-04 4:34 ` Agrawal, Akshu
2018-05-07 6:44 ` Daniel Kurtz
2018-05-07 6:27 ` Mukunda,Vijendar [this message]
2018-05-07 10:22 ` [PATCH V2 01/10] ASoC: amd: dma config parameters changes Mukunda,Vijendar
2018-05-11 3:20 ` Applied "ASoC: amd: dma config parameters changes" to the asoc tree Mark Brown
2018-05-08 4:47 [PATCH V2 01/10] ASoC: amd: dma config parameters changes Vijendar Mukunda
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=e53cd47f-ac63-93ca-9751-f9185d94d17a@amd.com \
--to=vijendar.mukunda@amd.com \
--cc=akshu.agrawal@amd.com \
--cc=alexander.deucher@amd.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=djkurtz@chromium.org \
--cc=gregkh@linuxfoundation.org \
--cc=jclinton@chromium.org \
--cc=kstewart@linuxfoundation.org \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=perex@perex.cz \
--cc=pombredanne@nexb.com \
--cc=tiwai@suse.com \
--subject='Re: [PATCH V2 01/10] ASoC: amd: dma config parameters changes' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).