Searched refs:amp_num (Results 1 - 7 of 7) sorted by relevance

/linux-master/sound/soc/intel/boards/
H A Dsof_sdw_cs_amp.c57 info->amp_num++;
H A Dbridge_cs35l56.c134 info->amp_num += ARRAY_SIZE(bridge_cs35l56_name_prefixes);
H A Dsof_sdw_maxim.c126 info->amp_num++;
H A Dsof_sdw_rt_amp.c270 info->amp_num++;
272 if (info->amp_num == 2) {
H A Dsof_sdw_cs42l43.c133 info->amp_num++;
H A Dsof_sdw_common.h107 int amp_num; member in struct:sof_sdw_codec_info
H A Dsof_sdw.c2106 int amp_num = 0, i; local
2133 /* reset amp_num to ensure amp_num++ starts from 0 in each probe */
2135 codec_info_list[i].amp_num = 0;
2148 * the default amp_num is zero for each codec and
2149 * amp_num will only be increased for active amp
2153 amp_num += codec_info_list[i].amp_num;
2156 " cfg-amp:%d", amp_num);

Completed in 234 milliseconds