Searched defs:snd_pcm_info (Results 1 – 1 of 1) sorted by relevance
296 struct snd_pcm_info { struct297 unsigned int device; /* RO/WR (control): device number */298 unsigned int subdevice; /* RO/WR (control): subdevice number */299 int stream; /* RO/WR (control): stream direction */300 int card; /* R: card number */301 unsigned char id[64]; /* ID (user selectable) */302 unsigned char name[80]; /* name of this device */303 unsigned char subname[32]; /* subdevice name */304 int dev_class; /* SNDRV_PCM_CLASS_* */305 int dev_subclass; /* SNDRV_PCM_SUBCLASS_* */[all …]