Searched defs:vki_snd_ctl_card_info (Results 1 – 1 of 1) sorted by relevance
2350 struct vki_snd_ctl_card_info { struct2351 int card; /* card number */2352 int pad; /* reserved for future (was type) */2353 unsigned char id[16]; /* ID of card (user selectable) */2354 unsigned char driver[16]; /* Driver name */2355 unsigned char name[32]; /* Short name of soundcard */2356 unsigned char longname[80]; /* name + info text about soundcard */2357 unsigned char reserved_[16]; /* reserved for future (was ID of mixer) */2358 unsigned char mixername[80]; /* visual mixer identification */2359 …components[128]; /* card components / fine identification, delimited with one space (AC97 etc..) */