ASoC: SOF: amd: Add Renoir ACP HW support
authorAjit Kumar Pandey <AjitKumar.Pandey@amd.com>
Wed, 17 Nov 2021 09:37:14 +0000 (11:37 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 17 Nov 2021 17:35:44 +0000 (17:35 +0000)
commit846aef1d7cc05651e27c17c3b4e2b5ce5cdec97b
tree0f30dfbb19831b037b77e3deee9bc57e29731921
parent7548a391c53cab2af0954d252cc5a9a793fd4c0e
ASoC: SOF: amd: Add Renoir ACP HW support

This patch initializes ACP HW block to support SOF on
AMD Renoir platform.

Signed-off-by: Ajit Kumar Pandey <AjitKumar.Pandey@amd.com>
Reviewed-by: Bard Liao <bard.liao@intel.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Link: https://lore.kernel.org/r/20211117093734.17407-2-daniel.baluta@oss.nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/Kconfig
sound/soc/sof/Makefile
sound/soc/sof/amd/Kconfig [new file with mode: 0644]
sound/soc/sof/amd/Makefile [new file with mode: 0644]
sound/soc/sof/amd/acp-dsp-offset.h [new file with mode: 0644]
sound/soc/sof/amd/acp.c [new file with mode: 0644]
sound/soc/sof/amd/acp.h [new file with mode: 0644]
sound/soc/sof/amd/renoir.c [new file with mode: 0644]