diff options
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r-- | include/sound/soc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index a35cf14a8eb1..278f3b892ca6 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -961,6 +961,9 @@ static inline bool snd_soc_volsw_is_stereo(struct soc_mixer_control *mc) | |||
961 | int snd_soc_util_init(void); | 961 | int snd_soc_util_init(void); |
962 | void snd_soc_util_exit(void); | 962 | void snd_soc_util_exit(void); |
963 | 963 | ||
964 | int snd_soc_of_parse_card_name(struct snd_soc_card *card, | ||
965 | const char *propname); | ||
966 | |||
964 | #include <sound/soc-dai.h> | 967 | #include <sound/soc-dai.h> |
965 | 968 | ||
966 | #ifdef CONFIG_DEBUG_FS | 969 | #ifdef CONFIG_DEBUG_FS |