Searched refs:tminamp (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdaa.c | 4517 int i, j, conns = 0, tminamp, tmaxamp, cminamp, cmaxamp, found = 0; in hdaa_audio_ctl_source_amp() local 4592 tminamp = tmaxamp = 0; in hdaa_audio_ctl_source_amp() 4595 &tminamp, &tmaxamp); in hdaa_audio_ctl_source_amp() 4597 cminamp = tminamp; in hdaa_audio_ctl_source_amp() 4599 } else if (tminamp != tmaxamp) { in hdaa_audio_ctl_source_amp() 4600 cminamp = imax(cminamp, tminamp); in hdaa_audio_ctl_source_amp() 4624 int i, j, consumers, tminamp, tmaxamp, cminamp, cmaxamp, found = 0; in hdaa_audio_ctl_dest_amp() local 4680 tminamp = tmaxamp = 0; in hdaa_audio_ctl_dest_amp() 4687 tminamp += MINQDB(ctl); in hdaa_audio_ctl_dest_amp() 4692 depth + 1, &tminamp, &tmaxamp); in hdaa_audio_ctl_dest_amp() [all …]
|