Searched refs:extra_out_nid (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/pci/hda/ |
| H A D | hda_generic.c | 1178 !spec->multiout.hp_out_nid[0] && !spec->multiout.extra_out_nid[0]) in get_line_out_pfx() 1661 else if (spec->multiout.extra_out_nid[0]) in check_aamix_out_path() 1662 dac = spec->multiout.extra_out_nid[0]; in check_aamix_out_path() 1747 memset(spec->multiout.extra_out_nid, 0, sizeof(spec->multiout.extra_out_nid)); in fill_and_eval_dacs() 1777 spec->multiout.extra_out_nid, in fill_and_eval_dacs() 1814 spec->multiout.extra_out_nid, in fill_and_eval_dacs() 1880 spec->multiout.extra_out_nid, in fill_and_eval_dacs() 1946 spec->multiout.extra_out_nid[0], in debug_show_configs() 1947 spec->multiout.extra_out_nid[1], in debug_show_configs() 1948 spec->multiout.extra_out_nid[2], in debug_show_configs() [all …]
|
| H A D | hda_codec.c | 3818 for (i = 0; i < ARRAY_SIZE(mout->extra_out_nid); i++) { in snd_hda_multi_out_analog_prepare() 3820 if (!mout->extra_out_nid[i]) in snd_hda_multi_out_analog_prepare() 3826 snd_hda_codec_setup_stream(codec, mout->extra_out_nid[i], in snd_hda_multi_out_analog_prepare() 3853 for (i = 0; i < ARRAY_SIZE(mout->extra_out_nid); i++) in snd_hda_multi_out_analog_cleanup() 3854 if (mout->extra_out_nid[i]) in snd_hda_multi_out_analog_cleanup() 3856 mout->extra_out_nid[i]); in snd_hda_multi_out_analog_cleanup()
|
| H A D | hda_local.h | 217 hda_nid_t extra_out_nid[HDA_MAX_OUTS]; /* other (e.g. speaker) DACs */ member
|