diff options
author | syed saba kareem <syed.sabakareem@amd.com> | 2022-11-04 13:09:07 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-11-04 13:25:08 +0100 |
commit | 4b19211435950a78af032c26ad64a5268e6012be (patch) | |
tree | cb49ae896e7df4f30c2a13c095f01330965c70ab /include/sound | |
parent | Modify documentation and machine driver for mt8186_rt1019_rt5682s sound card (diff) | |
download | linux-4b19211435950a78af032c26ad64a5268e6012be.tar.xz linux-4b19211435950a78af032c26ad64a5268e6012be.zip |
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 'include/sound')
-rw-r--r-- | include/sound/acp63_chip_offset_byte.h (renamed from include/sound/acp62_chip_offset_byte.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/acp62_chip_offset_byte.h b/include/sound/acp63_chip_offset_byte.h index ca38f8a0966e..c9260e1640ae 100644 --- a/include/sound/acp62_chip_offset_byte.h +++ b/include/sound/acp63_chip_offset_byte.h @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0+ */ /* - * AMD ACP 6.2 Register Documentation + * AMD ACP 6.3 Register Documentation * * Copyright 2022 Advanced Micro Devices, Inc. */ |