Home
last modified time | relevance | path

Searched refs:PCM_SHM_SIZE (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-lib/include/
Daserver.h108 #define PCM_SHM_SIZE sizeof(snd_pcm_shm_ctrl_t) macro
/third_party/alsa-lib/aserver/
Daserver.c298 shmid = shmget(IPC_PRIVATE, PCM_SHM_SIZE, 0666); in pcm_shm_open()