From 68f1187061c28ecf6439b4dd465f4d256529dc55 Mon Sep 17 00:00:00 2001 From: Tai Vuong Date: Fri, 3 Nov 2017 18:55:54 -0400 Subject: various bug fix, add alsa configuration file to match with Hal control --- ahl-binding/ahl-json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ahl-binding/ahl-json.c') diff --git a/ahl-binding/ahl-json.c b/ahl-binding/ahl-json.c index 5e8bf97..b711b43 100644 --- a/ahl-binding/ahl-json.c +++ b/ahl-binding/ahl-json.c @@ -279,7 +279,7 @@ void JSONPublicPackageEndpoint(EndpointInfoT * pEndpointInfo,json_object **endpo json_object *pPropTableJ = NULL; EndpointPropTableToJSON(pEndpointInfo->pPropTable,&pPropTableJ); - json_object_object_add(*endpointInfoJ,"properties",pPropTableJ); + json_object_object_add(*endpointInfoJ,"property_table",pPropTableJ); } // Package only information that can useful to application clients when opening a stream -- cgit 1.2.3-korg