Searched refs:ipc_key (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/pcm/
H A Ddmix.conf40 ipc_key {
42 name defaults.pcm.ipc_key
H A Ddsnoop.conf40 ipc_key {
42 name defaults.pcm.ipc_key
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_direct.h121 key_t ipc_key; /* IPC key for semaphore and memory */ member in struct:snd_pcm_direct
297 key_t ipc_key; member in struct:snd_pcm_direct_open_conf
H A Dpcm_direct.c65 dmix->semid = semget(dmix->ipc_key, DIRECT_IPC_SEMS,
97 dmix->shmid = shmget(dmix->ipc_key, sizeof(snd_pcm_direct_share_t),
102 if ((tmpid = shmget(dmix->ipc_key, 0, dmix->ipc_perm)) != -1)
1429 * parse slave config and calculate the ipc_key offset
1554 rec->ipc_key = 0;
1575 if (strcmp(id, "ipc_key") == 0) {
1579 SNDERR("The field ipc_key must be an integer type");
1583 rec->ipc_key = key;
1665 if (!rec->ipc_key) {
1670 rec->ipc_key
[all...]
H A Dpcm_dsnoop.c566 dsnoop->ipc_key = opts->ipc_key;
737 ipc_key INT # unique IPC key
H A Dpcm_dmix.c77 dmix->u.dmix.shmid_sum = shmget(dmix->ipc_key + 1, size,
82 if ((tmpid = shmget(dmix->ipc_key + 1, 0, dmix->ipc_perm)) != -1)
971 dmix->ipc_key = opts->ipc_key;
1152 ipc_key INT # unique IPC key
1179 <code>ipc_key</code> specfies the unique IPC key in integer.
1183 added to the value set in <code>ipc_key</code>. This will
1200 ipc_key 321456 # any unique value
1220 ipc_key 321456 # any unique value
H A Dpcm_dshare.c659 dshare->ipc_key = opts->ipc_key;
840 ipc_key INT # unique IPC key
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/
H A Dalsa.conf75 defaults.pcm.ipc_key 5678293
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/etc/alsa/
H A Dalsa.conf75 defaults.pcm.ipc_key 5678293

Completed in 116 milliseconds