summaryrefslogtreecommitdiffstats
path: root/lib/data.h
AgeCommit message (Collapse)AuthorFilesLines
2021-08-03lib: fix some static analysis warningsGeorge Kiagiadakis1-2/+2
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
2021-07-28lib: remove dependency on spa_pod and spa in generalGeorge Kiagiadakis1-0/+209
Replace spa_pod with a custom icipc_data structure, which is based on spa_pod and it's fully compatible with it Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>