Searched refs:i2s_num (Results 1 - 3 of 3) sorted by relevance

/linux-master/sound/soc/mediatek/mt2701/
H A Dmt2701-afe-pcm.c87 if (val < 0 || val >= afe_priv->soc->i2s_num) {
111 int i2s_num = mt2701_dai_num_to_i2s(afe, dai->id); local
114 if (i2s_num < 0)
115 return i2s_num;
117 return mt2701_afe_enable_mclk(afe, mode ? 1 : i2s_num);
146 int i2s_num = mt2701_dai_num_to_i2s(afe, dai->id); local
150 if (i2s_num < 0)
153 i2s_path = &afe_priv->i2s_path[i2s_num];
168 mt2701_afe_disable_mclk(afe, mode ? 1 : i2s_num);
234 int ret, i2s_num local
268 int i2s_num = mt2701_dai_num_to_i2s(afe, dai->id); local
[all...]
H A Dmt2701-afe-common.h86 int i2s_num; member in struct:mt2701_soc_variants
H A Dmt2701-afe-clock-ctrl.c39 for (i = 0; i < afe_priv->soc->i2s_num; i++) {

Completed in 117 milliseconds