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

Commit beb5f865 authored by kbuild test robot's avatar kbuild test robot Committed by Mark Brown
Browse files

ASoC: gtm601_dai can be static

parent 726f783e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ static const struct snd_soc_dapm_route gtm601_dapm_routes[] = {
	{ "Capture", NULL, "AIN" },
};

struct snd_soc_dai_driver gtm601_dai = {
static struct snd_soc_dai_driver gtm601_dai = {
	.name = "gtm601",
	.playback = {
		.stream_name = "Playback",