diff options
author | syed saba kareem <syed.sabakareem@amd.com> | 2022-11-04 15:09:07 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-11-04 15:25:08 +0300 |
commit | 4b19211435950a78af032c26ad64a5268e6012be (patch) | |
tree | cb49ae896e7df4f30c2a13c095f01330965c70ab /sound/soc/amd/Kconfig | |
parent | a0e7636bf3746b645aadd94998f01063406d7688 (diff) | |
download | linux-4b19211435950a78af032c26ad64a5268e6012be.tar.xz |
ASoC: amd: fix ACP version typo mistake
Pink Sardine is based on ACP6.3 architecture.
This patch fixes the typo mistake acp6.2 -> acp6.3
Signed-off-by: syed saba kareem <syed.sabakareem@amd.com>
Link: https://lore.kernel.org/r/20221104121001.207992-1-Syed.SabaKareem@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/amd/Kconfig')
-rw-r--r-- | sound/soc/amd/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/amd/Kconfig b/sound/soc/amd/Kconfig index 150786279257..c88ebd84bdd5 100644 --- a/sound/soc/amd/Kconfig +++ b/sound/soc/amd/Kconfig @@ -129,10 +129,10 @@ config SND_SOC_AMD_RPL_ACP6x If unsure select "N". config SND_SOC_AMD_PS - tristate "AMD Audio Coprocessor-v6.2 Pink Sardine support" + tristate "AMD Audio Coprocessor-v6.3 Pink Sardine support" depends on X86 && PCI && ACPI help - This option enables Audio Coprocessor i.e ACP v6.2 support on + This option enables Audio Coprocessor i.e ACP v6.3 support on AMD Pink sardine platform. By enabling this flag build will be triggered for ACP PCI driver, ACP PDM DMA driver. Say m if you have such a device. |