mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
device-port: Remove pa_device_port_hashmap_free()
This commit is contained in:
parent
8872c238ba
commit
43e7868008
6 changed files with 7 additions and 15 deletions
|
|
@ -89,12 +89,6 @@ pa_device_port *pa_device_port_new(pa_core *c, const char *name, const char *des
|
|||
return p;
|
||||
}
|
||||
|
||||
void pa_device_port_hashmap_free(pa_hashmap *h) {
|
||||
pa_assert(h);
|
||||
|
||||
pa_hashmap_free(h, (pa_free_cb_t) pa_device_port_unref);
|
||||
}
|
||||
|
||||
void pa_device_port_set_latency_offset(pa_device_port *p, int64_t offset) {
|
||||
uint32_t state;
|
||||
pa_core *core;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue