Home
last modified time | relevance | path

Searched refs:seq_conf (Results 1 – 1 of 1) sorted by relevance

/third_party/alsa-lib/src/seq/
Dseq.c822 snd_config_t *seq_root, snd_config_t *seq_conf, in snd_seq_open_conf() argument
839 if (snd_config_get_type(seq_conf) != SND_CONFIG_TYPE_COMPOUND) { in snd_seq_open_conf()
846 err = snd_config_search(seq_conf, "type", &conf); in snd_seq_open_conf()
918 err = open_func(seqp, name, seq_root, seq_conf, streams, mode); in snd_seq_open_conf()
932 snd_config_t *seq_conf; in snd_seq_open_noupdate() local
933 err = snd_config_search_definition(root, "seq", name, &seq_conf); in snd_seq_open_noupdate()
938 snd_config_set_hop(seq_conf, hop); in snd_seq_open_noupdate()
939 err = snd_seq_open_conf(seqp, name, root, seq_conf, streams, mode); in snd_seq_open_noupdate()
940 snd_config_delete(seq_conf); in snd_seq_open_noupdate()