Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/hda/
H A Dhdaa.c4585 int i, j, conns = 0, tminamp, tmaxamp, cminamp, cmaxamp, found = 0; in hdaa_audio_ctl_source_amp() local
4660 tminamp = tmaxamp = 0; in hdaa_audio_ctl_source_amp()
4663 &tminamp, &tmaxamp); in hdaa_audio_ctl_source_amp()
4666 cmaxamp = tmaxamp; in hdaa_audio_ctl_source_amp()
4667 } else if (tminamp != tmaxamp) { in hdaa_audio_ctl_source_amp()
4669 cmaxamp = imin(cmaxamp, tmaxamp); in hdaa_audio_ctl_source_amp()
4692 int i, j, consumers, tminamp, tmaxamp, cminamp, cmaxamp, found = 0; in hdaa_audio_ctl_dest_amp() local
4748 tminamp = tmaxamp = 0; in hdaa_audio_ctl_dest_amp()
4756 tmaxamp += MAXQDB(ctl); in hdaa_audio_ctl_dest_amp()
4760 depth + 1, &tminamp, &tmaxamp); in hdaa_audio_ctl_dest_amp()
[all …]