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

/fuchsia/zircon/system/uapp/ihda/
H A Dprint_codec_state.cpp456 printf(FMT("%s\n"), "L/R Swap", widget.eapd_state_.lr_swap() ? "Swapped" : "Normal");
500 printf(FMT("%s\n"), "Balanced Output", widget.eapd_state_.btl() ? "Yes" : "No");
503 printf(FMT("Powered %s\n"), "External Amp", widget.eapd_state_.eapd() ? "Up" : "Down");
H A Dcodec_state.h153 EAPDState eapd_state_; member in struct:audio::intel_hda::AudioWidgetState
H A Dintel_hda_codec.cpp719 widget.eapd_state_.raw_data_ = resp.data;

Completed in 83 milliseconds