Searched refs:tmaxamp (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() 4598 cmaxamp = tmaxamp; in hdaa_audio_ctl_source_amp() 4599 } else if (tminamp != tmaxamp) { in hdaa_audio_ctl_source_amp() 4601 cmaxamp = imin(cmaxamp, tmaxamp); 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() 4688 tmaxamp += MAXQDB(ctl); in hdaa_audio_ctl_dest_amp() 4692 depth + 1, &tminamp, &tmaxamp); in hdaa_audio_ctl_dest_amp() [all …]
|