mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
added ipc_gid for direct plugins
This commit is contained in:
parent
d7ef50f5ee
commit
4b7e3cff81
5 changed files with 107 additions and 8 deletions
|
|
@ -74,6 +74,7 @@ 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 ipc_gid; /* IPC socket gid */
|
||||
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