Home
last modified time | relevance | path

Searched defs:snd_hwdep_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.h116 struct snd_hwdep_info { struct
117 unsigned int device; /* WR: device number */
118 int card; /* R: card number */
119 unsigned char id[64]; /* ID (user selectable) */
120 unsigned char name[80]; /* hwdep name */
144 #define SNDRV_HWDEP_IOCTL_INFO _IOR ('H', 0x01, struct snd_hwdep_info) argument
/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.h116 struct snd_hwdep_info { struct
117 unsigned int device; /* WR: device number */
118 int card; /* R: card number */
119 unsigned char id[64]; /* ID (user selectable) */
120 unsigned char name[80]; /* hwdep name */
144 #define SNDRV_HWDEP_IOCTL_INFO _IOR ('H', 0x01, struct snd_hwdep_info) argument
/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A Dasound.h121 struct snd_hwdep_info { struct
122 unsigned int device; /* WR: device number */
123 int card; /* R: card number */
124 unsigned char id[64]; /* ID (user selectable) */
125 unsigned char name[80]; /* hwdep name */
149 #define SNDRV_HWDEP_IOCTL_INFO _IOR ('H', 0x01, struct snd_hwdep_info) argument
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound.h121 struct snd_hwdep_info { struct
122 unsigned int device; /* WR: device number */
123 int card; /* R: card number */
124 unsigned char id[64]; /* ID (user selectable) */
125 unsigned char name[80]; /* hwdep name */
149 #define SNDRV_HWDEP_IOCTL_INFO _IOR ('H', 0x01, struct snd_hwdep_info) argument
/OK3568_Linux_fs/kernel/sound/core/
H A Dhwdep.c173 static int snd_hwdep_info(struct snd_hwdep *hw, in snd_hwdep_info() function