mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Maik Broemme <mbroemme@plusserver.de>
- added ipc_perm for dmix plugin Jaroslav Kysela <perex@suse.cz> - added ipc_perm for dsnoop and dshare plugins - added ipc_perm to doc/asoundrc.txt
This commit is contained in:
parent
e88884e9bf
commit
0545cf711d
6 changed files with 88 additions and 15 deletions
|
|
@ -79,6 +79,7 @@ typedef struct snd_pcm_direct snd_pcm_direct_t;
|
|||
struct snd_pcm_direct {
|
||||
snd_pcm_type_t type; /* type (dmix, dsnoop, dshare) */
|
||||
key_t ipc_key; /* IPC key for semaphore and memory */
|
||||
mode_t ipc_perm; /* IPC socket permissions */
|
||||
int semid; /* IPC global semaphore identification */
|
||||
int shmid; /* IPC global shared memory identification */
|
||||
snd_pcm_direct_share_t *shmptr; /* pointer to shared memory area */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue