Searched defs:snd_ctl_card_info (Results 1 – 3 of 3) sorted by relevance
960 struct snd_ctl_card_info { struct961 int card; /* card number */962 int pad; /* reserved for future (was type) */963 unsigned char id[16]; /* ID of card (user selectable) */964 unsigned char driver[16]; /* Driver name */965 unsigned char name[32]; /* Short name of soundcard */966 unsigned char longname[80]; /* name + info text about soundcard */967 unsigned char reserved_[16]; /* reserved for future (was ID of mixer) */968 unsigned char mixername[80]; /* visual mixer identification */969 …components[128]; /* card components / fine identification, delimited with one space (AC97 etc..) */
99975 struct snd_ctl_card_info { struct99976 int card;99977 int pad;99978 unsigned char id[16];99979 unsigned char driver[16];99980 unsigned char name[32];99981 unsigned char longname[80];99982 unsigned char reserved_[16];99983 unsigned char mixername[80];99984 unsigned char components[128];