Searched defs:snd_ctl_card_info (Results 1 – 2 of 2) sorted by relevance
806 struct snd_ctl_card_info { struct807 int card; /* card number */808 int pad; /* reserved for future (was type) */809 unsigned char id[16]; /* ID of card (user selectable) */810 unsigned char driver[16]; /* Driver name */811 unsigned char name[32]; /* Short name of soundcard */812 unsigned char longname[80]; /* name + info text about soundcard */813 unsigned char reserved_[16]; /* reserved for future (was ID of mixer) */814 unsigned char mixername[80]; /* visual mixer identification */815 …components[128]; /* card components / fine identification, delimited with one space (AC97 etc..) */
719 static int snd_ctl_card_info(struct snd_card *card, struct snd_ctl_file * ctl, in snd_ctl_card_info() function