Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: gtm601_dai can be static

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

kbuild test robot and committed by
Mark Brown
beb5f865 726f783e

+1 -1
+1 -1
sound/soc/codecs/gtm601.c
··· 33 33 { "Capture", NULL, "AIN" }, 34 34 }; 35 35 36 - struct snd_soc_dai_driver gtm601_dai = { 36 + static struct snd_soc_dai_driver gtm601_dai = { 37 37 .name = "gtm601", 38 38 .playback = { 39 39 .stream_name = "Playback",