Home
last modified time | relevance | path

Searched refs:stream_dir (Results 1 – 4 of 4) sorted by relevance

/linux/sound/soc/mediatek/common/
H A Dmtk-dsp-sof-common.c35 if (snd_soc_dai_stream_active(cpu_dai, conn->stream_dir) > 0) { in mtk_sof_dai_link_fixup()
200 struct snd_soc_dapm_widget *widget = snd_soc_dai_get_widget(cpu_dai, conn->stream_dir); in mtk_sof_card_late_probe()
203 if (conn->stream_dir == SNDRV_PCM_STREAM_CAPTURE && widget) { in mtk_sof_card_late_probe()
209 } else if (conn->stream_dir == SNDRV_PCM_STREAM_PLAYBACK && widget) { in mtk_sof_card_late_probe()
H A Dmtk-dsp-sof-common.h18 int stream_dir; member
/linux/sound/soc/mediatek/mt8188/
H A Dmt8188-mt6359.c224 .stream_dir = SNDRV_PCM_STREAM_PLAYBACK
229 .stream_dir = SNDRV_PCM_STREAM_PLAYBACK
234 .stream_dir = SNDRV_PCM_STREAM_CAPTURE
239 .stream_dir = SNDRV_PCM_STREAM_CAPTURE
/linux/sound/soc/sof/intel/
H A Dhda-dai-ops.c54 int stream_dir = substream->stream; in hda_link_stream_assign() local
88 if (hda_check_fes(rtd, stream_dir, in hda_link_stream_assign()