aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/soc-dapm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/soc-dapm.c b/sound/soc/soc-dapm.c
index 4ba47aab9801..f7a13f720529 100644
--- a/sound/soc/soc-dapm.c
+++ b/sound/soc/soc-dapm.c
@@ -1019,6 +1019,7 @@ int dapm_clock_event(struct snd_soc_dapm_widget *w,
1019 return 0; 1019 return 0;
1020 } 1020 }
1021#endif 1021#endif
1022 return 0;
1022} 1023}
1023EXPORT_SYMBOL_GPL(dapm_clock_event); 1024EXPORT_SYMBOL_GPL(dapm_clock_event);
1024 1025