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

/linux-master/sound/pci/rme9652/
H A Dhdsp.c4631 static int hdsp_9652_get_peak(struct hdsp *hdsp, struct hdsp_peak_rms __user *peak_rms) argument
4643 if (copy_u32_le(&peak_rms->input_peaks[i], hdsp->iobase + ofs))
4646 if (copy_u32_le(&peak_rms->playback_peaks[i], hdsp->iobase + ofs))
4649 if (copy_u32_le(&peak_rms->output_peaks[i], hdsp->iobase + ofs))
4652 if (copy_u48_le(&peak_rms->input_rms[i], hdsp->iobase + ofs,
4656 if (copy_u48_le(&peak_rms->playback_rms[i], hdsp->iobase + ofs,
4660 if (copy_u48_le(&peak_rms->output_rms[i], hdsp->iobase + ofs,
4668 static int hdsp_9632_get_peak(struct hdsp *hdsp, struct hdsp_peak_rms __user *peak_rms) argument
4678 if (copy_u32_le(&peak_rms->input_peaks[i], &m->input_peak[j]))
4680 if (copy_u32_le(&peak_rms
4698 hdsp_get_peak(struct hdsp *hdsp, struct hdsp_peak_rms __user *peak_rms) argument
4736 struct hdsp_peak_rms __user *peak_rms = (struct hdsp_peak_rms __user *)arg; local
[all...]
H A Dhdspm.c1069 struct hdspm_peak_rms peak_rms; member in struct:hdspm
6167 levels = &hdspm->peak_rms;

Completed in 153 milliseconds