|
@@ -222,6 +222,7 @@ struct hda_gen_spec {
|
|
unsigned int multi_cap_vol:1; /* allow multiple capture xxx volumes */
|
|
unsigned int multi_cap_vol:1; /* allow multiple capture xxx volumes */
|
|
unsigned int inv_dmic_split:1; /* inverted dmic w/a for conexant */
|
|
unsigned int inv_dmic_split:1; /* inverted dmic w/a for conexant */
|
|
unsigned int own_eapd_ctl:1; /* set EAPD by own function */
|
|
unsigned int own_eapd_ctl:1; /* set EAPD by own function */
|
|
|
|
+ unsigned int keep_eapd_on:1; /* don't turn off EAPD automatically */
|
|
unsigned int vmaster_mute_enum:1; /* add vmaster mute mode enum */
|
|
unsigned int vmaster_mute_enum:1; /* add vmaster mute mode enum */
|
|
unsigned int indep_hp:1; /* independent HP supported */
|
|
unsigned int indep_hp:1; /* independent HP supported */
|
|
unsigned int prefer_hp_amp:1; /* enable HP amp for speaker if any */
|
|
unsigned int prefer_hp_amp:1; /* enable HP amp for speaker if any */
|