Searched defs:snd_ctl_card_info (Results 1 – 1 of 1) sorted by relevance
773 struct snd_ctl_card_info { struct774 int card; /* card number */775 int pad; /* reserved for future (was type) */776 unsigned char id[16]; /* ID of card (user selectable) */777 unsigned char driver[16]; /* Driver name */778 unsigned char name[32]; /* Short name of soundcard */779 unsigned char longname[80]; /* name + info text about soundcard */780 unsigned char reserved_[16]; /* reserved for future (was ID of mixer) */781 unsigned char mixername[80]; /* visual mixer identification */782 …components[128]; /* card components / fine identification, delimited with one space (AC97 etc..) */