Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pci/hda/
H A Dhdaa.c4576 *maxamp += MAXQDB(ctl); in hdaa_audio_ctl_source_amp()
4610 *maxamp += MAXQDB(ctl); in hdaa_audio_ctl_source_amp()
4638 *maxamp += cmaxamp; in hdaa_audio_ctl_source_amp()
4733 *maxamp += cmaxamp; in hdaa_audio_ctl_dest_amp()
4964 pdevinfo->maxamp[ossdev] = maxamp; in hdaa_adjust_amp()
4967 pdevinfo->maxamp[ossdev] = imin(pdevinfo->maxamp[ossdev], maxamp); in hdaa_adjust_amp()
4987 minamp = maxamp = 0; in hdaa_audio_assign_mixers()
5008 minamp = maxamp = 0; in hdaa_audio_assign_mixers()
5011 if (minamp == maxamp) { in hdaa_audio_assign_mixers()
5032 minamp = maxamp = 0; in hdaa_audio_assign_mixers()
[all …]
H A Dhdaa.h179 int maxamp[SOUND_MIXER_NRDEVICES]; /* Maximal amps in 1/4dB. */ member