We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09dc803 commit 77ad261Copy full SHA for 77ad261
sound/soc/amd/acp/acp-legacy-common.c
@@ -67,7 +67,7 @@ struct acp_resource acp70_rsrc = {
67
};
68
EXPORT_SYMBOL_NS_GPL(acp70_rsrc, "SND_SOC_ACP_COMMON");
69
70
-const struct snd_acp_hw_ops acp_common_hw_ops = {
+static const struct snd_acp_hw_ops acp_common_hw_ops = {
71
/* ACP hardware initilizations */
72
.acp_init = acp_init,
73
.acp_deinit = acp_deinit,
@@ -77,7 +77,6 @@ const struct snd_acp_hw_ops acp_common_hw_ops = {
77
.en_interrupts = acp_enable_interrupts,
78
.dis_interrupts = acp_disable_interrupts,
79
80
-EXPORT_SYMBOL_NS_GPL(acp_common_hw_ops, "SND_SOC_ACP_COMMON");
81
82
irqreturn_t acp_irq_handler(int irq, void *data)
83
{
0 commit comments