Searched defs:snd_pcm_runtime (Results 1 – 1 of 1) sorted by relevance
427 struct snd_pcm_runtime { struct429 snd_pcm_access_t access;430 snd_pcm_format_t format;431 unsigned int rate;432 unsigned int channels;435 unsigned int periods;442 dma_addr_t dma_addr;443 size_t dma_bytes;448 void *private_data;475 unsigned int xrun_cnt;[all …]
Completed in 7 milliseconds