Home
last modified time | relevance | path

Searched refs:hdsp_version (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/include/uapi/sound/
Dhdsp.h84 struct hdsp_version { struct
89 #define SNDRV_HDSP_IOCTL_GET_VERSION _IOR('H', 0x43, struct hdsp_version) argument
/Linux-v5.10/sound/pci/rme9652/
Dhdsp.c4789 struct hdsp_version hdsp_version; in snd_hdsp_hwdep_ioctl() local
4797 memset(&hdsp_version, 0, sizeof(hdsp_version)); in snd_hdsp_hwdep_ioctl()
4798 hdsp_version.io_type = hdsp->io_type; in snd_hdsp_hwdep_ioctl()
4799 hdsp_version.firmware_rev = hdsp->firmware_rev; in snd_hdsp_hwdep_ioctl()
4800 if ((err = copy_to_user(argp, &hdsp_version, sizeof(hdsp_version)))) in snd_hdsp_hwdep_ioctl()