Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/hda/
H A Dhdaa.c2286 pdevinfo->maxamp[SOUND_MIXER_PCM]) { in hdaa_audio_ctl_ossmixer_init()
2539 lvol = ((pdevinfo->maxamp[dev] - pdevinfo->minamp[dev]) * in hdaa_audio_ctl_dev_volume()
2545 rvol = ((pdevinfo->maxamp[dev] - pdevinfo->minamp[dev]) * in hdaa_audio_ctl_dev_volume()
2691 (pdevinfo->maxamp[dev] - pdevinfo->minamp[dev]) <= 0) { in hdaa_audio_ctl_set_defaults()
2695 (pdevinfo->maxamp[dev] - pdevinfo->minamp[dev]) / 2) / in hdaa_audio_ctl_set_defaults()
2696 (pdevinfo->maxamp[dev] - pdevinfo->minamp[dev]); in hdaa_audio_ctl_set_defaults()
4540 int ossdev, int ctlable, int depth, int *minamp, int *maxamp) in hdaa_audio_ctl_source_amp() argument
4571 if (*minamp == *maxamp) { in hdaa_audio_ctl_source_amp()
4573 *maxamp += MAXQDB(ctl); in hdaa_audio_ctl_source_amp()
4605 if (*minamp == *maxamp) { in hdaa_audio_ctl_source_amp()
[all …]
H A Dhdaa.h178 int maxamp[SOUND_MIXER_NRDEVICES]; /* Maximal amps in 1/4dB. */ member