Home
last modified time | relevance | path

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

/openbmc/qemu/audio/
H A Dpaaudio.c13 typedef struct PAConnection { struct
16 QTAILQ_ENTRY(PAConnection) list; argument
20 } PAConnection; typedef
22 static QTAILQ_HEAD(PAConnectionHead, PAConnection) pa_conns =
27 PAConnection *conn;
44 static void qpa_conn_fini(PAConnection *c);
102 PAConnection *c = p->g->conn; in qpa_get_buffer_in()
130 PAConnection *c = p->g->conn; in qpa_put_buffer_in()
155 PAConnection *c = p->g->conn; in qpa_read()
207 PAConnection *c = p->g->conn; in qpa_buffer_get_free()
[all …]