Home
last modified time | relevance | path

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

/device/google/coral-kernel/sm8150/kernel-headers/sound/
Dasound.h651 struct snd_ctl_card_info { struct
652 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];
/device/google/bonito/sdm710/kernel-headers/sound/
Dasound.h645 struct snd_ctl_card_info { struct
646 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];
/device/google/crosshatch/sdm845/kernel-headers/sound/
Dasound.h645 struct snd_ctl_card_info { struct
646 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];
/device/google/bonito/sdm710/original-kernel-headers/sound/
Dasound.h811 struct snd_ctl_card_info { struct
812 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..) */
/device/google/coral-kernel/sm8150/original-kernel-headers/sound/
Dasound.h820 struct snd_ctl_card_info { struct
821 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..) */
/device/google/crosshatch/sdm845/original-kernel-headers/sound/
Dasound.h811 struct snd_ctl_card_info { struct
812 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..) */