Home
last modified time | relevance | path

Searched defs:snd_pcm_channel_info (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/tools/include/uapi/sound/
Dasound.h436 struct snd_pcm_channel_info { struct
437 unsigned int channel;
438 __kernel_off_t offset; /* mmap offset */
439 unsigned int first; /* offset to first sample in bits */
440 unsigned int step; /* samples distance in bits */
/Linux-v5.4/include/uapi/sound/
Dasound.h436 struct snd_pcm_channel_info { struct
437 unsigned int channel;
438 __kernel_off_t offset; /* mmap offset */
439 unsigned int first; /* offset to first sample in bits */
440 unsigned int step; /* samples distance in bits */
/Linux-v5.4/sound/core/
Dpcm_native.c942 static int snd_pcm_channel_info(struct snd_pcm_substream *substream, in snd_pcm_channel_info() function