Home
last modified time | relevance | path

Searched defs:snd_pcm_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.h327 struct snd_pcm_info { struct
328 unsigned int device; /* RO/WR (control): device number */
329 unsigned int subdevice; /* RO/WR (control): subdevice number */
330 int stream; /* RO/WR (control): stream direction */
331 int card; /* R: card number */
332 unsigned char id[64]; /* ID (user selectable) */
333 unsigned char name[80]; /* name of this device */
334 unsigned char subname[32]; /* subdevice name */
335 int dev_class; /* SNDRV_PCM_CLASS_* */
336 int dev_subclass; /* SNDRV_PCM_SUBCLASS_* */
[all …]
/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.h327 struct snd_pcm_info { struct
328 unsigned int device; /* RO/WR (control): device number */
329 unsigned int subdevice; /* RO/WR (control): subdevice number */
330 int stream; /* RO/WR (control): stream direction */
331 int card; /* R: card number */
332 unsigned char id[64]; /* ID (user selectable) */
333 unsigned char name[80]; /* name of this device */
334 unsigned char subname[32]; /* subdevice name */
335 int dev_class; /* SNDRV_PCM_CLASS_* */
336 int dev_subclass; /* SNDRV_PCM_SUBCLASS_* */
[all …]
/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A Dasound.h343 struct snd_pcm_info { struct
344 unsigned int device; /* RO/WR (control): device number */
345 unsigned int subdevice; /* RO/WR (control): subdevice number */
346 int stream; /* RO/WR (control): stream direction */
347 int card; /* R: card number */
348 unsigned char id[64]; /* ID (user selectable) */
349 unsigned char name[80]; /* name of this device */
350 unsigned char subname[32]; /* subdevice name */
351 int dev_class; /* SNDRV_PCM_CLASS_* */
352 int dev_subclass; /* SNDRV_PCM_SUBCLASS_* */
[all …]
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound.h343 struct snd_pcm_info { struct
344 unsigned int device; /* RO/WR (control): device number */
345 unsigned int subdevice; /* RO/WR (control): subdevice number */
346 int stream; /* RO/WR (control): stream direction */
347 int card; /* R: card number */
348 unsigned char id[64]; /* ID (user selectable) */
349 unsigned char name[80]; /* name of this device */
350 unsigned char subname[32]; /* subdevice name */
351 int dev_class; /* SNDRV_PCM_CLASS_* */
352 int dev_subclass; /* SNDRV_PCM_SUBCLASS_* */
[all …]
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_native.c202 int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info) in snd_pcm_info() function