Snap for 5316819 from 56480d11698a5239e7eb2aa033f60d4f04c341aa to qt-release

Change-Id: I8dad236d9fc5cab248ebae30423ad8a9311f23c2
diff --git a/tinypcminfo.c b/tinypcminfo.c
index a8ea627..4eb0afa 100644
--- a/tinypcminfo.c
+++ b/tinypcminfo.c
@@ -92,7 +92,7 @@
 /* Returns a human readable name for the format associated with bit_index,
  * NULL if bit_index is not known.
  */
-inline const char *pcm_get_format_name(unsigned bit_index)
+static inline const char *pcm_get_format_name(unsigned bit_index)
 {
     return bit_index < ARRAY_SIZE(format_lookup) ? format_lookup[bit_index] : NULL;
 }