Searched defs:snd_pcm_channel_info (Results 1 – 5 of 5) sorted by relevance
433 struct snd_pcm_channel_info { struct434 unsigned int channel;435 __kernel_off_t offset; /* mmap offset */436 unsigned int first; /* offset to first sample in bits */437 unsigned int step; /* samples distance in bits */
449 struct snd_pcm_channel_info { struct450 unsigned int channel;451 __kernel_off_t offset; /* mmap offset */452 unsigned int first; /* offset to first sample in bits */453 unsigned int step; /* samples distance in bits */
1123 static int snd_pcm_channel_info(struct snd_pcm_substream *substream, in snd_pcm_channel_info() function