bluez-alsa: removed the PCM hack, and build a shared lib
[AGL/meta-agl-devel.git] / meta-audio-4a-framework / recipes-connectivity / bluez-alsa / bluez-alsa / 0003-increased-the-number-of-connexions-to-16.patch
1 From c13a5d8a00b6a1f1293cf7c4bc493f559b7d2591 Mon Sep 17 00:00:00 2001
2 From: Thierry Bultel <thierry.bultel@iot.bzh>
3 Date: Mon, 10 Dec 2018 16:06:23 +0100
4 Subject: [PATCH 3/3] increased the number of connexions to 16
5
6 ---
7  src/bluealsa.h | 2 +-
8  1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/src/bluealsa.h b/src/bluealsa.h
11 index b73241e..12f3c0a 100644
12 --- a/src/bluealsa.h
13 +++ b/src/bluealsa.h
14 @@ -31,7 +31,7 @@
15  #include <bluealsa/ctl-proto.h>
16  
17  /* Maximal number of clients connected to the controller. */
18 -#define BLUEALSA_MAX_CLIENTS 7
19 +#define BLUEALSA_MAX_CLIENTS 16
20  
21  /* Indexes of special file descriptors in the poll array. */
22  #define CTL_IDX_SRV 0
23 -- 
24 2.16.4
25