aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/alsa/alsa-api-mixer.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/alsa/alsa-api-mixer.c')
-rw-r--r--plugins/alsa/alsa-api-mixer.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/alsa/alsa-api-mixer.c b/plugins/alsa/alsa-api-mixer.c
index 9dedb04..f8222df 100644
--- a/plugins/alsa/alsa-api-mixer.c
+++ b/plugins/alsa/alsa-api-mixer.c
@@ -649,8 +649,6 @@ static void MixerBluezAlsaDevVerb(AFB_ReqT request) {
goto parsed;
}
- json_object *responseJ = json_object_new_object();
-
error = wrap_json_unpack(argsJ, "{ss,ss,ss !}"
, "interface", &interface
, "device", &device
@@ -675,7 +673,7 @@ parsed:
goto OnErrorExit;
}
- AFB_ReqSuccess(request, responseJ, NULL);
+ AFB_ReqSuccess(request, NULL, NULL);
OnErrorExit:
return;