Lines Matching +full:mute +full:- +full:enable

1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Generic BIOS auto-parser helper functions for HD-audio
16 /* table entry for multi-io paths */
18 hda_nid_t pin; /* multi-io widget pin NID */
20 unsigned int ctl_in; /* cached input-pin control value */
25 * For output, stored in the order of DAC -> ... -> pin,
26 * for input, pin -> ... -> ADC.
30 * multi[] indicates whether it's a selector widget with multi-connectors
56 /* mic/line-in auto switching entry */
62 int idx; /* imux index, -1 = invalid */
108 struct hda_multi_out multiout; /* playback set-up
113 hda_nid_t follower_dig_outs[3]; /* optional - for auto-parsing */
119 hda_nid_t dig_in_nid; /* digital-in NID; optional */
120 hda_nid_t mixer_nid; /* analog-mixer NID */
121 hda_nid_t mixer_merge_nid; /* aamix merge-point NID (optional) */
125 /* capture setup for dynamic dual-adc switch */
184 /* auto-mic stuff */
192 unsigned int speaker_muted:1; /* current status of speaker mute */
193 unsigned int line_out_muted:1; /* current status of LO mute */
202 unsigned int detect_lo:1; /* Line-out detection enabled */
207 unsigned int master_mute:1; /* master mute over all */
209 unsigned int line_in_auto_switch:1; /* allow line-in auto switch */
210 unsigned int auto_mute_via_amp:1; /* auto-mute via amp instead of pinctl */
213 unsigned int suppress_auto_mute:1; /* suppress input jack auto mute */
218 unsigned int hp_mic:1; /* Allow HP as a mic-in */
226 unsigned int vmaster_mute_led:1; /* add SPK-LED flag to vmaster mute switch */
227 unsigned int mic_mute_led:1; /* add MIC-LED flag to capture mute switch */
229 unsigned int prefer_hp_amp:1; /* enable HP amp for speaker if any */
233 unsigned int dac_min_mute:1; /* minimal = mute for DACs */
244 /* additional mute flags (only effective with auto_mute_via_amp=1) */
271 /* multi-io */
308 HDA_HINT_STEREO_MIX_AUTO, /* Add only if auto-mic is disabled */
322 bool enable, bool add_aamix);