alsa-seq: Improve connection setup

This commit is contained in:
Wim Taymans 2019-09-25 10:48:25 +02:00
parent efe3aba608
commit 8d472befaa
3 changed files with 29 additions and 43 deletions

View file

@ -98,8 +98,7 @@ struct seq_stream {
struct seq_conn {
snd_seq_t *hndl;
int client_id;
int port_id;
snd_seq_addr_t addr;
int queue_id;
int fd;
struct spa_source source;