| /linux/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() 246 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(dai, substream->stream); in hda_dai_hw_params_data() 378 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(cpu_dai, substream->stream); in non_hda_dai_hw_params_data() 499 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(cpu_dai, substream->stream); in sdw_hda_dai_hw_params() 600 w = snd_soc_dai_get_widget(dai, substream->stream); in sdw_hda_dai_hw_params() 619 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(cpu_dai, substream->stream); in sdw_hda_dai_hw_free() 679 w = snd_soc_dai_get_widget(cpu_dai, hdac_stream(hext_stream)->direction); in hda_dai_suspend()
|
| H A D | hda-dai-ops.c | 133 w = snd_soc_dai_get_widget(cpu_dai, substream->stream); in hda_ipc4_get_hext_stream() 305 w = snd_soc_dai_get_widget(cpu_dai, substream->stream); in hda_ipc4_pre_trigger() 382 w = snd_soc_dai_get_widget(cpu_dai, substream->stream); in hda_ipc4_post_trigger() 517 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 | 65 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(d, params_data->substream->stream); in sdw_params_stream() 83 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(d, free_data->substream->stream); in sdw_params_free()
|
| /linux/sound/soc/mediatek/mt8189/ |
| H A D | mt8189-dai-pcm.c | 230 snd_soc_dai_get_widget(dai, SNDRV_PCM_STREAM_PLAYBACK); in mtk_dai_pcm_hw_params() 232 snd_soc_dai_get_widget(dai, SNDRV_PCM_STREAM_CAPTURE); in mtk_dai_pcm_hw_params()
|
| /linux/include/sound/ |
| H A D | soc-dai.h | 501 #define snd_soc_dai_get_widget_playback(dai) snd_soc_dai_get_widget(dai, SNDRV_PCM_STREAM_PLAYBACK) in snd_soc_dai_dma_data_get() 502 #define snd_soc_dai_get_widget_capture(dai) snd_soc_dai_get_widget(dai, SNDRV_PCM_STREAM_CAPTURE) 504 struct snd_soc_dapm_widget *snd_soc_dai_get_widget(struct snd_soc_dai *dai, int stream) 482 struct snd_soc_dapm_widget *snd_soc_dai_get_widget(struct snd_soc_dai *dai, int stream) snd_soc_dai_get_widget() function
|
| /linux/sound/soc/mediatek/common/ |
| H A D | mtk-dsp-sof-common.c | 201 struct snd_soc_dapm_widget *widget = snd_soc_dai_get_widget(cpu_dai, conn->stream_dir); in mtk_sof_card_late_probe()
|
| /linux/sound/soc/intel/avs/boards/ |
| H A D | nau8825.c | 237 snd_soc_dai_get_widget(codec_dai, stream)->active) in avs_card_resume_post()
|
| /linux/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/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/sound/soc/ |
| H A D | soc-dapm.c | 1610 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(dai, stream); in snd_soc_dapm_dai_get_connected_widgets() 3061 w = snd_soc_dai_get_widget(dai, dir); in dapm_update_dai_unlocked() 4517 cpu = snd_soc_dai_get_widget(cpu_dai, stream_cpu); in dapm_connect_dai_pair() 4518 codec = snd_soc_dai_get_widget(codec_dai, stream_codec); in dapm_connect_dai_pair() 4545 w = snd_soc_dai_get_widget(dai, stream); in dapm_dai_stream_event()
|
| H A D | soc-pcm.c | 1436 w = snd_soc_dai_get_widget(dai, stream); in dpcm_get_be() 1522 struct snd_soc_dapm_widget *widget = snd_soc_dai_get_widget(dai, stream); in dpcm_be_is_active()
|
| /linux/sound/soc/intel/avs/ |
| H A D | pcm.c | 47 struct snd_soc_dapm_widget *dw = snd_soc_dai_get_widget(dai, direction); in avs_dai_find_path_template() 1593 snd_soc_dapm_free_widget(snd_soc_dai_get_widget(dai, stream)); in avs_component_hda_unregister_dais()
|
| /linux/sound/soc/sof/ |
| H A D | topology.c | 1115 if (!snd_soc_dai_get_widget(cpu_dai, stream)) { in sof_connect_dai_widget() 1167 if (snd_soc_dai_get_widget(cpu_dai, stream) == w) { in sof_disconnect_dai_widget()
|
| H A D | ipc4-pcm.c | 822 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(cpu_dai, dir); in sof_ipc4_pcm_dai_link_fixup()
|
| /linux/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()
|