Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-next-2.6
[firefly-linux-kernel-4.4.55.git] / include / sound / pcm.h
index 1691c7fe35afc30b7e5bb9c813d2bd247cabbae3..de6d981de5d60170e522815482be939343c05f33 100644 (file)
@@ -988,4 +988,6 @@ static inline void snd_pcm_limit_isa_dma_size(int dma, size_t *max)
 
 #define PCM_RUNTIME_CHECK(sub) snd_BUG_ON(!(sub) || !(sub)->runtime)
 
+const char *snd_pcm_format_name(snd_pcm_format_t format);
+
 #endif /* __SOUND_PCM_H */