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