aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/sound/soc.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index a2408a5b96a7..ac21cc22c4e9 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -465,9 +465,10 @@ static inline int snd_soc_jack_add_gpios(struct snd_soc_jack *jack, int count,
465 return 0; 465 return 0;
466} 466}
467 467
468int snd_soc_jack_add_gpiods(struct device *gpiod_dev, 468static inline int snd_soc_jack_add_gpiods(struct device *gpiod_dev,
469 struct snd_soc_jack *jack, 469 struct snd_soc_jack *jack,
470 int count, struct snd_soc_jack_gpio *gpios) 470 int count,
471 struct snd_soc_jack_gpio *gpios)
471{ 472{
472 return 0; 473 return 0;
473} 474}