diff options
author | Tai Vuong <tvuong@audiokinetic.com> | 2017-11-03 18:55:54 -0400 |
---|---|---|
committer | Tai Vuong <tvuong@audiokinetic.com> | 2017-11-03 18:55:54 -0400 |
commit | 68f1187061c28ecf6439b4dd465f4d256529dc55 (patch) | |
tree | 5c86b5c00cda5d183a7dce47622a294a1b9179cb /ahl-policy/ahl-policy.h | |
parent | b929cdf5d0b27915e84e174c81ffd7e2b2f1beda (diff) |
various bug fix, add alsa configuration file to match with Hal control
Diffstat (limited to 'ahl-policy/ahl-policy.h')
-rw-r--r-- | ahl-policy/ahl-policy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ahl-policy/ahl-policy.h b/ahl-policy/ahl-policy.h index 0200973..ca42016 100644 --- a/ahl-policy/ahl-policy.h +++ b/ahl-policy/ahl-policy.h @@ -36,8 +36,8 @@ int Policy_CloseStream(json_object *pStreamJ); int Policy_SetStreamState(json_object *pStreamJ); int Policy_SetStreamMute(json_object *pStreamJ); int Policy_PostAction(json_object *pActionJ); -int Policy_SetVolume(json_object *pEndpointJ); -int Policy_SetProperty(json_object *pEndpointJ); +int Policy_SetVolume(json_object *pEndpointJ,json_object ** ppVolumeReply); +int Policy_SetProperty(json_object *pEndpointJ,json_object ** ppPropertyReply); int Policy_Init(); void Policy_Term(); void Policy_OnEvent(const char *evtname, json_object *eventJ); |