Searched refs:extra_out_nid (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/sound/pci/hda/ |
H A D | hda_generic.c | 1184 !spec->multiout.hp_out_nid[0] && !spec->multiout.extra_out_nid[0]) in get_line_out_pfx() 1668 else if (spec->multiout.extra_out_nid[0]) in check_aamix_out_path() 1669 dac = spec->multiout.extra_out_nid[0]; in check_aamix_out_path() 1754 memset(spec->multiout.extra_out_nid, 0, sizeof(spec->multiout.extra_out_nid)); in fill_and_eval_dacs() 1784 spec->multiout.extra_out_nid, in fill_and_eval_dacs() 1821 spec->multiout.extra_out_nid, in fill_and_eval_dacs() 1887 spec->multiout.extra_out_nid, in fill_and_eval_dacs() 1953 spec->multiout.extra_out_nid[0], in debug_show_configs() 1954 spec->multiout.extra_out_nid[1], in debug_show_configs() 1955 spec->multiout.extra_out_nid[2], in debug_show_configs() [all …]
|
H A D | hda_codec.c | 3848 for (i = 0; i < ARRAY_SIZE(mout->extra_out_nid); i++) { in snd_hda_multi_out_analog_prepare() 3850 if (!mout->extra_out_nid[i]) in snd_hda_multi_out_analog_prepare() 3856 snd_hda_codec_setup_stream(codec, mout->extra_out_nid[i], in snd_hda_multi_out_analog_prepare() 3883 for (i = 0; i < ARRAY_SIZE(mout->extra_out_nid); i++) in snd_hda_multi_out_analog_cleanup() 3884 if (mout->extra_out_nid[i]) in snd_hda_multi_out_analog_cleanup() 3886 mout->extra_out_nid[i]); in snd_hda_multi_out_analog_cleanup()
|
H A D | hda_local.h | 208 hda_nid_t extra_out_nid[HDA_MAX_OUTS]; /* other (e.g. speaker) DACs */ member
|