Home
last modified time | relevance | path

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

/linux-6.15/sound/pci/rme9652/
H A Dhdsp.c4648 if (copy_u48_le(&peak_rms->input_rms[i], hdsp->iobase + ofs, in hdsp_9652_get_peak()
4656 if (copy_u48_le(&peak_rms->output_rms[i], hdsp->iobase + ofs, in hdsp_9652_get_peak()
4674 if (copy_u32_le(&peak_rms->input_peaks[i], &m->input_peak[j])) in hdsp_9632_get_peak()
4699 if (copy_u32_le(&peak_rms->playback_peaks[i], in hdsp_get_peak()
4702 if (copy_u32_le(&peak_rms->input_peaks[i], in hdsp_get_peak()
4707 if (copy_u32_le(&peak_rms->output_peaks[i], in hdsp_get_peak()
4712 if (copy_u64_le(&peak_rms->playback_rms[i], in hdsp_get_peak()
4716 if (copy_u64_le(&peak_rms->input_rms[i], in hdsp_get_peak()
4750 return hdsp_9652_get_peak(hdsp, peak_rms); in snd_hdsp_hwdep_ioctl()
4752 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
6150 levels = &hdspm->peak_rms; in snd_hdspm_hwdep_ioctl()