Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/mediatek/mt2701/
Dmt2701-afe-pcm.c103 int stream_dir) in mt2701_afe_i2s_path_disable() argument
105 const struct mt2701_i2s_data *i2s_data = i2s_path->i2s_data[stream_dir]; in mt2701_afe_i2s_path_disable()
107 if (--i2s_path->on[stream_dir] < 0) in mt2701_afe_i2s_path_disable()
108 i2s_path->on[stream_dir] = 0; in mt2701_afe_i2s_path_disable()
110 if (i2s_path->on[stream_dir]) in mt2701_afe_i2s_path_disable()
117 mt2701_afe_disable_i2s(afe, i2s_path, stream_dir); in mt2701_afe_i2s_path_disable()
154 int stream_dir, int rate) in mt2701_i2s_path_enable() argument
156 const struct mt2701_i2s_data *i2s_data = i2s_path->i2s_data[stream_dir]; in mt2701_i2s_path_enable()
162 if (++i2s_path->on[stream_dir] != 1) in mt2701_i2s_path_enable()
176 if (stream_dir == SNDRV_PCM_STREAM_CAPTURE) { in mt2701_i2s_path_enable()
[all …]