Lines Matching defs:snd_pcm_info
339 struct snd_pcm_info { struct
340 unsigned int device; /* RO/WR (control): device number */
341 unsigned int subdevice; /* RO/WR (control): subdevice number */
342 int stream; /* RO/WR (control): stream direction */
343 int card; /* R: card number */
344 unsigned char id[64]; /* ID (user selectable) */
345 unsigned char name[80]; /* name of this device */
346 unsigned char subname[32]; /* subdevice name */
347 int dev_class; /* SNDRV_PCM_CLASS_* */
348 int dev_subclass; /* SNDRV_PCM_SUBCLASS_* */
349 unsigned int subdevices_count;
350 unsigned int subdevices_avail;
351 unsigned char pad1[16]; /* was: hardware synchronization ID */
352 unsigned char reserved[64]; /* reserved for future... */