Searched refs:snd_seq_open_noupdate (Results 1 – 1 of 1) sorted by relevance
/third_party/alsa-lib/src/seq/ |
D | seq.c | 927 static int snd_seq_open_noupdate(snd_seq_t **seqp, snd_config_t *root, in snd_seq_open_noupdate() function 990 err = snd_seq_open_noupdate(seqp, top, name, streams, mode, 0); in snd_seq_open() 1014 return snd_seq_open_noupdate(seqp, lconf, name, streams, mode, 0); in snd_seq_open_lconf() 1026 return snd_seq_open_noupdate(seqp, lconf, name, streams, mode, hop + 1); in _snd_seq_open_lconf()
|