Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/sound/
H A Dhdsp.h24 struct hdsp_peak_rms { struct
34 #define SNDRV_HDSP_IOCTL_GET_PEAK_RMS _IOR('H', 0x40, struct hdsp_peak_rms) argument
/openbmc/linux/sound/pci/rme9652/
H A Dhdsp.c4631 static int hdsp_9652_get_peak(struct hdsp *hdsp, struct hdsp_peak_rms __user *peak_rms) in hdsp_9652_get_peak()
4668 static int hdsp_9632_get_peak(struct hdsp *hdsp, struct hdsp_peak_rms __user *peak_rms) in hdsp_9632_get_peak()
4698 static int hdsp_get_peak(struct hdsp *hdsp, struct hdsp_peak_rms __user *peak_rms) in hdsp_get_peak()
4736 struct hdsp_peak_rms __user *peak_rms = (struct hdsp_peak_rms __user *)arg; in snd_hdsp_hwdep_ioctl()