Searched refs:hdspm_version (Results 1 – 2 of 2) sorted by relevance
170 struct hdspm_version { struct178 #define SNDRV_HDSPM_IOCTL_GET_VERSION _IOR('H', 0x48, struct hdspm_version) argument
6140 struct hdspm_version hdspm_version; in snd_hdspm_hwdep_ioctl() 6305 memset(&hdspm_version, 0, sizeof(hdspm_version)); in snd_hdspm_hwdep_ioctl() 6307 hdspm_version.card_type = hdspm->io_type; in snd_hdspm_hwdep_ioctl() 6308 strscpy(hdspm_version.cardname, hdspm->card_name, in snd_hdspm_hwdep_ioctl() 6309 sizeof(hdspm_version.cardname)); in snd_hdspm_hwdep_ioctl() 6310 hdspm_version.serial = hdspm->serial; in snd_hdspm_hwdep_ioctl() 6311 hdspm_version.firmware_rev = hdspm->firmware_rev; in snd_hdspm_hwdep_ioctl() 6312 hdspm_version in snd_hdspm_hwdep_ioctl() 6143 struct hdspm_version hdspm_version; snd_hdspm_hwdep_ioctl() local [all...]