diff options
| author | Venkata Prasad Potturu <venkataprasad.potturu@amd.com> | 2023-07-07 17:37:28 +0530 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2023-07-09 22:48:01 +0100 |
| commit | ac91c8c89782d7d0781120a74c9bd939e3ce2831 (patch) | |
| tree | 7cfbb8b9c1efb476d11a5407d621f1f255dfe00d /sound/soc/amd/acp/acp-mach.h | |
| parent | 4b526b3278becdf1f2bfd375078f5db469f8a6bb (diff) | |
ASoC: amd: acp: Add machine driver support for max98388 codec
In newer platforms max98388 codec as amplifier codec. Add support for
maxim codec in generic machine driver.
Signed-off-by: Venkata Prasad Potturu <venkataprasad.potturu@amd.com>
Link: https://lore.kernel.org/r/20230707120730.1948445-3-venkataprasad.potturu@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 f2b44a6189a6..2b3ec6594023 100644 --- a/sound/soc/amd/acp/acp-mach.h +++ b/sound/soc/amd/acp/acp-mach.h @@ -42,6 +42,7 @@ enum codec_endpoints { RT5682S, NAU8825, NAU8821, + MAX98388, }; enum platform_end_point { |
