Lines Matching refs:hdspm_version
6143 struct hdspm_version hdspm_version; in snd_hdspm_hwdep_ioctl() local
6308 memset(&hdspm_version, 0, sizeof(hdspm_version)); in snd_hdspm_hwdep_ioctl()
6310 hdspm_version.card_type = hdspm->io_type; in snd_hdspm_hwdep_ioctl()
6311 strscpy(hdspm_version.cardname, hdspm->card_name, in snd_hdspm_hwdep_ioctl()
6312 sizeof(hdspm_version.cardname)); in snd_hdspm_hwdep_ioctl()
6313 hdspm_version.serial = hdspm->serial; in snd_hdspm_hwdep_ioctl()
6314 hdspm_version.firmware_rev = hdspm->firmware_rev; in snd_hdspm_hwdep_ioctl()
6315 hdspm_version.addons = 0; in snd_hdspm_hwdep_ioctl()
6317 hdspm_version.addons |= HDSPM_ADDON_TCO; in snd_hdspm_hwdep_ioctl()
6319 if (copy_to_user(argp, &hdspm_version, in snd_hdspm_hwdep_ioctl()
6320 sizeof(hdspm_version))) in snd_hdspm_hwdep_ioctl()