hdsp_version 83 include/sound/hdsp.h #define SNDRV_HDSP_IOCTL_GET_VERSION _IOR('H', 0x43, struct hdsp_version) hdsp_version 103 include/sound/hdsp.h typedef struct hdsp_version hdsp_version_t; hdsp_version 4624 sound/pci/rme9652/hdsp.c struct hdsp_version hdsp_version; hdsp_version 4632 sound/pci/rme9652/hdsp.c hdsp_version.io_type = hdsp->io_type; hdsp_version 4633 sound/pci/rme9652/hdsp.c hdsp_version.firmware_rev = hdsp->firmware_rev; hdsp_version 4634 sound/pci/rme9652/hdsp.c if ((err = copy_to_user(argp, &hdsp_version, sizeof(hdsp_version))))