Searched defs:snd_pcm_info (Results 1 – 2 of 2) sorted by relevance
341 struct snd_pcm_info { struct342 unsigned int device; /* RO/WR (control): device number */343 unsigned int subdevice; /* RO/WR (control): subdevice number */344 int stream; /* RO/WR (control): stream direction */345 int card; /* R: card number */346 unsigned char id[64]; /* ID (user selectable) */347 unsigned char name[80]; /* name of this device */348 unsigned char subname[32]; /* subdevice name */349 int dev_class; /* SNDRV_PCM_CLASS_* */350 int dev_subclass; /* SNDRV_PCM_SUBCLASS_* */[all …]
870 int snd_pcm_info(snd_pcm_t *pcm, snd_pcm_info_t *info) in snd_pcm_info() function