Searched refs:snd_soc_dai_get_widget (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/sound/soc/sof/intel/ |
| H A D | hda-dai.c | 64 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(cpu_dai, substream->stream); in dai_to_sdev() 72 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(cpu_dai, substream->stream); in hda_dai_get_ops() 236 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(dai, substream->stream); in hda_dai_hw_params_data() 368 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(cpu_dai, substream->stream); in non_hda_dai_hw_params_data() 489 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(cpu_dai, substream->stream); in sdw_hda_dai_hw_params() 590 w = snd_soc_dai_get_widget(dai, substream->stream); in sdw_hda_dai_hw_params() 609 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(cpu_dai, substream->stream); in sdw_hda_dai_hw_free() 669 w = snd_soc_dai_get_widget(cpu_dai, hdac_stream(hext_stream)->direction); in hda_dai_suspend()
|
| H A D | hda-dai-ops.c | 134 w = snd_soc_dai_get_widget(cpu_dai, substream->stream); in hda_ipc4_get_hext_stream() 306 w = snd_soc_dai_get_widget(cpu_dai, substream->stream); in hda_ipc4_pre_trigger() 383 w = snd_soc_dai_get_widget(cpu_dai, substream->stream); in hda_ipc4_post_trigger() 516 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(cpu_dai, substream->stream); in hda_ipc3_post_trigger()
|
| H A D | hda.c | 63 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(d, params_data->substream->stream); in sdw_params_stream() 81 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(d, free_data->substream->stream); in sdw_params_free()
|
| /linux-6.15/include/sound/ |
| H A D | soc-dai.h | 475 #define snd_soc_dai_get_widget_playback(dai) snd_soc_dai_get_widget(dai, SNDRV_PCM_STREAM_PLAYBACK) 476 #define snd_soc_dai_get_widget_capture(dai) snd_soc_dai_get_widget(dai, SNDRV_PCM_STREAM_CAPTURE) 478 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.15/sound/soc/mediatek/common/ |
| H A D | mtk-dsp-sof-common.c | 200 struct snd_soc_dapm_widget *widget = snd_soc_dai_get_widget(cpu_dai, conn->stream_dir); in mtk_sof_card_late_probe()
|
| /linux-6.15/sound/soc/intel/avs/boards/ |
| H A D | nau8825.c | 239 snd_soc_dai_get_widget(codec_dai, stream)->active) in avs_card_resume_post()
|
| /linux-6.15/sound/soc/codecs/ |
| H A D | hda.c | 138 snd_soc_dapm_free_widget(snd_soc_dai_get_widget(dai, stream)); in hda_codec_unregister_dais()
|
| /linux-6.15/sound/soc/meson/ |
| H A D | axg-tdm-interface.c | 412 if (!snd_soc_dai_get_widget(dai, stream)) in axg_tdm_iface_probe_dai()
|
| /linux-6.15/sound/soc/ |
| H A D | soc-dapm.c | 1309 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(dai, stream); in snd_soc_dapm_dai_get_connected_widgets() 2749 w = snd_soc_dai_get_widget(dai, dir); in dapm_update_dai_unlocked() 4421 cpu = snd_soc_dai_get_widget(cpu_dai, stream_cpu); in dapm_connect_dai_pair() 4422 codec = snd_soc_dai_get_widget(codec_dai, stream_codec); in dapm_connect_dai_pair() 4450 w = snd_soc_dai_get_widget(dai, stream); in soc_dapm_dai_stream_event()
|
| H A D | soc-pcm.c | 1424 w = snd_soc_dai_get_widget(dai, stream); in dpcm_get_be() 1510 struct snd_soc_dapm_widget *widget = snd_soc_dai_get_widget(dai, stream); in dpcm_be_is_active()
|
| /linux-6.15/sound/soc/intel/avs/ |
| H A D | pcm.c | 45 struct snd_soc_dapm_widget *dw = snd_soc_dai_get_widget(dai, direction); in avs_dai_find_path_template() 1520 snd_soc_dapm_free_widget(snd_soc_dai_get_widget(dai, stream)); in avs_component_hda_unregister_dais()
|
| /linux-6.15/sound/soc/sof/ |
| H A D | ipc4-pcm.c | 675 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(cpu_dai, dir); in sof_ipc4_pcm_dai_link_fixup()
|
| H A D | topology.c | 1105 if (!snd_soc_dai_get_widget(cpu_dai, stream)) { in sof_connect_dai_widget() 1157 if (snd_soc_dai_get_widget(cpu_dai, stream) == w) { in sof_disconnect_dai_widget()
|
| /linux-6.15/sound/soc/intel/atom/ |
| H 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()
|