Searched defs:snd_pcm_info (Results 1 – 1 of 1) sorted by relevance
291 struct snd_pcm_info { struct292 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 …]