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

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

ASoC: Staticise alchemy_pcm_soc_platform

parent bba59f33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -316,7 +316,7 @@ static int alchemy_pcm_new(struct snd_soc_pcm_runtime *rtd)
	return 0;
}

struct snd_soc_platform_driver alchemy_pcm_soc_platform = {
static struct snd_soc_platform_driver alchemy_pcm_soc_platform = {
	.ops		= &alchemy_pcm_ops,
	.pcm_new	= alchemy_pcm_new,
	.pcm_free	= alchemy_pcm_free_dma_buffers,