Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dasound.h433 struct snd_pcm_channel_info { struct
434 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 */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dasound.h433 struct snd_pcm_channel_info { struct
434 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 */
/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A Dasound.h449 struct snd_pcm_channel_info { struct
450 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 */
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound.h449 struct snd_pcm_channel_info { struct
450 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 */
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_native.c1123 static int snd_pcm_channel_info(struct snd_pcm_substream *substream, in snd_pcm_channel_info() function