Searched defs:snd_pcm_direct (Results 1 – 1 of 1) sorted by relevance
132 struct snd_pcm_direct { struct140 snd_pcm_direct_share_t *shmptr; /* pointer to shared memory area */ argument141 snd_pcm_t *spcm; /* slave PCM handle */142 snd_pcm_uframes_t appl_ptr;143 snd_pcm_uframes_t last_appl_ptr;144 snd_pcm_uframes_t hw_ptr;145 snd_pcm_uframes_t avail_max;146 snd_pcm_uframes_t slave_appl_ptr;147 snd_pcm_uframes_t slave_hw_ptr;148 snd_pcm_uframes_t slave_period_size;[all …]