Searched defs:snd_pcm_info (Results 1 – 3 of 3) sorted by relevance
330 struct snd_pcm_info { struct331 unsigned int device; /* RO/WR (control): device number */332 unsigned int subdevice; /* RO/WR (control): subdevice number */333 int stream; /* RO/WR (control): stream direction */334 int card; /* R: card number */335 unsigned char id[64]; /* ID (user selectable) */336 unsigned char name[80]; /* name of this device */337 unsigned char subname[32]; /* subdevice name */338 int dev_class; /* SNDRV_PCM_CLASS_* */339 int dev_subclass; /* SNDRV_PCM_SUBCLASS_* */[all …]
180 int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info) in snd_pcm_info() function