Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/rme9652/
H A Dhdsp.c4652 if (copy_u48_le(&peak_rms->input_rms[i], hdsp->iobase + ofs, in hdsp_9652_get_peak()
4660 if (copy_u48_le(&peak_rms->output_rms[i], hdsp->iobase + ofs, in hdsp_9652_get_peak()
4678 if (copy_u32_le(&peak_rms->input_peaks[i], &m->input_peak[j])) in hdsp_9632_get_peak()
4703 if (copy_u32_le(&peak_rms->playback_peaks[i], in hdsp_get_peak()
4706 if (copy_u32_le(&peak_rms->input_peaks[i], in hdsp_get_peak()
4711 if (copy_u32_le(&peak_rms->output_peaks[i], in hdsp_get_peak()
4716 if (copy_u64_le(&peak_rms->playback_rms[i], in hdsp_get_peak()
4720 if (copy_u64_le(&peak_rms->input_rms[i], in hdsp_get_peak()
4754 return hdsp_9652_get_peak(hdsp, peak_rms); in snd_hdsp_hwdep_ioctl()
4756 return hdsp_9632_get_peak(hdsp, peak_rms); in snd_hdsp_hwdep_ioctl()
[all …]
H A Dhdspm.c1069 struct hdspm_peak_rms peak_rms; member
6167 levels = &hdspm->peak_rms; in snd_hdspm_hwdep_ioctl()