Lines Matching refs:levels
6172 struct hdspm_peak_rms *levels; in snd_hdspm_hwdep_ioctl() local
6181 levels = &hdspm->peak_rms; in snd_hdspm_hwdep_ioctl()
6183 levels->input_peaks[i] = in snd_hdspm_hwdep_ioctl()
6186 levels->playback_peaks[i] = in snd_hdspm_hwdep_ioctl()
6189 levels->output_peaks[i] = in snd_hdspm_hwdep_ioctl()
6193 levels->input_rms[i] = in snd_hdspm_hwdep_ioctl()
6198 levels->playback_rms[i] = in snd_hdspm_hwdep_ioctl()
6203 levels->output_rms[i] = in snd_hdspm_hwdep_ioctl()
6211 levels->speed = qs; in snd_hdspm_hwdep_ioctl()
6213 levels->speed = ds; in snd_hdspm_hwdep_ioctl()
6215 levels->speed = ss; in snd_hdspm_hwdep_ioctl()
6217 levels->status2 = hdspm_read(hdspm, HDSPM_statusRegister2); in snd_hdspm_hwdep_ioctl()
6219 s = copy_to_user(argp, levels, sizeof(struct hdspm_peak_rms)); in snd_hdspm_hwdep_ioctl()