From: Mike Brady Date: Tue, 12 Nov 2019 08:57:09 +0000 (+0000) Subject: rename LoudnessFilterActive to Loudness and friends X-Git-Tag: 3.3.6~6^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=263f4dd59931d76032e590ffb517c0c310befa17;p=thirdparty%2Fshairport-sync.git rename LoudnessFilterActive to Loudness and friends --- diff --git a/shairport-sync-dbus-test-client.c b/shairport-sync-dbus-test-client.c index 96a7de8d..bf968c45 100644 --- a/shairport-sync-dbus-test-client.c +++ b/shairport-sync-dbus-test-client.c @@ -40,11 +40,11 @@ void on_properties_changed(__attribute__((unused)) GDBusProxy *proxy, GVariant * } } -void notify_loudness_filter_active_callback(ShairportSync *proxy, +void notify_loudness_callback(ShairportSync *proxy, __attribute__((unused)) gpointer user_data) { - // printf("\"notify_loudness_filter_active_callback\" called with a gpointer of + // printf("\"notify_loudness_callback\" called with a gpointer of // %lx.\n",(int64_t)user_data); - gboolean ebl = shairport_sync_get_loudness_filter_active(proxy); + gboolean ebl = shairport_sync_get_loudness(proxy); if (ebl == TRUE) printf("Client reports loudness is enabled.\n"); else