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() 117 rec->connect = 0; in create_port() 179 rec1->connect = rec2->port; in register_client() 180 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 | 1450 event.data.connect.dest = info->dest; in snd_seq_client_notify_subscription() 1451 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/sof/ |
D | sof-audio.c | 241 struct sof_ipc_pipe_comp_connect *connect; in sof_restore_pipelines() local 248 connect = sroute->private; in sof_restore_pipelines() 252 connect->hdr.cmd, in sof_restore_pipelines() 253 connect, sizeof(*connect), in sof_restore_pipelines()
|
D | topology.c | 3420 struct sof_ipc_pipe_comp_connect *connect; in sof_route_load() local 3434 connect = kzalloc(sizeof(*connect), GFP_KERNEL); in sof_route_load() 3435 if (!connect) { in sof_route_load() 3440 connect->hdr.size = sizeof(*connect); in sof_route_load() 3441 connect->hdr.cmd = SOF_IPC_GLB_TPLG_MSG | SOF_IPC_TPLG_COMP_CONNECT; in sof_route_load() 3466 connect->source_id = source_swidget->comp_id; in sof_route_load() 3485 connect->sink_id = sink_swidget->comp_id; in sof_route_load() 3500 connect->hdr.cmd, in sof_route_load() 3501 connect, sizeof(*connect), in sof_route_load() 3525 sroute->private = connect; in sof_route_load() [all …]
|
/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() 1866 bool power, bool connect) in dapm_widget_set_peer_power() argument 1871 if (!connect) in dapm_widget_set_peer_power() 1895 dapm_widget_set_peer_power(path->source, power, path->connect); in dapm_widget_set_power() 1901 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/usb/ |
D | usbaudio.h | 168 int (*connect)(struct usb_interface *intf); member
|
D | card.c | 119 if ((!ops->connect) || in snd_vendor_set_ops() 145 return ops->connect(intf); in snd_vendor_connect()
|
/sound/soc/intel/skylake/ |
D | skl-topology.c | 969 if (!p->connect) in skl_tplg_bind_sinks() 1090 if (!p->connect) in skl_get_src_dsp_widget() 1704 if (p->connect && p->sink->power && in skl_tplg_fe_get_cpr_module() 1717 if (p->connect && p->source->power && in skl_tplg_fe_get_cpr_module() 1740 if (p->connect && in skl_get_mconfig_pb_cpr() 1762 if (p->connect && in skl_get_mconfig_cap_cpr() 1870 if (p->connect && is_skl_dsp_widget_type(p->source, dai->dev) && in skl_tplg_be_set_src_pipe_params() 1895 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 | 173 int connect, change; in snd_soc_dapm_put_volsw_aic3x() local 181 connect = !!val; in snd_soc_dapm_put_volsw_aic3x() 196 snd_soc_dapm_mixer_update_power(dapm, kcontrol, connect, in snd_soc_dapm_put_volsw_aic3x()
|
/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()
|
/sound/soc/fsl/ |
D | Kconfig | 326 ESAI/SAI/SSI and connect with external CODECs such as WM8962, CS42888,
|