Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/sound/pci/hda/
H A Dhdaa.c4546 *maxamp += MAXQDB(ctl); in hdaa_audio_ctl_source_amp()
4580 *maxamp += MAXQDB(ctl); in hdaa_audio_ctl_source_amp()
4608 *maxamp += cmaxamp; in hdaa_audio_ctl_source_amp()
4703 *maxamp += cmaxamp; in hdaa_audio_ctl_dest_amp()
4934 pdevinfo->maxamp[ossdev] = maxamp; in hdaa_adjust_amp()
4937 pdevinfo->maxamp[ossdev] = imin(pdevinfo->maxamp[ossdev], maxamp); in hdaa_adjust_amp()
4957 minamp = maxamp = 0; in hdaa_audio_assign_mixers()
4978 minamp = maxamp = 0; in hdaa_audio_assign_mixers()
4981 if (minamp == maxamp) { in hdaa_audio_assign_mixers()
5002 minamp = maxamp = 0; in hdaa_audio_assign_mixers()
[all …]
H A Dhdaa.h178 int maxamp[SOUND_MIXER_NRDEVICES]; /* Maximal amps in 1/4dB. */ member