Searched refs:connect (Results 1 – 17 of 17) sorted by relevance
/sound/core/seq/ |
D | seq_dummy.c | 65 int connect; member 86 tmpev.source.port = p->connect; in dummy_input() 118 rec->connect = 0; in create_port() 180 rec1->connect = rec2->port; in register_client() 181 rec2->connect = rec1->port; in register_client()
|
D | Kconfig | 23 You don't need this unless you want to connect many MIDI
|
D | seq_clientmgr.c | 1454 event.data.connect.dest = info->dest; in snd_seq_client_notify_subscription() 1455 event.data.connect.sender = info->sender; in snd_seq_client_notify_subscription()
|
/sound/soc/atmel/ |
D | tse850-pcm5142.c | 138 int connect = !!ucontrol->value.integer.value[0]; in tse850_put_mix() local 140 if (tse850->add_cache == connect) in tse850_put_mix() 147 gpiod_set_value_cansleep(tse850->add, connect); in tse850_put_mix() 148 tse850->add_cache = connect; in tse850_put_mix() 150 snd_soc_dapm_mixer_update_power(dapm, kctrl, connect, NULL); in tse850_put_mix()
|
/sound/soc/ |
D | soc-dapm.c | 224 if (p->is_supply || p->weak || !p->connect) in dapm_widget_invalidate_paths() 778 path->connect = (i == item); in dapm_connect_mux() 819 p->connect = !!val; in dapm_set_mixer_path_status() 827 p->connect = invert; in dapm_set_mixer_path_status() 1178 if (path->connect) { in invalidate_paths_ep() 1235 if (path->connect) { in is_connected_ep() 1870 bool power, bool connect) in dapm_widget_set_peer_power() argument 1875 if (!connect) in dapm_widget_set_peer_power() 1899 dapm_widget_set_peer_power(path->source, power, path->connect); in dapm_widget_set_power() 1905 path->connect); in dapm_widget_set_power() [all …]
|
/sound/soc/meson/ |
D | meson-codec-glue.c | 20 if (!p->connect) in meson_codec_glue_get_input()
|
D | axg-tdmin.c | 64 if (!p->connect) in axg_tdmin_get_be()
|
D | axg-tdmout.c | 62 if (!p->connect) in axg_tdmout_get_be()
|
/sound/soc/qcom/qdsp6/ |
D | q6apm.h | 147 bool connect);
|
D | q6apm.c | 237 int q6apm_connect_sub_graphs(struct q6apm *apm, u32 src_sgid, u32 dst_sgid, bool connect) in q6apm_connect_sub_graphs() argument 242 if (connect) { in q6apm_connect_sub_graphs()
|
/sound/soc/sof/ |
D | ipc3-topology.c | 1609 struct sof_ipc_pipe_comp_connect connect; in sof_ipc3_route_setup() local 1613 connect.hdr.size = sizeof(connect); in sof_ipc3_route_setup() 1614 connect.hdr.cmd = SOF_IPC_GLB_TPLG_MSG | SOF_IPC_TPLG_COMP_CONNECT; in sof_ipc3_route_setup() 1615 connect.source_id = sroute->src_widget->comp_id; in sof_ipc3_route_setup() 1616 connect.sink_id = sroute->sink_widget->comp_id; in sof_ipc3_route_setup() 1623 ret = sof_ipc_tx_message(sdev->ipc, &connect, sizeof(connect), &reply, sizeof(reply)); in sof_ipc3_route_setup()
|
/sound/soc/intel/skylake/ |
D | skl-topology.c | 974 if (!p->connect) in skl_tplg_bind_sinks() 1095 if (!p->connect) in skl_get_src_dsp_widget() 1710 if (p->connect && p->sink->power && in skl_tplg_fe_get_cpr_module() 1723 if (p->connect && p->source->power && in skl_tplg_fe_get_cpr_module() 1746 if (p->connect && in skl_get_mconfig_pb_cpr() 1768 if (p->connect && in skl_get_mconfig_cap_cpr() 1882 if (p->connect && is_skl_dsp_widget_type(p->source, dai->dev) && in skl_tplg_be_set_src_pipe_params() 1907 if (p->connect && is_skl_dsp_widget_type(p->sink, dai->dev) && in skl_tplg_be_set_sink_pipe_params()
|
/sound/soc/codecs/ |
D | tlv320aic3x.c | 166 int connect, change; in snd_soc_dapm_put_volsw_aic3x() local 174 connect = !!val; in snd_soc_dapm_put_volsw_aic3x() 189 snd_soc_dapm_mixer_update_power(dapm, kcontrol, connect, in snd_soc_dapm_put_volsw_aic3x()
|
/sound/soc/fsl/ |
D | Kconfig | 322 ESAI/SAI/SSI and connect with external CODECs such as WM8962, CS42888, 342 SAI/AUD2HTX and connect with internal HDMI IP or external module
|
/sound/soc/generic/ |
D | audio-graph-card2-custom-sample.dtsi | 77 * Multi connect N:M is not supported by ASoC.
|
/sound/drivers/ |
D | Kconfig | 121 allows to connect applications using raw MIDI devices to
|
/sound/soc/intel/atom/ |
D | sst-atom-controls.c | 1343 if (p->connect && p->sink->power && in sst_send_pipe_gains() 1362 if (p->connect && p->source->power && in sst_send_pipe_gains()
|