Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/sound/
Dasound.h941 struct snd_ctl_card_info { struct
942 int card; /* card number */
943 int pad; /* reserved for future (was type) */
944 unsigned char id[16]; /* ID of card (user selectable) */
945 unsigned char driver[16]; /* Driver name */
946 unsigned char name[32]; /* Short name of soundcard */
947 unsigned char longname[80]; /* name + info text about soundcard */
948 unsigned char reserved_[16]; /* reserved for future (was ID of mixer) */
949 unsigned char mixername[80]; /* visual mixer identification */
950 …components[128]; /* card components / fine identification, delimited with one space (AC97 etc..) */
/external/adhd/cras/src/tests/
Dalsa_card_unittest.cc1129 int snd_ctl_card_info(snd_ctl_t* ctl, snd_ctl_card_info_t* info) { in snd_ctl_card_info() function