mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -05:00
- added shm area manager code
- fixed parsing of period_size/buffer_size options for dmix, dsnoop and dshare plugins
This commit is contained in:
parent
7340d20729
commit
573f85dc1d
11 changed files with 67 additions and 58 deletions
|
|
@ -110,8 +110,8 @@ typedef struct _snd_pcm_channel_info {
|
|||
enum { SND_PCM_AREA_SHM, SND_PCM_AREA_MMAP } type;
|
||||
union {
|
||||
struct {
|
||||
struct snd_shm_area *area;
|
||||
int shmid;
|
||||
int remove;
|
||||
} shm;
|
||||
struct {
|
||||
int fd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue