Searched defs:snd_pcm_info (Results 1 – 10 of 10) sorted by relevance
292 struct snd_pcm_info { struct293 unsigned int device; /* RO/WR (control): device number */294 unsigned int subdevice; /* RO/WR (control): subdevice number */295 int stream; /* RO/WR (control): stream direction */296 int card; /* R: card number */297 unsigned char id[64]; /* ID (user selectable) */298 unsigned char name[80]; /* name of this device */299 unsigned char subname[32]; /* subdevice name */300 int dev_class; /* SNDRV_PCM_CLASS_* */301 int dev_subclass; /* SNDRV_PCM_SUBCLASS_* */[all …]
277 struct snd_pcm_info { struct279 unsigned int device;280 unsigned int subdevice;281 int stream;282 int card;284 unsigned char id[64];285 unsigned char name[80];286 unsigned char subname[32];287 int dev_class;289 int dev_subclass;[all …]
286 struct snd_pcm_info { struct287 unsigned int device;289 unsigned int subdevice;290 int stream;291 int card;292 unsigned char id[64];294 unsigned char name[80];295 unsigned char subname[32];296 int dev_class;297 int dev_subclass;[all …]
298 struct snd_pcm_info { struct299 unsigned int device; /* RO/WR (control): device number */300 unsigned int subdevice; /* RO/WR (control): subdevice number */301 int stream; /* RO/WR (control): stream direction */302 int card; /* R: card number */303 unsigned char id[64]; /* ID (user selectable) */304 unsigned char name[80]; /* name of this device */305 unsigned char subname[32]; /* subdevice name */306 int dev_class; /* SNDRV_PCM_CLASS_* */307 int dev_subclass; /* SNDRV_PCM_SUBCLASS_* */[all …]
291 struct snd_pcm_info { struct292 unsigned int device; /* RO/WR (control): device number */293 unsigned int subdevice; /* RO/WR (control): subdevice number */294 int stream; /* RO/WR (control): stream direction */295 int card; /* R: card number */296 unsigned char id[64]; /* ID (user selectable) */297 unsigned char name[80]; /* name of this device */298 unsigned char subname[32]; /* subdevice name */299 int dev_class; /* SNDRV_PCM_CLASS_* */300 int dev_subclass; /* SNDRV_PCM_SUBCLASS_* */[all …]
279 struct snd_pcm_info { struct280 unsigned int device;281 unsigned int subdevice;282 int stream;284 int card;285 unsigned char id[64];286 unsigned char name[80];287 unsigned char subname[32];289 int dev_class;290 int dev_subclass;[all …]