Searched refs:sort (Results 1 – 3 of 3) sorted by relevance
/sound/soc/ |
D | soc-dapm.c | 1210 int *sort; in dapm_seq_compare() local 1213 sort = dapm_up_seq; in dapm_seq_compare() 1215 sort = dapm_down_seq; in dapm_seq_compare() 1217 if (sort[a->id] != sort[b->id]) in dapm_seq_compare() 1218 return sort[a->id] - sort[b->id]; in dapm_seq_compare() 1367 int *sort; in dapm_seq_run() local 1370 sort = dapm_up_seq; in dapm_seq_run() 1372 sort = dapm_down_seq; in dapm_seq_run() 1378 if (sort[w->id] != cur_sort || w->reg != cur_reg || in dapm_seq_run() 1385 if (sort[i] == cur_sort) in dapm_seq_run() [all …]
|
/sound/pci/hda/ |
D | hda_auto_parser.c | 55 sort(list, num_pins, sizeof(list[0]), compare_seq, NULL); in sort_pins_by_sequence() 381 sort(cfg->inputs, cfg->num_inputs, sizeof(cfg->inputs[0]), in snd_hda_parse_pin_defcfg()
|
D | hda_generic.c | 4147 sort(spec->am_entry, num_pins, sizeof(spec->am_entry[0]), in check_auto_mic_availability()
|