Searched refs:hp_out_nid (Results 1 – 3 of 3) sorted by relevance
1184 !spec->multiout.hp_out_nid[0] && !spec->multiout.extra_out_nid[0]) in get_line_out_pfx()1666 else if (spec->multiout.hp_out_nid[0]) in check_aamix_out_path()1667 dac = spec->multiout.hp_out_nid[0]; in check_aamix_out_path()1753 memset(spec->multiout.hp_out_nid, 0, sizeof(spec->multiout.hp_out_nid)); in fill_and_eval_dacs()1780 spec->multiout.hp_out_nid, in fill_and_eval_dacs()1811 spec->multiout.hp_out_nid, in fill_and_eval_dacs()1883 spec->multiout.hp_out_nid, in fill_and_eval_dacs()1943 spec->multiout.hp_out_nid[0], in debug_show_configs()1944 spec->multiout.hp_out_nid[1], in debug_show_configs()1945 spec->multiout.hp_out_nid[2], in debug_show_configs()[all …]
3831 for (i = 0; i < ARRAY_SIZE(mout->hp_out_nid); i++) in snd_hda_multi_out_analog_prepare()3832 if (!mout->no_share_stream && mout->hp_out_nid[i]) in snd_hda_multi_out_analog_prepare()3834 mout->hp_out_nid[i], in snd_hda_multi_out_analog_prepare()3879 for (i = 0; i < ARRAY_SIZE(mout->hp_out_nid); i++) in snd_hda_multi_out_analog_cleanup()3880 if (mout->hp_out_nid[i]) in snd_hda_multi_out_analog_cleanup()3882 mout->hp_out_nid[i]); in snd_hda_multi_out_analog_cleanup()
207 hda_nid_t hp_out_nid[HDA_MAX_OUTS]; /* DACs for multiple HPs */ member