Searched refs:hdsp_peak_rms (Results 1 – 4 of 4) sorted by relevance
18 struct hdsp_peak_rms { struct27 #define SNDRV_HDSP_IOCTL_GET_PEAK_RMS _IOR('H', 0x40, struct hdsp_peak_rms) argument73 typedef struct hdsp_peak_rms hdsp_peak_rms_t;
33 struct hdsp_peak_rms { struct41 #define SNDRV_HDSP_IOCTL_GET_PEAK_RMS _IOR('H', 0x40, struct hdsp_peak_rms) argument
38 struct hdsp_peak_rms { struct48 #define SNDRV_HDSP_IOCTL_GET_PEAK_RMS _IOR('H', 0x40, struct hdsp_peak_rms) argument
4588 static int hdsp_9652_get_peak(struct hdsp *hdsp, struct hdsp_peak_rms __user *peak_rms) in hdsp_9652_get_peak()4625 static int hdsp_9632_get_peak(struct hdsp *hdsp, struct hdsp_peak_rms __user *peak_rms) in hdsp_9632_get_peak()4655 static int hdsp_get_peak(struct hdsp *hdsp, struct hdsp_peak_rms __user *peak_rms) in hdsp_get_peak()4693 struct hdsp_peak_rms __user *peak_rms = (struct hdsp_peak_rms __user *)arg; in snd_hdsp_hwdep_ioctl()