Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/sound/
Dasound.h344 struct snd_pcm_info { struct
345 unsigned int device; /* RO/WR (control): device number */
346 unsigned int subdevice; /* RO/WR (control): subdevice number */
347 int stream; /* RO/WR (control): stream direction */
348 int card; /* R: card number */
349 unsigned char id[64]; /* ID (user selectable) */
350 unsigned char name[80]; /* name of this device */
351 unsigned char subname[32]; /* subdevice name */
352 int dev_class; /* SNDRV_PCM_CLASS_* */
353 int dev_subclass; /* SNDRV_PCM_SUBCLASS_* */
[all …]
/Linux-v5.15/tools/include/uapi/sound/
Dasound.h344 struct snd_pcm_info { struct
345 unsigned int device; /* RO/WR (control): device number */
346 unsigned int subdevice; /* RO/WR (control): subdevice number */
347 int stream; /* RO/WR (control): stream direction */
348 int card; /* R: card number */
349 unsigned char id[64]; /* ID (user selectable) */
350 unsigned char name[80]; /* name of this device */
351 unsigned char subname[32]; /* subdevice name */
352 int dev_class; /* SNDRV_PCM_CLASS_* */
353 int dev_subclass; /* SNDRV_PCM_SUBCLASS_* */
[all …]
/Linux-v5.15/sound/core/
Dpcm_native.c202 int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info) in snd_pcm_info() function