Searched refs:conn_type (Results 1 – 7 of 7) sorted by relevance
/sound/pci/hda/ |
D | hda_eld.c | 244 e->conn_type = GRAB_BITS(buf, 5, 2, 2); in snd_hdmi_parse_eld() 402 eld_connection_type_names[e->conn_type]); in snd_hdmi_show_eld() 469 eld_connection_type_names[e->conn_type]); in snd_hdmi_print_eld_info() 513 e->conn_type = val; in snd_hdmi_write_eld_info()
|
D | patch_hdmi.c | 98 int ca, int active_channels, int conn_type); 670 int conn_type) in hdmi_pin_setup_infoframe() argument 676 if ((conn_type == 0) || /* HDMI */ in hdmi_pin_setup_infoframe() 678 (conn_type == 1 && spec->nv_dp_workaround)) { in hdmi_pin_setup_infoframe() 681 if (conn_type == 0) { /* HDMI */ in hdmi_pin_setup_infoframe() 693 } else if (conn_type == 1) { /* DisplayPort */ in hdmi_pin_setup_infoframe() 771 ca, active_channels, eld->info.conn_type); in hdmi_setup_audio_infoframe() 3944 int active_channels, int conn_type) in atihdmi_pin_setup_infoframe() argument
|
D | hda_local.h | 683 int conn_type; member
|
/sound/soc/intel/skylake/ |
D | skl-topology.c | 349 int p_conn_type = m_cfg->pipe->conn_type; in skl_tplg_update_module_params() 591 if (pipe->conn_type != SKL_PIPE_CONN_TYPE_FE) in skl_tplg_is_multi_fmt() 644 if (pipe->conn_type == SKL_PIPE_CONN_TYPE_NONE) { in skl_tplg_get_pipe_config() 652 if ((pipe->conn_type == SKL_PIPE_CONN_TYPE_FE && in skl_tplg_get_pipe_config() 654 (pipe->conn_type == SKL_PIPE_CONN_TYPE_BE && in skl_tplg_get_pipe_config() 1032 if (sink_mconfig->pipe->conn_type != in skl_tplg_bind_sinks() 1076 if (src_mconfig->pipe->conn_type != SKL_PIPE_CONN_TYPE_FE) in skl_tplg_pga_dapm_pre_pmu_event() 1161 if (sink_mconfig->pipe->conn_type != SKL_PIPE_CONN_TYPE_FE) in skl_tplg_mixer_dapm_post_pmu_event() 2021 pipe->conn_type = tkn_val; in skl_tplg_fill_pipe_tkn() 2740 pipe->conn_type = dfw_pipe->conn_type; in skl_tplg_add_pipe_v4()
|
D | skl-debug.c | 111 mconfig->pipe->pipe_priority, mconfig->pipe->conn_type, in module_read()
|
D | skl-topology.h | 298 u16 conn_type; member
|
/sound/soc/codecs/ |
D | hdac_hdmi.c | 369 u8 conn_type; in hdac_hdmi_setup_audio_infoframe() local 382 conn_type = drm_eld_get_conn_type(eld_buf); in hdac_hdmi_setup_audio_infoframe() 384 switch (conn_type) { in hdac_hdmi_setup_audio_infoframe() 409 dev_err(&hdev->dev, "Invalid connection type: %d\n", conn_type); in hdac_hdmi_setup_audio_infoframe() 421 if (conn_type == DRM_ELD_CONN_TYPE_HDMI) { in hdac_hdmi_setup_audio_infoframe()
|