Searched refs:mute_left (Results 1 – 1 of 1) sorted by relevance
162 bool mute_left, mute_right; member458 muted = st->mute_left && st->mute_right; in hda_audio_set_amp()459 left = st->mute_left ? 0 : st->gain_left; in hda_audio_set_amp()640 response = st->gain_left | (st->mute_left ? AC_AMP_MUTE : 0); in hda_audio_command()662 st->mute_left = payload & AC_AMP_MUTE; in hda_audio_command()841 VMSTATE_BOOL(mute_left, HDAAudioStream),