Searched refs:dp_mst (Results 1 – 8 of 8) sorted by relevance
141 WARN_ON(dev_id != 0 && !codec->dp_mst); in snd_hda_jack_tbl_new() 396 WARN_ON(codec->dp_mst); in snd_hda_jack_set_gating_jack() 426 WARN_ON(codec->dp_mst); in snd_hda_jack_bind_keymap() 601 WARN_ON(codec->dp_mst); in add_jack_kctl() 724 if (codec->dp_mst) { in snd_hda_jack_unsol_event()
953 if (wid_type == AC_WID_PIN && codec->dp_mst)
320 if (!codec->dp_mst || !(wcaps & AC_WCAP_DIGITAL) || in snd_hda_get_num_devices() 380 /* not support dp_mst will always return 0, using first dev_entry */381 if (!codec->dp_mst)400 /* not support dp_mst will always return 0, using first dev_entry */ in snd_hda_set_dev_select() 401 if (!codec->dp_mst) in snd_hda_set_dev_select()
80 if (codec->dp_mst) in tegra_hdmi_set_format()272 codec->dp_mst = true; in tegrahdmi_probe()
77 codec->dp_mst = true; in probe_generic()
618 codec->dp_mst = true; in intel_hsw_common_init()
654 if (codec->dp_mst) { in snd_hda_hdmi_generic_unsol_event()1466 } else if (codec->dp_mst) { in hdmi_add_pin()2039 codec->dp_mst = false; in snd_hda_hdmi_generic_spec_free()
251 unsigned int dp_mst:1; /* support DP1.2 Multi-stream transport */ member