mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05:00
stream-restore: Enable database dumping if DEBUG_VOLUME is defined.
This commit is contained in:
parent
4c3f7b0f30
commit
fea4942aa2
1 changed files with 2 additions and 2 deletions
|
|
@ -1690,8 +1690,8 @@ static void apply_entry(struct userdata *u, const char *name, struct entry *e) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
#ifdef DEBUG_VOLUME
|
||||||
static void dump_database(struct userdata *u) {
|
PA_GCC_UNUSED static void stream_restore_dump_database(struct userdata *u) {
|
||||||
pa_datum key;
|
pa_datum key;
|
||||||
pa_bool_t done;
|
pa_bool_t done;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue