mbox series

[RESEND,v4,0/2] Add support for linked list to store acp_stream and tdm support.

Message ID 20220810132913.1181247-1-venkataprasad.potturu@amd.com
Headers show
Series Add support for linked list to store acp_stream and tdm support. | expand

Message

Venkata Prasad Potturu Aug. 10, 2022, 1:29 p.m. UTC
This patch is to add support for linked list to store acp_stream instead static array and 
add tdm support for acp I2S stream.


Ajit Kumar Pandey (1):
  ASoC: amd: acp: Initialize list to store acp_stream during pcm_open

Venkata Prasad Potturu (1):
  ASoC: amd: acp: Add TDM support for acp i2s stream

Changes since v3:
    -- Modify to spin_lock() in irq handler and spin_lock_irq() in dma open and close
       functions instead of spin_lock_irqsave().
    -- Add  tdm support patch to this series.
Changes since v2:
    -- Add locking mechanism in irq handler, linked list updatation and deletion.
Changes since v1:
    -- Fix compile error and remove unused variable.

 sound/soc/amd/acp/acp-i2s.c      | 80 +++++++++++++++++++++++++++++++-
 sound/soc/amd/acp/acp-platform.c | 40 ++++++++--------
 sound/soc/amd/acp/amd.h          | 16 ++++++-
 3 files changed, 113 insertions(+), 23 deletions(-)

Comments

Mark Brown Aug. 16, 2022, 1:48 p.m. UTC | #1
On Wed, 10 Aug 2022 18:59:11 +0530, Venkata Prasad Potturu wrote:
> This patch is to add support for linked list to store acp_stream instead static array and
> add tdm support for acp I2S stream.
> 
> 
> Ajit Kumar Pandey (1):
>   ASoC: amd: acp: Initialize list to store acp_stream during pcm_open
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/2] ASoC: amd: acp: Initialize list to store acp_stream during pcm_open
      commit: 7929985cfe36c336e3d0753e9f23ac4c7758ea7e
[2/2] ASoC: amd: acp: Add TDM support for acp i2s stream
      commit: 12229b7e50cfa95fda55b83a2617eafd6ac4c8c5

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark