Searched refs:seq_port (Results 1 – 1 of 1) sorted by relevance
/third_party/alsa-utils/seq/aseqnet/ |
D | aseqnet.c | 75 static int seq_port; variable 274 seq_port = snd_seq_create_simple_port(handle, "Network", in init_seq() 280 if (seq_port < 0) { in init_seq() 286 snd_seq_client_id(handle), seq_port); in init_seq() 295 if (snd_seq_connect_from(handle, seq_port, addr.client, addr.port)) { in init_seq() 306 if (snd_seq_connect_to(handle, seq_port, addr.client, addr.port)) { in init_seq() 655 snd_seq_ev_set_source(ev, seq_port); in copy_remote_to_local()
|