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

/linux-4.1.27/include/uapi/sound/
H A Dhdsp.h81 struct hdsp_version { struct
86 #define SNDRV_HDSP_IOCTL_GET_VERSION _IOR('H', 0x43, struct hdsp_version)
106 typedef struct hdsp_version hdsp_version_t;
/linux-4.1.27/sound/pci/rme9652/
H A Dhdsp.c4781 struct hdsp_version hdsp_version; snd_hdsp_hwdep_ioctl() local
4789 memset(&hdsp_version, 0, sizeof(hdsp_version)); snd_hdsp_hwdep_ioctl()
4790 hdsp_version.io_type = hdsp->io_type; snd_hdsp_hwdep_ioctl()
4791 hdsp_version.firmware_rev = hdsp->firmware_rev; snd_hdsp_hwdep_ioctl()
4792 if ((err = copy_to_user(argp, &hdsp_version, sizeof(hdsp_version)))) snd_hdsp_hwdep_ioctl()

Completed in 81 milliseconds