/openbmc/linux/sound/soc/sof/intel/ |
H A D | hda-dai.c | 71 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(cpu_dai, substream->stream); in dai_to_sdev() 79 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(cpu_dai, substream->stream); in hda_dai_get_ops() 227 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(dai, substream->stream); in hda_dai_hw_params() 347 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(cpu_dai, substream->stream); in non_hda_dai_hw_params() 436 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(cpu_dai, substream->stream); in sdw_hda_dai_hw_params() 473 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(cpu_dai, substream->stream); in sdw_hda_dai_hw_free() 531 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() 317 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() 441 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(cpu_dai, substream->stream); in sdw_hda_ipc4_get_hext_stream() 528 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 | 102 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(d, params_data->substream->stream); in sdw_params_stream()
|
/openbmc/linux/include/sound/ |
H A D | soc-dai.h | 483 #define snd_soc_dai_get_widget_playback(dai) snd_soc_dai_get_widget(dai, SNDRV_PCM_STREAM_PLAYBACK) 484 #define snd_soc_dai_get_widget_capture(dai) snd_soc_dai_get_widget(dai, SNDRV_PCM_STREAM_CAPTURE) 486 struct snd_soc_dapm_widget *snd_soc_dai_get_widget(struct snd_soc_dai *dai, int stream) in snd_soc_dai_get_widget() function
|
/openbmc/linux/sound/soc/mediatek/common/ |
H 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()
|
/openbmc/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()
|
/openbmc/linux/sound/soc/meson/ |
H A D | axg-tdm-interface.c | 399 if (!snd_soc_dai_get_widget(dai, stream)) in axg_tdm_iface_probe_dai()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | hda.c | 136 snd_soc_dapm_free_widget(snd_soc_dai_get_widget(dai, stream)); in hda_codec_unregister_dais()
|
/openbmc/linux/sound/soc/intel/skylake/ |
H A D | skl-pcm.c | 116 w = snd_soc_dai_get_widget(dai, substream->stream); in skl_set_suspend_active() 481 w = snd_soc_dai_get_widget(dai, substream->stream); in skl_pcm_trigger()
|
H 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()
|
/openbmc/linux/sound/soc/ |
H A D | soc-dapm.c | 1302 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(dai, stream); in snd_soc_dapm_dai_get_connected_widgets() 2693 w = snd_soc_dai_get_widget(dai, dir); in dapm_update_dai_unlocked() 4377 cpu = snd_soc_dai_get_widget(cpu_dai, stream_cpu); in dapm_connect_dai_pair() 4378 codec = snd_soc_dai_get_widget(codec_dai, stream_codec); in dapm_connect_dai_pair() 4406 w = snd_soc_dai_get_widget(dai, stream); in soc_dapm_dai_stream_event()
|
H A D | soc-pcm.c | 1372 w = snd_soc_dai_get_widget(dai, stream); in dpcm_get_be() 1460 struct snd_soc_dapm_widget *widget = snd_soc_dai_get_widget(dai, stream); in dpcm_be_is_active()
|
/openbmc/linux/sound/soc/intel/avs/ |
H A D | pcm.c | 38 struct snd_soc_dapm_widget *dw = snd_soc_dai_get_widget(dai, direction); in avs_dai_find_path_template() 1333 snd_soc_dapm_free_widget(snd_soc_dai_get_widget(dai, stream)); in avs_component_hda_unregister_dais()
|
/openbmc/linux/sound/soc/sof/ |
H A D | ipc4-pcm.c | 551 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 | 1089 if (!snd_soc_dai_get_widget(cpu_dai, stream)) { in sof_connect_dai_widget() 1141 if (snd_soc_dai_get_widget(cpu_dai, stream) == w) { in sof_disconnect_dai_widget()
|
/openbmc/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()
|