ALSA: pcm: Add xrun_injection proc entry
[firefly-linux-kernel-4.4.55.git] / include / sound / pcm.h
index 29eb09ef29699fd742d868459af4cb6ad2cfbe13..0b8daeed0a33ca932b0c228b58b34884dd4914ca 100644 (file)
@@ -416,7 +416,10 @@ struct snd_pcm_substream {
        struct snd_info_entry *proc_status_entry;
        struct snd_info_entry *proc_prealloc_entry;
        struct snd_info_entry *proc_prealloc_max_entry;
+#ifdef CONFIG_SND_PCM_XRUN_DEBUG
+       struct snd_info_entry *proc_xrun_injection_entry;
 #endif
+#endif /* CONFIG_SND_VERBOSE_PROCFS */
        /* misc flags */
        unsigned int hw_opened: 1;
 };