Searched defs:snd_pcm_info (Results 1 – 3 of 3) sorted by relevance
351 struct snd_pcm_info { struct352 unsigned int device; /* RO/WR (control): device number */353 unsigned int subdevice; /* RO/WR (control): subdevice number */354 int stream; /* RO/WR (control): stream direction */355 int card; /* R: card number */356 unsigned char id[64]; /* ID (user selectable) */357 unsigned char name[80]; /* name of this device */358 unsigned char subname[32]; /* subdevice name */359 int dev_class; /* SNDRV_PCM_CLASS_* */360 int dev_subclass; /* SNDRV_PCM_SUBCLASS_* */[all …]
100683 struct snd_pcm_info { struct100684 unsigned int device;100685 unsigned int subdevice;100686 int stream;100687 int card;100688 unsigned char id[64];100689 unsigned char name[80];100690 unsigned char subname[32];100691 int dev_class;100692 int dev_subclass;[all …]