Searched defs:snd_pcm_info (Results 1 – 6 of 6) sorted by relevance
253 struct snd_pcm_info { struct254 unsigned int device;255 unsigned int subdevice;256 int stream;257 int card;258 unsigned char id[64];259 unsigned char name[80];260 unsigned char subname[32];261 int dev_class;262 int dev_subclass;[all …]
248 struct snd_pcm_info { struct249 unsigned int device;250 unsigned int subdevice;251 int stream;252 int card;253 unsigned char id[64];254 unsigned char name[80];255 unsigned char subname[32];256 int dev_class;257 int dev_subclass;[all …]
315 struct snd_pcm_info { struct316 unsigned int device; /* RO/WR (control): device number */317 unsigned int subdevice; /* RO/WR (control): subdevice number */318 int stream; /* RO/WR (control): stream direction */319 int card; /* R: card number */320 unsigned char id[64]; /* ID (user selectable) */321 unsigned char name[80]; /* name of this device */322 unsigned char subname[32]; /* subdevice name */323 int dev_class; /* SNDRV_PCM_CLASS_* */324 int dev_subclass; /* SNDRV_PCM_SUBCLASS_* */[all …]
323 struct snd_pcm_info { struct324 unsigned int device; /* RO/WR (control): device number */325 unsigned int subdevice; /* RO/WR (control): subdevice number */326 int stream; /* RO/WR (control): stream direction */327 int card; /* R: card number */328 unsigned char id[64]; /* ID (user selectable) */329 unsigned char name[80]; /* name of this device */330 unsigned char subname[32]; /* subdevice name */331 int dev_class; /* SNDRV_PCM_CLASS_* */332 int dev_subclass; /* SNDRV_PCM_SUBCLASS_* */[all …]