Searched refs:snd_soc_dai_get_widget (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/sound/soc/sof/intel/ |
A D | hda-dai.c | 331 w = snd_soc_dai_get_widget(dai, substream->stream); in hda_dai_hw_params_update() 400 w = snd_soc_dai_get_widget(dai, stream); in hda_dai_hw_free_ipc() 419 w = snd_soc_dai_get_widget(dai, substream->stream); in ipc3_hda_dai_trigger() 469 w = snd_soc_dai_get_widget(dai, substream->stream); in ipc4_hda_dai_trigger() 618 w = snd_soc_dai_get_widget(dai, substream->stream); in ssp_dai_setup_or_free()
|
A D | hda.c | 130 w = snd_soc_dai_get_widget(d, params_data->stream); in sdw_params_stream() 144 w = snd_soc_dai_get_widget(d, free_data->stream); in sdw_free_stream()
|
/linux-6.3-rc2/include/sound/ |
A D | soc-dai.h | 479 #define snd_soc_dai_get_widget_playback(dai) snd_soc_dai_get_widget(dai, SNDRV_PCM_STREAM_PLAYBACK) 480 #define snd_soc_dai_get_widget_capture(dai) snd_soc_dai_get_widget(dai, SNDRV_PCM_STREAM_CAPTURE) 482 struct snd_soc_dapm_widget *snd_soc_dai_get_widget(struct snd_soc_dai *dai, int stream) in snd_soc_dai_get_widget() function
|
/linux-6.3-rc2/sound/soc/mediatek/common/ |
A D | mtk-dsp-sof-common.c | 114 struct snd_soc_dapm_widget *widget = snd_soc_dai_get_widget(cpu_dai, conn->stream_dir); in mtk_sof_card_late_probe()
|
/linux-6.3-rc2/sound/soc/intel/avs/boards/ |
A D | nau8825.c | 269 snd_soc_dai_get_widget(codec_dai, stream)->active) in avs_card_resume_post()
|
/linux-6.3-rc2/sound/soc/codecs/ |
A D | hda.c | 136 snd_soc_dapm_free_widget(snd_soc_dai_get_widget(dai, stream)); in hda_codec_unregister_dais()
|
/linux-6.3-rc2/sound/soc/meson/ |
A D | axg-tdm-interface.c | 383 if (!snd_soc_dai_get_widget(dai, stream)) in axg_tdm_iface_probe_dai()
|
/linux-6.3-rc2/sound/soc/intel/avs/ |
A D | pcm.c | 38 struct snd_soc_dapm_widget *dw = snd_soc_dai_get_widget(dai, direction); in avs_dai_find_path_template() 1298 snd_soc_dapm_free_widget(snd_soc_dai_get_widget(dai, stream)); in avs_component_hda_unregister_dais()
|
/linux-6.3-rc2/sound/soc/intel/skylake/ |
A D | skl-pcm.c | 115 w = snd_soc_dai_get_widget(dai, substream->stream); in skl_set_suspend_active() 478 w = snd_soc_dai_get_widget(dai, substream->stream); in skl_pcm_trigger()
|
A D | skl-topology.c | 1666 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(dai, stream); in skl_tplg_fe_get_cpr_module() 1745 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(dai, stream); in skl_tplg_be_get_cpr_module() 1904 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(dai, params->stream); in skl_tplg_be_update_params()
|
/linux-6.3-rc2/sound/soc/ |
A D | soc-dapm.c | 1300 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(dai, stream); in snd_soc_dapm_dai_get_connected_widgets() 2676 w = snd_soc_dai_get_widget(dai, dir); in dapm_update_dai_unlocked() 4349 codec = snd_soc_dai_get_widget(codec_dai, stream); in dapm_connect_dai_pair() 4368 codec = snd_soc_dai_get_widget(codec_dai, stream); in dapm_connect_dai_pair() 4390 w = snd_soc_dai_get_widget(dai, stream); in soc_dapm_dai_stream_event()
|
A D | soc-pcm.c | 1337 w = snd_soc_dai_get_widget(dai, stream); in dpcm_get_be() 1425 struct snd_soc_dapm_widget *widget = snd_soc_dai_get_widget(dai, stream); in dpcm_be_is_active()
|
/linux-6.3-rc2/sound/soc/sof/ |
A D | topology.c | 1085 if (!snd_soc_dai_get_widget(cpu_dai, stream)) { in sof_connect_dai_widget() 1136 if (snd_soc_dai_get_widget(cpu_dai, stream) == w) { in sof_disconnect_dai_widget()
|
/linux-6.3-rc2/sound/soc/intel/atom/ |
A D | sst-atom-controls.c | 1330 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(dai, stream); in sst_send_pipe_gains()
|
Completed in 46 milliseconds