Searched refs:indep_hp (Results 1 – 4 of 4) sorted by relevance
164 static int ad198x_parse_auto_config(struct hda_codec *codec, bool indep_hp) in ad198x_parse_auto_config() 174 spec->gen.indep_hp = indep_hp; in ad198x_parse_auto_config() 162 ad198x_parse_auto_config(struct hda_codec * codec,bool indep_hp) ad198x_parse_auto_config() argument
228 unsigned int indep_hp:1; /* independent HP supported */ member
168 val = snd_hda_get_bool_hint(codec, "indep_hp"); in parse_user_hints() 170 spec->indep_hp = !!val; in parse_user_hints() 1875 if (spec->indep_hp && !indep_hp_possible(codec)) in fill_and_eval_dacs() 2093 /* clear indep_hp flag if not available */ in parse_output_paths() 2094 if (spec->indep_hp && !indep_hp_possible(codec)) in parse_output_paths() 2095 spec->indep_hp = 0; in parse_output_paths() 2298 if (!spec->indep_hp) in create_indep_hp_ctls() 2305 spec->indep_hp = 0; in create_indep_hp_ctls() 5427 if (spec->indep_hp && !spec->indep_hp_enabled) in alt_playback_pcm_open()
115 spec->gen.indep_hp = 1; in via_new_spec()