Searched refs:hdsp_version (Results 1 – 2 of 2) sorted by relevance
82 struct hdsp_version { struct87 #define SNDRV_HDSP_IOCTL_GET_VERSION _IOR('H', 0x43, struct hdsp_version) argument107 typedef struct hdsp_version hdsp_version_t;
4809 struct hdsp_version hdsp_version; in snd_hdsp_hwdep_ioctl() local4817 memset(&hdsp_version, 0, sizeof(hdsp_version)); in snd_hdsp_hwdep_ioctl()4818 hdsp_version.io_type = hdsp->io_type; in snd_hdsp_hwdep_ioctl()4819 hdsp_version.firmware_rev = hdsp->firmware_rev; in snd_hdsp_hwdep_ioctl()4820 if ((err = copy_to_user(argp, &hdsp_version, sizeof(hdsp_version)))) in snd_hdsp_hwdep_ioctl()