num_hw_configs    547 include/uapi/sound/asoc.h 	__le32 num_hw_configs;         /* number of hw configs */
num_hw_configs   2139 sound/soc/soc-topology.c 	for (i = 0; i < le32_to_cpu(cfg->num_hw_configs); i++) {
num_hw_configs   2267 sound/soc/soc-topology.c 	if (cfg->num_hw_configs)
num_hw_configs   2814 sound/soc/sof/topology.c 	int num_hw_configs;
num_hw_configs   2862 sound/soc/sof/topology.c 	num_hw_configs = le32_to_cpu(cfg->num_hw_configs);
num_hw_configs   2863 sound/soc/sof/topology.c 	if (!num_hw_configs) {
num_hw_configs   2866 sound/soc/sof/topology.c 				le32_to_cpu(cfg->num_hw_configs));
num_hw_configs   2871 sound/soc/sof/topology.c 			cfg->num_hw_configs, le32_to_cpu(cfg->default_hw_config_id));
num_hw_configs   2873 sound/soc/sof/topology.c 		for (i = 0; i < num_hw_configs; i++) {
num_hw_configs   2878 sound/soc/sof/topology.c 		if (i == num_hw_configs) {