mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-24 08:56:42 -05:00
Merge remote branch 'coling/history'
This commit is contained in:
commit
d0b478e9a6
10 changed files with 2191 additions and 5 deletions
1540
src/modules/module-device-manager.c
Normal file
1540
src/modules/module-device-manager.c
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1122,8 +1122,8 @@ static pa_bool_t entries_equal(const struct entry *a, const struct entry *b) {
|
|||
|
||||
static void subscribe_callback(pa_core *c, pa_subscription_event_type_t t, uint32_t idx, void *userdata) {
|
||||
struct userdata *u = userdata;
|
||||
struct entry entry, *old;
|
||||
char *name;
|
||||
struct entry entry, *old = NULL;
|
||||
char *name = NULL;
|
||||
pa_datum key, data;
|
||||
|
||||
/* These are only used when D-Bus is enabled, but in order to reduce ifdef
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue