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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pcm/pcm_local.h b/src/pcm/pcm_local.h
index dda970c1..16069b63 100644
--- a/src/pcm/pcm_local.h
+++ b/src/pcm/pcm_local.h
@@ -184,7 +184,8 @@ struct _snd_pcm {
int poll_fd;
unsigned short poll_events;
int setup: 1,
- monotonic: 1;
+ monotonic: 1,
+ compat: 1;
snd_pcm_access_t access; /* access mode */
snd_pcm_format_t format; /* SND_PCM_FORMAT_* */
snd_pcm_subformat_t subformat; /* subformat */