[alsa-devel] [PATCH asoc] ASoC: gtm601_dai can be static
kbuild test robot
fengguang.wu at intel.com
Mon Jun 22 17:48:25 CEST 2015
Signed-off-by: Fengguang Wu <fengguang.wu at intel.com>
---
gtm601.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/codecs/gtm601.c b/sound/soc/codecs/gtm601.c
index 1b77ff2..305452e 100644
--- a/sound/soc/codecs/gtm601.c
+++ b/sound/soc/codecs/gtm601.c
@@ -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",
More information about the Alsa-devel
mailing list