Lines Matching defs:snd_pcm_info
308 struct snd_pcm_info { struct
309 unsigned int device; /* RO/WR (control): device number */
310 unsigned int subdevice; /* RO/WR (control): subdevice number */
311 int stream; /* RO/WR (control): stream direction */
312 int card; /* R: card number */
313 unsigned char id[64]; /* ID (user selectable) */
314 unsigned char name[80]; /* name of this device */
315 unsigned char subname[32]; /* subdevice name */
316 int dev_class; /* SNDRV_PCM_CLASS_* */
317 int dev_subclass; /* SNDRV_PCM_SUBCLASS_* */
318 unsigned int subdevices_count;
319 unsigned int subdevices_avail;
320 union snd_pcm_sync_id sync; /* hardware synchronization ID */
321 unsigned char reserved[64]; /* reserved for future... */