mbox series

[v4,0/8] ASoC: Add common modules support for ACP hw block

Message ID 20211019070938.5076-1-AjitKumar.Pandey@amd.com (mailing list archive)
Headers show
Series ASoC: Add common modules support for ACP hw block | expand

Message

Ajit Kumar Pandey Oct. 19, 2021, 7:09 a.m. UTC
changes since v3:
- rebase and fixes merge conflict.
- Fixed kernel autobot warning.


Ajit Kumar Pandey (8):
  ASoC: amd: Add common framework to support I2S on ACP SOC
  ASoC: amd: acp: Add I2S support on Renoir platform
  ASoC: amd: acp: Add callback for machine driver on ACP
  ASoC: amd: acp: Add generic machine driver support for ACP cards
  ASoC: amd: acp: Add legacy sound card support for Chrome audio
  ASoC: amd: acp: Add SOF audio support on Chrome board
  ASoC: amd: acp: Add support for Maxim amplifier codec
  ASoC: amd: acp: Add support for RT5682-VS codec

 sound/soc/amd/Kconfig                |   2 +
 sound/soc/amd/Makefile               |   1 +
 sound/soc/amd/acp/Kconfig            |  51 +++
 sound/soc/amd/acp/Makefile           |  26 ++
 sound/soc/amd/acp/acp-i2s.c          | 340 +++++++++++++++
 sound/soc/amd/acp/acp-legacy-mach.c  | 104 +++++
 sound/soc/amd/acp/acp-mach-common.c  | 600 +++++++++++++++++++++++++++
 sound/soc/amd/acp/acp-mach.h         |  57 +++
 sound/soc/amd/acp/acp-platform.c     | 315 ++++++++++++++
 sound/soc/amd/acp/acp-renoir.c       | 144 +++++++
 sound/soc/amd/acp/acp-sof-mach.c     | 131 ++++++
 sound/soc/amd/acp/amd.h              | 146 +++++++
 sound/soc/amd/acp/chip_offset_byte.h |  76 ++++
 13 files changed, 1993 insertions(+)
 create mode 100644 sound/soc/amd/acp/Kconfig
 create mode 100644 sound/soc/amd/acp/Makefile
 create mode 100644 sound/soc/amd/acp/acp-i2s.c
 create mode 100644 sound/soc/amd/acp/acp-legacy-mach.c
 create mode 100644 sound/soc/amd/acp/acp-mach-common.c
 create mode 100644 sound/soc/amd/acp/acp-mach.h
 create mode 100644 sound/soc/amd/acp/acp-platform.c
 create mode 100644 sound/soc/amd/acp/acp-renoir.c
 create mode 100644 sound/soc/amd/acp/acp-sof-mach.c
 create mode 100644 sound/soc/amd/acp/amd.h
 create mode 100644 sound/soc/amd/acp/chip_offset_byte.h

Comments

Mark Brown Oct. 23, 2021, 7:58 p.m. UTC | #1
On Tue, 19 Oct 2021 12:39:30 +0530, Ajit Kumar Pandey wrote:
> changes since v3:
> - rebase and fixes merge conflict.
> - Fixed kernel autobot warning.
> 
> 
> Ajit Kumar Pandey (8):
>   ASoC: amd: Add common framework to support I2S on ACP SOC
>   ASoC: amd: acp: Add I2S support on Renoir platform
>   ASoC: amd: acp: Add callback for machine driver on ACP
>   ASoC: amd: acp: Add generic machine driver support for ACP cards
>   ASoC: amd: acp: Add legacy sound card support for Chrome audio
>   ASoC: amd: acp: Add SOF audio support on Chrome board
>   ASoC: amd: acp: Add support for Maxim amplifier codec
>   ASoC: amd: acp: Add support for RT5682-VS codec
> 
> [...]

Applied to

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

Thanks!

[1/8] ASoC: amd: Add common framework to support I2S on ACP SOC
      commit: 623621a9f9e1a2f4bf1c69d066b7de3de2b12df6
[2/8] ASoC: amd: acp: Add I2S support on Renoir platform
      commit: 58c8c8438db45fb22b8d855645e2d4d15ca9ee72
[3/8] ASoC: amd: acp: Add callback for machine driver on ACP
      commit: e646b51f5dd5e92bcb159cb932aa540451ac803f
[4/8] ASoC: amd: acp: Add generic machine driver support for ACP cards
      commit: d4c750f2c7d44b5b39e197308bc3f510205bba4b
[5/8] ASoC: amd: acp: Add legacy sound card support for Chrome audio
      commit: 9d8a7be88b3365e4df6bf983b9af5399f9c81491
[6/8] ASoC: amd: acp: Add SOF audio support on Chrome board
      commit: 9f84940f5004e1d29f28b85294d4c3b683ff3ff4
[7/8] ASoC: amd: acp: Add support for Maxim amplifier codec
      commit: cabc3acec02a3fb63efaba8ac892b54e823cd111
[8/8] ASoC: amd: acp: Add support for RT5682-VS codec
      commit: 8b72562668481894239e145afd2f651a7f83a728

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