mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04: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
|
||||
static void dump_database(struct userdata *u) {
|
||||
#ifdef DEBUG_VOLUME
|
||||
PA_GCC_UNUSED static void stream_restore_dump_database(struct userdata *u) {
|
||||
pa_datum key;
|
||||
pa_bool_t done;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue