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

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

ASoC: Staticise sst_platform_dai



It is not used outside this driver so no need to make the symbol global.

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent fe0cc751
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ static struct snd_pcm_hardware sst_platform_pcm_hw = {
};

/* MFLD - MSIC */
struct snd_soc_dai_driver sst_platform_dai[] = {
static struct snd_soc_dai_driver sst_platform_dai[] = {
{
	.name = "Headset-cpu-dai",
	.id = 0,