mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
spa: mode dll to utils
This commit is contained in:
parent
42d689edf2
commit
1bf1497855
6 changed files with 5 additions and 6 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue