spa: mode dll to utils

This commit is contained in:
Wim Taymans 2022-03-30 17:22:26 +02:00
parent 42d689edf2
commit 1bf1497855
6 changed files with 5 additions and 6 deletions

View file

@ -39,7 +39,6 @@
#include "alsa.h"
#include "dll.h"
#include "alsa-seq.h"
#define CHECK(s,msg,...) if ((res = (s)) < 0) { spa_log_error(state->log, msg ": %s", ##__VA_ARGS__, snd_strerror(res)); return res; }