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.c2259 pdevinfo->maxamp[SOUND_MIXER_PCM]) { in hdaa_audio_ctl_ossmixer_init()
2512 lvol = ((pdevinfo->maxamp[dev] - pdevinfo->minamp[dev]) * in hdaa_audio_ctl_dev_volume()
2518 rvol = ((pdevinfo->maxamp[dev] - pdevinfo->minamp[dev]) * in hdaa_audio_ctl_dev_volume()
2664 (pdevinfo->maxamp[dev] - pdevinfo->minamp[dev]) <= 0) { in hdaa_audio_ctl_set_defaults()
2668 (pdevinfo->maxamp[dev] - pdevinfo->minamp[dev]) / 2) / in hdaa_audio_ctl_set_defaults()
2669 (pdevinfo->maxamp[dev] - pdevinfo->minamp[dev]); in hdaa_audio_ctl_set_defaults()
4513 int ossdev, int ctlable, int depth, int *minamp, int *maxamp) in hdaa_audio_ctl_source_amp() argument
4544 if (*minamp == *maxamp) { in hdaa_audio_ctl_source_amp()
4546 *maxamp += MAXQDB(ctl); in hdaa_audio_ctl_source_amp()
4578 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