Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/sound/
Dasound.h291 struct snd_pcm_info { struct
292 unsigned int device; /* RO/WR (control): device number */
293 unsigned int subdevice; /* RO/WR (control): subdevice number */
294 int stream; /* RO/WR (control): stream direction */
295 int card; /* R: card number */
296 unsigned char id[64]; /* ID (user selectable) */
297 unsigned char name[80]; /* name of this device */
298 unsigned char subname[32]; /* subdevice name */
299 int dev_class; /* SNDRV_PCM_CLASS_* */
300 int dev_subclass; /* SNDRV_PCM_SUBCLASS_* */
[all …]