Searched defs:snd_ctl_card_info (Results 1 – 6 of 6) sorted by relevance
651 struct snd_ctl_card_info { struct652 int card;653 int pad;654 unsigned char id[16];655 unsigned char driver[16];656 unsigned char name[32];657 unsigned char longname[80];658 unsigned char reserved_[16];659 unsigned char mixername[80];660 unsigned char components[128];
645 struct snd_ctl_card_info { struct646 int card;647 int pad;648 unsigned char id[16];649 unsigned char driver[16];650 unsigned char name[32];651 unsigned char longname[80];652 unsigned char reserved_[16];653 unsigned char mixername[80];654 unsigned char components[128];
811 struct snd_ctl_card_info { struct812 int card; /* card number */813 int pad; /* reserved for future (was type) */814 unsigned char id[16]; /* ID of card (user selectable) */815 unsigned char driver[16]; /* Driver name */816 unsigned char name[32]; /* Short name of soundcard */817 unsigned char longname[80]; /* name + info text about soundcard */818 unsigned char reserved_[16]; /* reserved for future (was ID of mixer) */819 unsigned char mixername[80]; /* visual mixer identification */820 …components[128]; /* card components / fine identification, delimited with one space (AC97 etc..) */
820 struct snd_ctl_card_info { struct821 int card; /* card number */822 int pad; /* reserved for future (was type) */823 unsigned char id[16]; /* ID of card (user selectable) */824 unsigned char driver[16]; /* Driver name */825 unsigned char name[32]; /* Short name of soundcard */826 unsigned char longname[80]; /* name + info text about soundcard */827 unsigned char reserved_[16]; /* reserved for future (was ID of mixer) */828 unsigned char mixername[80]; /* visual mixer identification */829 …components[128]; /* card components / fine identification, delimited with one space (AC97 etc..) */