Searched refs:snd_soc_dai_get_widget (Results 1 – 11 of 11) sorted by relevance
/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() 223 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(dai, substream->stream); in hda_dai_hw_params_data() 354 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(cpu_dai, substream->stream); in non_hda_dai_hw_params_data() 475 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(cpu_dai, substream->stream); in sdw_hda_dai_hw_params() 570 w = snd_soc_dai_get_widget(dai, substream->stream); in sdw_hda_dai_hw_params() 583 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(cpu_dai, substream->stream); in sdw_hda_dai_hw_free() 643 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() 76 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(d, free_data->substream->stream); in sdw_params_free()
|
/linux/include/sound/ |
H A D | soc-dai.h | 478 #define snd_soc_dai_get_widget_playback(dai) snd_soc_dai_get_widget(dai, SNDRV_PCM_STREAM_PLAYBACK) 479 #define snd_soc_dai_get_widget_capture(dai) snd_soc_dai_get_widget(dai, SNDRV_PCM_STREAM_CAPTURE) 481 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/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/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/ |
H A D | soc-dapm.c | 1310 struct snd_soc_dapm_widget *w = snd_soc_dai_get_widget(dai, stream); in snd_soc_dapm_dai_get_connected_widgets() 2751 w = snd_soc_dai_get_widget(dai, dir); in dapm_update_dai_unlocked() 4417 cpu = snd_soc_dai_get_widget(cpu_dai, stream_cpu); in dapm_connect_dai_pair() 4418 codec = snd_soc_dai_get_widget(codec_dai, stream_codec); in dapm_connect_dai_pair() 4446 w = snd_soc_dai_get_widget(dai, stream); in soc_dapm_dai_stream_event()
|
H A D | soc-pcm.c | 1444 w = snd_soc_dai_get_widget(dai, stream); in dpcm_get_be() 1532 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 | 41 struct snd_soc_dapm_widget *dw = snd_soc_dai_get_widget(dai, direction); in avs_dai_find_path_template() 1470 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 | 1091 if (!snd_soc_dai_get_widget(cpu_dai, stream)) { in sof_connect_dai_widget() 1143 if (snd_soc_dai_get_widget(cpu_dai, stream) == w) { in sof_disconnect_dai_widget()
|
/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()
|