Lines Matching refs:levels
6171 struct hdspm_peak_rms *levels; in snd_hdspm_hwdep_ioctl() local
6180 levels = &hdspm->peak_rms; in snd_hdspm_hwdep_ioctl()
6182 levels->input_peaks[i] = in snd_hdspm_hwdep_ioctl()
6185 levels->playback_peaks[i] = in snd_hdspm_hwdep_ioctl()
6188 levels->output_peaks[i] = in snd_hdspm_hwdep_ioctl()
6192 levels->input_rms[i] = in snd_hdspm_hwdep_ioctl()
6197 levels->playback_rms[i] = in snd_hdspm_hwdep_ioctl()
6202 levels->output_rms[i] = in snd_hdspm_hwdep_ioctl()
6210 levels->speed = qs; in snd_hdspm_hwdep_ioctl()
6212 levels->speed = ds; in snd_hdspm_hwdep_ioctl()
6214 levels->speed = ss; in snd_hdspm_hwdep_ioctl()
6216 levels->status2 = hdspm_read(hdspm, HDSPM_statusRegister2); in snd_hdspm_hwdep_ioctl()
6218 s = copy_to_user(argp, levels, sizeof(struct hdspm_peak_rms)); in snd_hdspm_hwdep_ioctl()