Lines Matching refs:stream_dir
124 int stream_dir) in mt2701_afe_i2s_path_disable() argument
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() argument
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 == SNDRV_PCM_STREAM_CAPTURE) { in mt2701_i2s_path_enable()
217 mt2701_afe_enable_i2s(afe, i2s_path, stream_dir); in mt2701_i2s_path_enable()
370 int stream_dir = substream->stream; in mt2701_simple_fe_startup() local
373 if (stream_dir == SNDRV_PCM_STREAM_PLAYBACK) { in mt2701_simple_fe_startup()
389 int stream_dir = substream->stream; in mt2701_simple_fe_hw_params() local
392 if (stream_dir == SNDRV_PCM_STREAM_PLAYBACK) in mt2701_simple_fe_hw_params()