Searched defs:snd_ctl_card_info (Results 1 – 2 of 2) sorted by relevance
954 struct snd_ctl_card_info { struct955 int card; /* card number */956 int pad; /* reserved for future (was type) */957 unsigned char id[16]; /* ID of card (user selectable) */958 unsigned char driver[16]; /* Driver name */959 unsigned char name[32]; /* Short name of soundcard */960 unsigned char longname[80]; /* name + info text about soundcard */961 unsigned char reserved_[16]; /* reserved for future (was ID of mixer) */962 unsigned char mixername[80]; /* visual mixer identification */963 …components[128]; /* card components / fine identification, delimited with one space (AC97 etc..) */
384 int snd_ctl_card_info(snd_ctl_t *ctl, snd_ctl_card_info_t *info) in snd_ctl_card_info() function