summaryrefslogtreecommitdiffstats
path: root/module-4a-client.c
AgeCommit message (Collapse)AuthorFilesLines
2018-08-28Fix crash when the device string is emptyflounder_5.99.6flounder_5.99.5flounder/5.99.6flounder/5.99.55.99.65.99.5George Kiagiadakis1-5/+3
the stream was being free'ed twice because the async device_close_cb would also free it Change-Id: I9d396b92d4c8c967f4f83a54c85600e901c81cbc Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
2018-08-28close the 4a "device" if the alsa device string didn't work outGeorge Kiagiadakis1-9/+16
sometimes 4a returns an empty device string and then it thinks that we are using it, so it doesn't allow re-opening it Change-Id: I60034c47bddc574c67d89d016b5590418e7c70d5 Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
2018-08-28fix the default unix socket uriGeorge Kiagiadakis1-2/+2
Change-Id: I6fe0fda47164673c48a94742adbc03683632a8bd Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
2018-08-28port back to pulseaudio 10.0 API (from 11.0)George Kiagiadakis1-26/+26
Change-Id: I3ebe02e3bae313da8eb9abe13b4b3cef542e7ec6 Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
2018-08-28include pulsecore-config.h because we are building out of treeGeorge Kiagiadakis1-6/+3
Change-Id: I294fa34f6cca2e18a0aa40e9b0b3f2e2c983cb8f Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
2018-08-28switch to using a unix socket with afb-proto-wsGeorge Kiagiadakis1-58/+27
Change-Id: I58861247f7ca23be9cf05d2055d948713547e3d5 Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
2018-08-28Initial versionGeorge Kiagiadakis1-0/+408
Change-Id: Iea9164fcf116ffb0683996830d371ca418694e6c Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>