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.h826 struct snd_ctl_card_info { struct
827 int card; /* card number */
828 int pad; /* reserved for future (was type) */
829 unsigned char id[16]; /* ID of card (user selectable) */
830 unsigned char driver[16]; /* Driver name */
831 unsigned char name[32]; /* Short name of soundcard */
832 unsigned char longname[80]; /* name + info text about soundcard */
833 unsigned char reserved_[16]; /* reserved for future (was ID of mixer) */
834 unsigned char mixername[80]; /* visual mixer identification */
835 …components[128]; /* card components / fine identification, delimited with one space (AC97 etc..) */
/external/adhd/cras/src/tests/
Dalsa_card_unittest.cc989 int snd_ctl_card_info(snd_ctl_t *ctl, snd_ctl_card_info_t *info) { in snd_ctl_card_info() function