summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2014-11-05 13:34:36 +0300
committerTakashi Iwai <tiwai@suse.de>2014-11-05 13:34:36 +0300
commitc009b7ef9409f957ab8846d362463d05678a969d (patch)
treed70f30311304508038a15f476172bacc14d2d799 /include
parentae366c2049b48b54e5250cb57438bbebd1dbe610 (diff)
parent2b30d411dbc6eddfb5b4f9afd5a2c57b6f4dd96c (diff)
downloadlinux-c009b7ef9409f957ab8846d362463d05678a969d.tar.xz
Merge branch 'topic/pcm-locking' into for-next
here is a small series of patches for cleaning up / enhancing the PCM core stuff.
Diffstat (limited to 'include')
-rw-r--r--include/sound/pcm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sound/pcm.h b/include/sound/pcm.h
index 29eb09ef2969..0b8daeed0a33 100644
--- a/include/sound/pcm.h
+++ b/include/sound/pcm.h
@@ -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;
};