Home
last modified time | relevance | path

Searched refs:hdsp_config_info (Results 1 – 4 of 4) 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 Dhdsp.h48 struct hdsp_config_info { struct
74 #define SNDRV_HDSP_IOCTL_GET_CONFIG_INFO _IOR('H', 0x41, struct hdsp_config_info) argument
105 typedef struct hdsp_config_info hdsp_config_info_t;
/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 Dhdsp.h48 struct hdsp_config_info { struct
74 #define SNDRV_HDSP_IOCTL_GET_CONFIG_INFO _IOR('H', 0x41, struct hdsp_config_info) argument
105 typedef struct hdsp_config_info hdsp_config_info_t;
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dhdsp.h50 struct hdsp_config_info { struct
76 #define SNDRV_HDSP_IOCTL_GET_CONFIG_INFO _IOR('H', 0x41, struct hdsp_config_info) argument
/OK3568_Linux_fs/kernel/sound/pci/rme9652/
H A Dhdsp.c4719 struct hdsp_config_info info; in snd_hdsp_hwdep_ioctl()