Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dasound.h824 struct snd_ctl_card_info { struct
825 int card; /* card number */
826 int pad; /* reserved for future (was type) */
827 unsigned char id[16]; /* ID of card (user selectable) */
828 unsigned char driver[16]; /* Driver name */
829 unsigned char name[32]; /* Short name of soundcard */
830 unsigned char longname[80]; /* name + info text about soundcard */
831 unsigned char reserved_[16]; /* reserved for future (was ID of mixer) */
832 unsigned char mixername[80]; /* visual mixer identification */
833 …components[128]; /* card components / fine identification, delimited with one space (AC97 etc..) */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dasound.h824 struct snd_ctl_card_info { struct
825 int card; /* card number */
826 int pad; /* reserved for future (was type) */
827 unsigned char id[16]; /* ID of card (user selectable) */
828 unsigned char driver[16]; /* Driver name */
829 unsigned char name[32]; /* Short name of soundcard */
830 unsigned char longname[80]; /* name + info text about soundcard */
831 unsigned char reserved_[16]; /* reserved for future (was ID of mixer) */
832 unsigned char mixername[80]; /* visual mixer identification */
833 …components[128]; /* card components / fine identification, delimited with one space (AC97 etc..) */
/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A 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..) */
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A 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..) */
/OK3568_Linux_fs/kernel/sound/core/
H A Dcontrol.c694 static int snd_ctl_card_info(struct snd_card *card, struct snd_ctl_file * ctl, in snd_ctl_card_info() function