Jadeite(JD) platform is Stoney APU varaint which uses I2S MICSP
instance and ES8336 Codec.
This patch series creates I2S platform devices for JD platform,
adds I2S MICSP instance support and Machine driver support
This patch set depends on:
--checkpatch warnings patch
--https://patchwork.kernel.org/project/alsa-devel/patch/[email protected]/
changes since v1:
- removed hw_params() callback in machine driver and
moved sysclk programming logic to startup() callback.
- Modified ACPI & I2C flag depedency checks in Kconfig file
Vijendar Mukunda (5):
drm/amdgpu: add dmi check for jadeite platform
drm/amdgpu: create I2S platform devices for Jadeite platform
ASoC: amd: add I2S MICSP instance support
ASoC: amd: add Machine driver for Jadeite platform
ASoC: amd: enable machine driver build for Jadeite platform
drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c | 329 ++++++++++++++++--------
sound/soc/amd/Kconfig | 13 +
sound/soc/amd/Makefile | 2 +
sound/soc/amd/acp-es8336.c | 324 +++++++++++++++++++++++
sound/soc/amd/acp-pcm-dma.c | 50 +++-
sound/soc/amd/acp.h | 13 +
6 files changed, 620 insertions(+), 111 deletions(-)
create mode 100644 sound/soc/amd/acp-es8336.c
--
2.25.1