Searched defs:snd_pcm_info (Results 1 – 2 of 2) sorted by relevance
277 struct snd_pcm_info { struct279 unsigned int device;280 unsigned int subdevice;281 int stream;282 int card;284 unsigned char id[64];285 unsigned char name[80];286 unsigned char subname[32];287 int dev_class;289 int dev_subclass;[all …]
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 …]