Searched refs:tmaxamp (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/dev/sound/pci/hda/ |
| H A D | hdaa.c | 4544 int i, j, conns = 0, tminamp, tmaxamp, cminamp, cmaxamp, found = 0; in hdaa_audio_ctl_source_amp() local 4619 tminamp = tmaxamp = 0; in hdaa_audio_ctl_source_amp() 4622 &tminamp, &tmaxamp); in hdaa_audio_ctl_source_amp() 4625 cmaxamp = tmaxamp; in hdaa_audio_ctl_source_amp() 4626 } else if (tminamp != tmaxamp) { in hdaa_audio_ctl_source_amp() 4628 cmaxamp = imin(cmaxamp, tmaxamp); in hdaa_audio_ctl_source_amp() 4651 int i, j, consumers, tminamp, tmaxamp, cminamp, cmaxamp, found = 0; in hdaa_audio_ctl_dest_amp() local 4707 tminamp = tmaxamp = 0; in hdaa_audio_ctl_dest_amp() 4715 tmaxamp += MAXQDB(ctl); in hdaa_audio_ctl_dest_amp() 4719 depth + 1, &tminamp, &tmaxamp); in hdaa_audio_ctl_dest_amp() [all …]
|