Lines Matching defs:dai
1069 struct snd_soc_dai *dai)
1071 struct snd_soc_component *component = dai->component;
1106 for_each_set_bit(decimator, &tx->active_ch_mask[dai->id], TX_MACRO_DEC_MAX)
1113 static int tx_macro_get_channel_map(struct snd_soc_dai *dai,
1117 struct snd_soc_component *component = dai->component;
1120 switch (dai->id) {
1124 *tx_slot = tx->active_ch_mask[dai->id];
1125 *tx_num = tx->active_ch_cnt[dai->id];
1133 static int tx_macro_digital_mute(struct snd_soc_dai *dai, int mute, int stream)
1135 struct snd_soc_component *component = dai->component;
1140 if (tx->active_decimator[dai->id] == -1)
1143 decimator = tx->active_decimator[dai->id];