Home
last modified time | relevance | path

Searched refs:hdsp_mixer (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.h89 struct hdsp_mixer { struct
93 #define SNDRV_HDSP_IOCTL_GET_MIXER _IOR('H', 0x44, struct hdsp_mixer) argument
108 typedef struct hdsp_mixer hdsp_mixer_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.h89 struct hdsp_mixer { struct
93 #define SNDRV_HDSP_IOCTL_GET_MIXER _IOR('H', 0x44, struct hdsp_mixer) argument
108 typedef struct hdsp_mixer hdsp_mixer_t;
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dhdsp.h91 struct hdsp_mixer { struct
95 #define SNDRV_HDSP_IOCTL_GET_MIXER _IOR('H', 0x44, struct hdsp_mixer) argument
/OK3568_Linux_fs/kernel/sound/pci/rme9652/
H A Dhdsp.c4859 struct hdsp_mixer __user *mixer = (struct hdsp_mixer __user *)argp; in snd_hdsp_hwdep_ioctl()