Searched refs:indep_hp (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/sound/pci/hda/
H A Dhda_generic.h226 unsigned int indep_hp:1; /* independent HP supported */ member in struct:hda_gen_spec
H A Dpatch_analog.c187 static int ad198x_parse_auto_config(struct hda_codec *codec, bool indep_hp) ad198x_parse_auto_config() argument
197 spec->gen.indep_hp = indep_hp; ad198x_parse_auto_config()
H A Dhda_generic.c174 val = snd_hda_get_bool_hint(codec, "indep_hp"); parse_user_hints()
176 spec->indep_hp = !!val; parse_user_hints()
1832 if (spec->indep_hp && !indep_hp_possible(codec)) fill_and_eval_dacs()
2052 /* clear indep_hp flag if not available */ parse_output_paths()
2053 if (spec->indep_hp && !indep_hp_possible(codec)) parse_output_paths()
2054 spec->indep_hp = 0; parse_output_paths()
2262 if (!spec->indep_hp) create_indep_hp_ctls()
2269 spec->indep_hp = 0; create_indep_hp_ctls()
H A Dpatch_via.c134 spec->gen.indep_hp = 1; via_new_spec()

Completed in 336 milliseconds