Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/sound/
H A Dasound.h450 struct snd_pcm_channel_info { struct
451 unsigned int channel;
452 __kernel_off_t offset; /* mmap offset */
453 unsigned int first; /* offset to first sample in bits */
454 unsigned int step; /* samples distance in bits */
/openbmc/linux/include/uapi/sound/
H A Dasound.h450 struct snd_pcm_channel_info { struct
451 unsigned int channel;
452 __kernel_off_t offset; /* mmap offset */
453 unsigned int first; /* offset to first sample in bits */
454 unsigned int step; /* samples distance in bits */
/openbmc/linux/sound/core/
H A Dpcm_native.c1142 static int snd_pcm_channel_info(struct snd_pcm_substream *substream, in snd_pcm_channel_info() function