diff options
-rw-r--r-- | sound/soc/soc-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index b2c327b14b00..392d33625327 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c | |||
@@ -3175,7 +3175,7 @@ static int snd_soc_unregister_card(struct snd_soc_card *card) | |||
3175 | * Simplify DAI link configuration by removing ".-1" from device names | 3175 | * Simplify DAI link configuration by removing ".-1" from device names |
3176 | * and sanitizing names. | 3176 | * and sanitizing names. |
3177 | */ | 3177 | */ |
3178 | static inline char *fmt_single_name(struct device *dev, int *id) | 3178 | static char *fmt_single_name(struct device *dev, int *id) |
3179 | { | 3179 | { |
3180 | char *found, name[NAME_SIZE]; | 3180 | char *found, name[NAME_SIZE]; |
3181 | int id1, id2; | 3181 | int id1, id2; |