Searched refs:hdsp_version (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dhdsp.h80 struct hdsp_version { struct
85 #define SNDRV_HDSP_IOCTL_GET_VERSION _IOR('H', 0x43, struct hdsp_version)
105 typedef struct hdsp_version hdsp_version_t;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/rme9652/
H A Dhdsp.c4657 struct hdsp_version hdsp_version; local
4665 hdsp_version.io_type = hdsp->io_type;
4666 hdsp_version.firmware_rev = hdsp->firmware_rev;
4667 if ((err = copy_to_user(argp, &hdsp_version, sizeof(hdsp_version))))

Completed in 224 milliseconds