Home
last modified time | relevance | path

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

/hardware/qcom/msm8x84/kernel-headers/sound/
Dasound.h761 struct snd_ctl_card_info { struct
762 int card;
764 int pad;
765 unsigned char id[16];
766 unsigned char driver[16];
767 unsigned char name[32];
769 unsigned char longname[80];
770 unsigned char reserved_[16];
771 unsigned char mixername[80];
772 unsigned char components[128];
/hardware/qcom/msm8x84/original-kernel-headers/sound/
Dasound.h765 struct snd_ctl_card_info { struct
766 int card; /* card number */
767 int pad; /* reserved for future (was type) */
768 unsigned char id[16]; /* ID of card (user selectable) */
769 unsigned char driver[16]; /* Driver name */
770 unsigned char name[32]; /* Short name of soundcard */
771 unsigned char longname[80]; /* name + info text about soundcard */
772 unsigned char reserved_[16]; /* reserved for future (was ID of mixer) */
773 unsigned char mixername[80]; /* visual mixer identification */
774 …components[128]; /* card components / fine identification, delimited with one space (AC97 etc..) */