Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: amd: acp: Update platform name for different boards

Update platform name for various boards based on rembrandt
and renoir platforms.

Signed-off-by: Venkata Prasad Potturu <venkataprasad.potturu@amd.com>
Link: https://msgid.link/r/20240118143023.1903984-2-venkataprasad.potturu@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Venkata Prasad Potturu and committed by
Mark Brown
4bae2029 1d565de8

+4
+4
sound/soc/amd/acp/acp-sof-mach.c
··· 48 48 .hs_codec_id = RT5682S, 49 49 .amp_codec_id = RT1019, 50 50 .dmic_codec_id = DMIC, 51 + .platform = RENOIR, 51 52 .tdm_mode = false, 52 53 }; 53 54 ··· 59 58 .hs_codec_id = RT5682S, 60 59 .amp_codec_id = MAX98360A, 61 60 .dmic_codec_id = DMIC, 61 + .platform = RENOIR, 62 62 .tdm_mode = false, 63 63 }; 64 64 ··· 70 68 .hs_codec_id = NAU8825, 71 69 .amp_codec_id = MAX98360A, 72 70 .dmic_codec_id = DMIC, 71 + .platform = REMBRANDT, 73 72 .soc_mclk = true, 74 73 .tdm_mode = false, 75 74 }; ··· 82 79 .hs_codec_id = RT5682S, 83 80 .amp_codec_id = RT1019, 84 81 .dmic_codec_id = DMIC, 82 + .platform = REMBRANDT, 85 83 .soc_mclk = true, 86 84 .tdm_mode = false, 87 85 };