diff options
| author | Ajit Kumar Pandey <AjitKumar.Pandey@amd.com> | 2021-10-19 12:39:38 +0530 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2021-10-20 11:12:57 +0100 |
| commit | 8b72562668481894239e145afd2f651a7f83a728 (patch) | |
| tree | 2366add0e377634d062cd3ef4186e4195e41a725 /sound/soc/amd/acp/acp-mach.h | |
| parent | cabc3acec02a3fb63efaba8ac892b54e823cd111 (diff) | |
ASoC: amd: acp: Add support for RT5682-VS codec
In newer variants primary codec is rt5682vs. Add support for newer
codec variants in generic machine driver module and define driver
data to register SOF sound card.
Signed-off-by: Ajit Kumar Pandey <AjitKumar.Pandey@amd.com>
Link: https://lore.kernel.org/r/20211019070938.5076-9-AjitKumar.Pandey@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/amd/acp/acp-mach.h')
| -rw-r--r-- | sound/soc/amd/acp/acp-mach.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/amd/acp/acp-mach.h b/sound/soc/amd/acp/acp-mach.h index b6a43d1b9ad4..5dc47cfbff10 100644 --- a/sound/soc/amd/acp/acp-mach.h +++ b/sound/soc/amd/acp/acp-mach.h @@ -36,6 +36,7 @@ enum codec_endpoints { RT5682, RT1019, MAX98360A, + RT5682S, }; struct acp_card_drvdata { |
