Home
last modified time | relevance | path

Searched defs:snd_ctl_card_info (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/uapi/sound/
Dasound.h969 struct snd_ctl_card_info { struct
970 int card; /* card number */
971 int pad; /* reserved for future (was type) */
972 unsigned char id[16]; /* ID of card (user selectable) */
973 unsigned char driver[16]; /* Driver name */
974 unsigned char name[32]; /* Short name of soundcard */
975 unsigned char longname[80]; /* name + info text about soundcard */
976 unsigned char reserved_[16]; /* reserved for future (was ID of mixer) */
977 unsigned char mixername[80]; /* visual mixer identification */
978 …components[128]; /* card components / fine identification, delimited with one space (AC97 etc..) */
/Linux-v5.15/tools/include/uapi/sound/
Dasound.h969 struct snd_ctl_card_info { struct
970 int card; /* card number */
971 int pad; /* reserved for future (was type) */
972 unsigned char id[16]; /* ID of card (user selectable) */
973 unsigned char driver[16]; /* Driver name */
974 unsigned char name[32]; /* Short name of soundcard */
975 unsigned char longname[80]; /* name + info text about soundcard */
976 unsigned char reserved_[16]; /* reserved for future (was ID of mixer) */
977 unsigned char mixername[80]; /* visual mixer identification */
978 …components[128]; /* card components / fine identification, delimited with one space (AC97 etc..) */
/Linux-v5.15/sound/core/
Dcontrol.c721 static int snd_ctl_card_info(struct snd_card *card, struct snd_ctl_file * ctl, in snd_ctl_card_info() function