Searched defs:snd_pcm_channel_info (Results 1 – 3 of 3) sorted by relevance
441 struct snd_pcm_channel_info { struct442 unsigned int channel;443 __kernel_off_t offset; /* mmap offset */444 unsigned int first; /* offset to first sample in bits */445 unsigned int step; /* samples distance in bits */
1142 static int snd_pcm_channel_info(struct snd_pcm_substream *substream, in snd_pcm_channel_info() function