diff options
author | syed saba kareem | 2022-11-04 17:39:07 +0530 |
---|---|---|
committer | Greg Kroah-Hartman | 2023-05-11 23:02:59 +0900 |
commit | f9dc736e686cfb2bd961c5abc09b23e565ace05d (patch) | |
tree | b2fd968fc90df711493789e029618ad690b810d3 /include/sound | |
parent | f66cd999591705dee7ad98bec50985c953f75588 (diff) |
ASoC: amd: fix ACP version typo mistake
commit 4b19211435950a78af032c26ad64a5268e6012be upstream.
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>
Cc: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.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 f03992f81168..b02d0467c3cf 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. */ |