Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/hda/
H A Dpatch_analog.c175 static int ad198x_parse_auto_config(struct hda_codec *codec, bool indep_hp) in ad198x_parse_auto_config() argument
185 spec->gen.indep_hp = indep_hp; in ad198x_parse_auto_config()
H A Dhda_generic.h233 unsigned int indep_hp:1; /* independent HP supported */ member
H A Dhda_generic.c168 val = snd_hda_get_bool_hint(codec, "indep_hp"); in parse_user_hints()
170 spec->indep_hp = !!val; in parse_user_hints()
1871 if (spec->indep_hp && !indep_hp_possible(codec)) in fill_and_eval_dacs()
2091 /* clear indep_hp flag if not available */ in parse_output_paths()
2092 if (spec->indep_hp && !indep_hp_possible(codec)) in parse_output_paths()
2093 spec->indep_hp = 0; in parse_output_paths()
2301 if (!spec->indep_hp) in create_indep_hp_ctls()
2308 spec->indep_hp = 0; in create_indep_hp_ctls()
5485 if (spec->indep_hp && !spec->indep_hp_enabled) in alt_playback_pcm_open()
H A Dpatch_via.c114 spec->gen.indep_hp = 1; in via_new_spec()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dpatch_analog.c168 static int ad198x_parse_auto_config(struct hda_codec *codec, bool indep_hp) in ad198x_parse_auto_config() argument
178 spec->gen.indep_hp = indep_hp; in ad198x_parse_auto_config()
H A Dhda_generic.h228 unsigned int indep_hp:1; /* independent HP supported */ member
H A Dhda_generic.c168 val = snd_hda_get_bool_hint(codec, "indep_hp"); in parse_user_hints()
170 spec->indep_hp = !!val; in parse_user_hints()
1877 if (spec->indep_hp && !indep_hp_possible(codec)) in fill_and_eval_dacs()
2097 /* clear indep_hp flag if not available */ in parse_output_paths()
2098 if (spec->indep_hp && !indep_hp_possible(codec)) in parse_output_paths()
2099 spec->indep_hp = 0; in parse_output_paths()
2307 if (!spec->indep_hp) in create_indep_hp_ctls()
2314 spec->indep_hp = 0; in create_indep_hp_ctls()
5378 if (spec->indep_hp && !spec->indep_hp_enabled) in alt_playback_pcm_open()
H A Dpatch_via.c114 spec->gen.indep_hp = 1; in via_new_spec()

Completed in 25 milliseconds