diff options
author | V sujith kumar Reddy <Vsujithkumar.Reddy@amd.com> | 2022-05-31 17:38:11 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-06-06 12:35:00 +0100 |
commit | 0439eb4d94e0fc17c6dd3829fabd88c11773381d (patch) | |
tree | 4e30b2e578bbfa91b356e08ac33af1f775a10622 /sound/soc/amd/mach-config.h | |
parent | be1a63daffdd152ba4c7b71ab9fec2e39259b42b (diff) |
ASoC: amd: acp: Add support for nau8825 and max98360 card
We have new platform with nau8825 as a primary codec and max98360 as an
amp codec. Add machine struct to register sof audio based sound card
on such Chrome machine.
Signed-off-by: V sujith kumar Reddy <Vsujithkumar.Reddy@amd.com>
Reviewed-by: Akihiko Odaki <akihiko.odaki@gmail.com>
Link: https://lore.kernel.org/r/20220531120813.47116-2-Vsujithkumar.Reddy@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/amd/mach-config.h')
-rw-r--r-- | sound/soc/amd/mach-config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/amd/mach-config.h b/sound/soc/amd/mach-config.h index 0a54567a2841..7b4c625da40d 100644 --- a/sound/soc/amd/mach-config.h +++ b/sound/soc/amd/mach-config.h @@ -19,6 +19,7 @@ #define ACP_PCI_DEV_ID 0x15E2 extern struct snd_soc_acpi_mach snd_soc_acpi_amd_sof_machines[]; +extern struct snd_soc_acpi_mach snd_soc_acpi_amd_rmb_sof_machines[]; struct config_entry { u32 flags; |