Searched refs:sequences_hp (Results 1 – 1 of 1) sorted by relevance
4450 short sequences_hp[ARRAY_SIZE(cfg->hp_pins)]; in snd_hda_parse_pin_def_config() local4457 memset(sequences_hp, 0, sizeof(sequences_hp)); in snd_hda_parse_pin_def_config()4519 sequences_hp[cfg->hp_outs] = (assoc << 4) | seq; in snd_hda_parse_pin_def_config()4563 if ((sequences_hp[i] & 0x0f) == 0x0f) { in snd_hda_parse_pin_def_config()4569 sequences_line_out[cfg->line_outs] = sequences_hp[i]; in snd_hda_parse_pin_def_config()4574 memmove(sequences_hp + i, sequences_hp + i + 1, in snd_hda_parse_pin_def_config()4575 sizeof(sequences_hp[0]) * (cfg->hp_outs - i)); in snd_hda_parse_pin_def_config()4589 sort_pins_by_sequence(cfg->hp_pins, sequences_hp, in snd_hda_parse_pin_def_config()