Takashi: added shadow pcm to avoid problem with plug plugin and mmaped access

This commit is contained in:
Jaroslav Kysela 2003-08-08 09:06:41 +00:00
parent 18927bfe9a
commit 63c19961b9
3 changed files with 17 additions and 2 deletions

View file

@ -201,6 +201,7 @@ struct _snd_pcm {
snd_pcm_rbptr_t hw;
snd_pcm_uframes_t min_align;
int mmap_rw;
int shadow_mmap;
int donot_close;
snd_pcm_channel_info_t *mmap_channels;
snd_pcm_channel_area_t *running_areas;