Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/sound/
Dasound.h329 struct snd_pcm_info { struct
330 unsigned int device; /* RO/WR (control): device number */
331 unsigned int subdevice; /* RO/WR (control): subdevice number */
332 int stream; /* RO/WR (control): stream direction */
333 int card; /* R: card number */
334 unsigned char id[64]; /* ID (user selectable) */
335 unsigned char name[80]; /* name of this device */
336 unsigned char subname[32]; /* subdevice name */
337 int dev_class; /* SNDRV_PCM_CLASS_* */
338 int dev_subclass; /* SNDRV_PCM_SUBCLASS_* */
[all …]