Home
last modified time | relevance | path

Searched refs:hp_out_nid (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/sound/pci/hda/
Dhda_generic.c1150 !spec->multiout.hp_out_nid[0] && !spec->multiout.extra_out_nid[0]) in get_line_out_pfx()
1621 else if (spec->multiout.hp_out_nid[0]) in check_aamix_out_path()
1622 dac = spec->multiout.hp_out_nid[0]; in check_aamix_out_path()
1708 memset(spec->multiout.hp_out_nid, 0, sizeof(spec->multiout.hp_out_nid)); in fill_and_eval_dacs()
1735 spec->multiout.hp_out_nid, in fill_and_eval_dacs()
1766 spec->multiout.hp_out_nid, in fill_and_eval_dacs()
1838 spec->multiout.hp_out_nid, in fill_and_eval_dacs()
1898 spec->multiout.hp_out_nid[0], in debug_show_configs()
1899 spec->multiout.hp_out_nid[1], in debug_show_configs()
1900 spec->multiout.hp_out_nid[2], in debug_show_configs()
[all …]
Dhda_codec.c4301 for (i = 0; i < ARRAY_SIZE(mout->hp_out_nid); i++) in snd_hda_multi_out_analog_prepare()
4302 if (!mout->no_share_stream && mout->hp_out_nid[i]) in snd_hda_multi_out_analog_prepare()
4304 mout->hp_out_nid[i], in snd_hda_multi_out_analog_prepare()
4349 for (i = 0; i < ARRAY_SIZE(mout->hp_out_nid); i++) in snd_hda_multi_out_analog_cleanup()
4350 if (mout->hp_out_nid[i]) in snd_hda_multi_out_analog_cleanup()
4352 mout->hp_out_nid[i]); in snd_hda_multi_out_analog_cleanup()
Dhda_local.h288 hda_nid_t hp_out_nid[HDA_MAX_OUTS]; /* DACs for multiple HPs */ member