Home
last modified time | relevance | path

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

/linux/include/uapi/sound/
H A Dhdspm.h170 struct hdspm_version { struct
178 #define SNDRV_HDSPM_IOCTL_GET_VERSION _IOR('H', 0x48, struct hdspm_version) argument
/linux/sound/pci/rme9652/
H A Dhdspm.c6093 struct hdspm_version hdspm_version; in snd_hdspm_hwdep_ioctl() local
6258 memset(&hdspm_version, 0, sizeof(hdspm_version)); in snd_hdspm_hwdep_ioctl()
6260 hdspm_version.card_type = hdspm->io_type; in snd_hdspm_hwdep_ioctl()
6261 strscpy(hdspm_version.cardname, hdspm->card_name, in snd_hdspm_hwdep_ioctl()
6262 sizeof(hdspm_version.cardname)); in snd_hdspm_hwdep_ioctl()
6263 hdspm_version.serial = hdspm->serial; in snd_hdspm_hwdep_ioctl()
6264 hdspm_version.firmware_rev = hdspm->firmware_rev; in snd_hdspm_hwdep_ioctl()
6265 hdspm_version.addons = 0; in snd_hdspm_hwdep_ioctl()
6267 hdspm_version.addons |= HDSPM_ADDON_TCO; in snd_hdspm_hwdep_ioctl()
6269 if (copy_to_user(argp, &hdspm_version, in snd_hdspm_hwdep_ioctl()
[all …]