mbox series

[v2,0/5] Add tdm support in acp machine driver

Message ID 20230109132104.1259479-1-venkataprasad.potturu@amd.com
Headers show
Series Add tdm support in acp machine driver | expand

Message

Venkata Prasad Potturu Jan. 9, 2023, 1:20 p.m. UTC
This patch set is to add new cpu dai, refactor dai format
implementation and clock enable/disable and add tdm support
in acp machine driver.

Changes since v1:
    -- Fix compilation error.
    -- Reorder patch series.
    -- Modify commit message.
    -- Refactor i2s clocks programming sequence. 

Venkata Prasad Potturu (5):
  ASoC: amd: acp: Add new cpu dai's in machine driver
  ASoC: amd: acp: Refactor dai format implementation
  ASoC: amd: acp: Refactor i2s clocks programming sequence
  ASoC: amd: acp: Add i2s tdm support in machine driver
  ASoC: amd: acp: Enable i2s tdm support for skyrim platforms

 sound/soc/amd/acp/acp-legacy-mach.c |  13 +
 sound/soc/amd/acp/acp-mach-common.c | 465 ++++++++++++++++++++++------
 sound/soc/amd/acp/acp-mach.h        |   4 +
 sound/soc/amd/acp/acp-sof-mach.c    |  14 +
 4 files changed, 395 insertions(+), 101 deletions(-)

Comments

Mark Brown Jan. 12, 2023, 3:12 p.m. UTC | #1
On Mon, 09 Jan 2023 18:50:59 +0530, Venkata Prasad Potturu wrote:
> This patch set is to add new cpu dai, refactor dai format
> implementation and clock enable/disable and add tdm support
> in acp machine driver.
> 
> Changes since v1:
>     -- Fix compilation error.
>     -- Reorder patch series.
>     -- Modify commit message.
>     -- Refactor i2s clocks programming sequence.
> 
> [...]

Applied to

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

Thanks!

[1/5] ASoC: amd: acp: Add new cpu dai's in machine driver
      commit: 099b923fc15d8faa91c5fc1b46cbc483d034f5dc
[2/5] ASoC: amd: acp: Refactor dai format implementation
      commit: af830fc44a2d273b163e76b17f51b128ce694481
[3/5] ASoC: amd: acp: Refactor i2s clocks programming sequence
      commit: ca9d237994db63dca68f2b04e257a4738847deee
[4/5] ASoC: amd: acp: Add i2s tdm support in machine driver
      commit: 200553008e9f5b613aa9ea75a68210861bff511f
[5/5] ASoC: amd: acp: Enable i2s tdm support for skyrim platforms
      commit: d386a10c9cd887b53ff9da06d27a60da61b007c9

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