Lines Matching +full:multi +full:-
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Generic BIOS auto-parser helper functions for HD-audio
13 /* table entry for multi-io paths */
15 hda_nid_t pin; /* multi-io widget pin NID */
17 unsigned int ctl_in; /* cached input-pin control value */
22 * For output, stored in the order of DAC -> ... -> pin,
23 * for input, pin -> ... -> ADC.
27 * multi[] indicates whether it's a selector widget with multi-connectors
45 unsigned char multi[MAX_NID_PATH_DEPTH]; member
53 /* mic/line-in auto switching entry */
59 int idx; /* imux index, -1 = invalid */
114 struct hda_multi_out multiout; /* playback set-up
119 hda_nid_t follower_dig_outs[3]; /* optional - for auto-parsing */
125 hda_nid_t dig_in_nid; /* digital-in NID; optional */
126 hda_nid_t mixer_nid; /* analog-mixer NID */
127 hda_nid_t mixer_merge_nid; /* aamix merge-point NID (optional) */
131 /* capture setup for dynamic dual-adc switch */
190 /* auto-mic stuff */
208 unsigned int detect_lo:1; /* Line-out detection enabled */
215 unsigned int line_in_auto_switch:1; /* allow line-in auto switch */
216 unsigned int auto_mute_via_amp:1; /* auto-mute via amp instead of pinctl */
223 unsigned int need_dac_fix:1; /* need to limit DACs for multi channels */
224 unsigned int hp_mic:1; /* Allow HP as a mic-in */
227 unsigned int no_multi_io:1; /* Don't try multi I/O config */
277 /* multi-io */
314 HDA_HINT_STEREO_MIX_AUTO, /* Add only if auto-mic is disabled */