Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bba59f33 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

ASoC: Staticise au1xpsc_soc_platform

parent a0e17b4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -341,7 +341,7 @@ static int au1xpsc_pcm_new(struct snd_soc_pcm_runtime *rtd)
}

/* au1xpsc audio platform */
struct snd_soc_platform_driver au1xpsc_soc_platform = {
static struct snd_soc_platform_driver au1xpsc_soc_platform = {
	.ops		= &au1xpsc_pcm_ops,
	.pcm_new	= au1xpsc_pcm_new,
	.pcm_free	= au1xpsc_pcm_free_dma_buffers,