Searched refs:illegal_gain (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/dev/audio/gauss-tdm/
H A Dgauss-tdm-stream.cpp501 bool illegal_gain = (req.flags & AUDIO_SGF_GAIN_VALID) && (!left_sub_->ValidGain(req.gain)); local
503 if (!illegal_gain) {
512 resp.result = (illegal_mute || illegal_gain)
/fuchsia/zircon/system/ulib/intel-hda/codec-utils/
H A Dstream-base.cpp833 bool illegal_gain = (req.flags & AUDIO_SGF_GAIN_VALID) && (req.gain != 0.0f); local
837 out_resp->result = (illegal_mute || illegal_agc || illegal_gain)
/fuchsia/zircon/system/dev/audio/usb-audio/
H A Dusb-audio-stream.cpp650 bool illegal_gain = (req.flags & AUDIO_SGF_GAIN_VALID) && (req.gain != 0) && !path.has_gain(); local
652 if (illegal_mute || illegal_agc || illegal_gain) {

Completed in 35 milliseconds