ALSA: core: avoid -Wempty-body warnings
[sfrench/cifs-2.6.git] / sound / core / pcm_memory.c
index 2878c4c23583c701a087b3b27fe6cc5d4b0b7688..542a75babdee745b7309fb7420f57f702f9806ae 100644 (file)
@@ -214,7 +214,9 @@ static inline void preallocate_info_init(struct snd_pcm_substream *substream)
 }
 
 #else /* !CONFIG_SND_VERBOSE_PROCFS */
-#define preallocate_info_init(s)
+static inline void preallocate_info_init(struct snd_pcm_substream *substream)
+{
+}
 #endif /* CONFIG_SND_VERBOSE_PROCFS */
 
 /*