Searched defs:snd_pcm_channel_info (Results 1 – 2 of 2) sorted by relevance
414 struct snd_pcm_channel_info { struct415 unsigned int channel;416 __kernel_off_t offset; /* mmap offset */417 unsigned int first; /* offset to first sample in bits */418 unsigned int step; /* samples distance in bits */
815 static int snd_pcm_channel_info(struct snd_pcm_substream *substream, in snd_pcm_channel_info() function