Searched refs:sort (Results 1 – 3 of 3) sorted by relevance
/sound/soc/ |
D | soc-dapm.c | 1487 int *sort; in dapm_seq_compare() local 1493 sort = dapm_up_seq; in dapm_seq_compare() 1495 sort = dapm_down_seq; in dapm_seq_compare() 1497 WARN_ONCE(sort[a->id] == 0, "offset a->id %d not initialized\n", a->id); in dapm_seq_compare() 1498 WARN_ONCE(sort[b->id] == 0, "offset b->id %d not initialized\n", b->id); in dapm_seq_compare() 1500 if (sort[a->id] != sort[b->id]) in dapm_seq_compare() 1501 return sort[a->id] - sort[b->id]; in dapm_seq_compare() 1656 int *sort; in dapm_seq_run() local 1659 sort = dapm_up_seq; in dapm_seq_run() 1661 sort = dapm_down_seq; in dapm_seq_run() [all …]
|
/sound/pci/hda/ |
D | hda_auto_parser.c | 49 sort(list, num_pins, sizeof(list[0]), compare_seq, NULL); in sort_pins_by_sequence() 407 sort(cfg->inputs, cfg->num_inputs, sizeof(cfg->inputs[0]), in snd_hda_parse_pin_defcfg()
|
D | hda_generic.c | 4879 sort(spec->am_entry, num_pins, sizeof(spec->am_entry[0]), in check_auto_mic_availability()
|