]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: amd: acp: Fix acp_common_hw_ops declaration error
authorVenkata Prasad Potturu <venkataprasad.potturu@amd.com>
Mon, 17 Mar 2025 07:24:09 +0000 (12:54 +0530)
committerMark Brown <broonie@kernel.org>
Mon, 17 Mar 2025 10:16:34 +0000 (10:16 +0000)
commit77ad261ecc4aa1b09bc98b32cdbfadb5e92197b7
treee74106dde4bce9218af1a59e6626bb695a6b65c3
parent09dc8031f4a84103f4ba8f704ec21f1926b04366
ASoC: amd: acp: Fix acp_common_hw_ops declaration error

Fix acp_common_hw_ops declaration error by adding static and
remove export symbol.
sparse: symbol 'acp_common_hw_ops' was not declared. Should it be static?

Fixes: 8ae746fe5104 ("ASoC: amd: acp: Implement acp_common_hw_ops support for acp platforms")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202503141442.iT0LHEMx-lkp@intel.com/
Signed-off-by: Venkata Prasad Potturu <venkataprasad.potturu@amd.com>
Link: https://patch.msgid.link/20250317072413.88971-3-venkataprasad.potturu@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/amd/acp/acp-legacy-common.c