Home
last modified time | relevance | path

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

/openbmc/qemu/hw/audio/
H A Dhda-codec.c161 uint32_t gain_left, gain_right; member
460 right = st->mute_right ? 0 : st->gain_right; in hda_audio_set_amp()
621 response = st->gain_right | (st->mute_right ? AC_AMP_MUTE : 0); in hda_audio_command()
644 st->gain_right = payload & AC_AMP_GAIN; in hda_audio_command()
724 st->gain_right = QEMU_HDA_AMP_STEPS; in hda_audio_init()
833 VMSTATE_UINT32(gain_right, HDAAudioStream),