Searched refs:stream_dir (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/mediatek/common/ |
H A D | mtk-dsp-sof-common.c | 35 if (snd_soc_dai_stream_active(cpu_dai, conn->stream_dir) > 0) { in mtk_sof_dai_link_fixup() 114 struct snd_soc_dapm_widget *widget = snd_soc_dai_get_widget(cpu_dai, conn->stream_dir); in mtk_sof_card_late_probe() 117 if (conn->stream_dir == SNDRV_PCM_STREAM_CAPTURE && widget) { in mtk_sof_card_late_probe() 123 } else if (conn->stream_dir == SNDRV_PCM_STREAM_PLAYBACK && widget) { in mtk_sof_card_late_probe()
|
H A D | mtk-dsp-sof-common.h | 18 int stream_dir; member
|
/kernel/linux/linux-5.10/sound/soc/mediatek/mt2701/ |
H A D | mt2701-afe-pcm.c | 124 int stream_dir) in mt2701_afe_i2s_path_disable() 126 const struct mt2701_i2s_data *i2s_data = i2s_path->i2s_data[stream_dir]; in mt2701_afe_i2s_path_disable() 128 if (--i2s_path->on[stream_dir] < 0) in mt2701_afe_i2s_path_disable() 129 i2s_path->on[stream_dir] = 0; in mt2701_afe_i2s_path_disable() 131 if (i2s_path->on[stream_dir]) in mt2701_afe_i2s_path_disable() 138 mt2701_afe_disable_i2s(afe, i2s_path, stream_dir); in mt2701_afe_i2s_path_disable() 175 int stream_dir, int rate) in mt2701_i2s_path_enable() 177 const struct mt2701_i2s_data *i2s_data = i2s_path->i2s_data[stream_dir]; in mt2701_i2s_path_enable() 183 if (++i2s_path->on[stream_dir] != 1) in mt2701_i2s_path_enable() 197 if (stream_dir in mt2701_i2s_path_enable() 122 mt2701_afe_i2s_path_disable(struct mtk_base_afe *afe, struct mt2701_i2s_path *i2s_path, int stream_dir) mt2701_afe_i2s_path_disable() argument 173 mt2701_i2s_path_enable(struct mtk_base_afe *afe, struct mt2701_i2s_path *i2s_path, int stream_dir, int rate) mt2701_i2s_path_enable() argument 370 int stream_dir = substream->stream; mt2701_simple_fe_startup() local 389 int stream_dir = substream->stream; mt2701_simple_fe_hw_params() local [all...] |
/kernel/linux/linux-6.6/sound/soc/mediatek/mt2701/ |
H A D | mt2701-afe-pcm.c | 124 int stream_dir) in mt2701_afe_i2s_path_disable() 126 const struct mt2701_i2s_data *i2s_data = i2s_path->i2s_data[stream_dir]; in mt2701_afe_i2s_path_disable() 128 if (--i2s_path->on[stream_dir] < 0) in mt2701_afe_i2s_path_disable() 129 i2s_path->on[stream_dir] = 0; in mt2701_afe_i2s_path_disable() 131 if (i2s_path->on[stream_dir]) in mt2701_afe_i2s_path_disable() 138 mt2701_afe_disable_i2s(afe, i2s_path, stream_dir); in mt2701_afe_i2s_path_disable() 175 int stream_dir, int rate) in mt2701_i2s_path_enable() 177 const struct mt2701_i2s_data *i2s_data = i2s_path->i2s_data[stream_dir]; in mt2701_i2s_path_enable() 183 if (++i2s_path->on[stream_dir] != 1) in mt2701_i2s_path_enable() 197 if (stream_dir in mt2701_i2s_path_enable() 122 mt2701_afe_i2s_path_disable(struct mtk_base_afe *afe, struct mt2701_i2s_path *i2s_path, int stream_dir) mt2701_afe_i2s_path_disable() argument 173 mt2701_i2s_path_enable(struct mtk_base_afe *afe, struct mt2701_i2s_path *i2s_path, int stream_dir, int rate) mt2701_i2s_path_enable() argument 370 int stream_dir = substream->stream; mt2701_simple_fe_startup() local 389 int stream_dir = substream->stream; mt2701_simple_fe_hw_params() local [all...] |
/kernel/linux/linux-5.10/sound/soc/sof/intel/ |
H A D | hda-dai.c | 64 int stream_dir = substream->stream; in hda_link_stream_assign() local 87 if (hda_check_fes(rtd, stream_dir, in hda_link_stream_assign()
|
/kernel/linux/linux-6.6/sound/soc/sof/intel/ |
H A D | hda-dai-ops.c | 53 int stream_dir = substream->stream; in hda_link_stream_assign() local 87 if (hda_check_fes(rtd, stream_dir, in hda_link_stream_assign()
|
Completed in 5 milliseconds