Searched refs:stream_dir (Results 1 - 5 of 5) sorted by relevance

/linux-master/sound/soc/mediatek/common/
H A Dmtk-dsp-sof-common.h18 int stream_dir; member in struct:sof_conn_stream
H A Dmtk-dsp-sof-common.c35 if (snd_soc_dai_stream_active(cpu_dai, conn->stream_dir) > 0) {
200 struct snd_soc_dapm_widget *widget = snd_soc_dai_get_widget(cpu_dai, conn->stream_dir);
203 if (conn->stream_dir == SNDRV_PCM_STREAM_CAPTURE && widget) {
209 } else if (conn->stream_dir == SNDRV_PCM_STREAM_PLAYBACK && widget) {
/linux-master/sound/soc/mediatek/mt2701/
H A Dmt2701-afe-pcm.c122 int stream_dir)
124 const struct mt2701_i2s_data *i2s_data = i2s_path->i2s_data[stream_dir];
126 if (--i2s_path->on[stream_dir] < 0)
127 i2s_path->on[stream_dir] = 0;
129 if (i2s_path->on[stream_dir])
136 mt2701_afe_disable_i2s(afe, i2s_path, stream_dir);
173 int stream_dir, int rate)
175 const struct mt2701_i2s_data *i2s_data = i2s_path->i2s_data[stream_dir];
181 if (++i2s_path->on[stream_dir] != 1)
195 if (stream_dir
120 mt2701_afe_i2s_path_disable(struct mtk_base_afe *afe, struct mt2701_i2s_path *i2s_path, int stream_dir) argument
171 mt2701_i2s_path_enable(struct mtk_base_afe *afe, struct mt2701_i2s_path *i2s_path, int stream_dir, int rate) argument
368 int stream_dir = substream->stream; local
387 int stream_dir = substream->stream; local
[all...]
/linux-master/sound/soc/mediatek/mt8188/
H A Dmt8188-mt6359.c220 .stream_dir = SNDRV_PCM_STREAM_PLAYBACK
225 .stream_dir = SNDRV_PCM_STREAM_PLAYBACK
230 .stream_dir = SNDRV_PCM_STREAM_CAPTURE
235 .stream_dir = SNDRV_PCM_STREAM_CAPTURE
/linux-master/sound/soc/sof/intel/
H A Dhda-dai-ops.c54 int stream_dir = substream->stream; local
88 if (hda_check_fes(rtd, stream_dir,

Completed in 174 milliseconds