summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorMike Brady <mikebrady@eircom.net>2018-12-11 10:56:36 +0000
committerMike Brady <mikebrady@eircom.net>2018-12-11 10:56:36 +0000
commit45ce9092142ffb2c73a6fa4a198fbc84323dd1b4 (patch)
tree130e7463a8b086b8795d392176f470f601a067c7 /common.h
parent9d5ff22f2dc2591301154ade1c9b75adf81b0730 (diff)
Tidy up some debug messages and warnings, remove old diagnostic codes and settings.
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/common.h b/common.h
index 9e2d88f..3ac2f1a 100644
--- a/common.h
+++ b/common.h
@@ -187,8 +187,7 @@ typedef struct {
float loudness_reference_volume_db;
int alsa_use_hardware_mute;
- double alsa_maximum_interface_response_time;
- double alsa_maximum_write_time;
+ double alsa_maximum_stall_time;
#if defined(CONFIG_DBUS_INTERFACE)
enum dbus_session_type dbus_service_bus_type;