From 9340d0d65822ece34aa8fd7cabac0315ae7c93c3 Mon Sep 17 00:00:00 2001 From: Jonathan Aillet Date: Mon, 19 Aug 2019 11:25:11 +0200 Subject: Declare 'getCardInfo' function as public Declare 'getCardInfo' function as public, will be needed to get information about added/removed card events. Bug-AGL: SPEC-2749 Change-Id: Ic23542a64e92fd2b3f91853a968b3feff5b76cc5 Signed-off-by: Jonathan Aillet --- alsa-binding/Alsa-SetGet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alsa-binding/Alsa-SetGet.c') diff --git a/alsa-binding/Alsa-SetGet.c b/alsa-binding/Alsa-SetGet.c index 533d2f5..e8c6563 100644 --- a/alsa-binding/Alsa-SetGet.c +++ b/alsa-binding/Alsa-SetGet.c @@ -614,7 +614,7 @@ STATIC int checkIfPlaybackDeviceIsCorrespondingToQuery(queryCardInfo *queryInfo, return 1; } -STATIC json_object *getCardInfo(int card) +PUBLIC json_object *getCardInfo(int card) { int err; -- cgit 1.2.3-korg