alsa: add option to disable mmap access mode

This commit is contained in:
Wim Taymans 2021-01-15 15:44:22 +01:00
parent 2ff4615e53
commit 482f96a644
5 changed files with 17 additions and 8 deletions

View file

@ -116,6 +116,7 @@ struct state {
unsigned int default_channels;
unsigned int default_rate;
struct channel_map default_pos;
unsigned int disable_mmap;
snd_pcm_uframes_t buffer_frames;
snd_pcm_uframes_t period_frames;