summaryrefslogtreecommitdiff
path: root/src/pcm/pcm_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcm/pcm_local.h')
-rw-r--r--src/pcm/pcm_local.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pcm/pcm_local.h b/src/pcm/pcm_local.h
index bba2f15a..32e6dcdf 100644
--- a/src/pcm/pcm_local.h
+++ b/src/pcm/pcm_local.h
@@ -234,6 +234,7 @@ struct _snd_pcm {
* use the mmaped buffer of the slave
*/
unsigned int donot_close: 1; /* don't close this PCM */
+ unsigned int own_state_check:1; /* plugin has own PCM state check */
snd_pcm_channel_info_t *mmap_channels;
snd_pcm_channel_area_t *running_areas;
snd_pcm_channel_area_t *stopped_areas;