tllist: use tllist from external git repository

This commit is contained in:
Daniel Eklöf 2019-11-17 19:17:34 +01:00
parent 736e07b15e
commit 0550d2799d
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
14 changed files with 22 additions and 171 deletions

View file

@ -3,6 +3,8 @@
#include <alsa/asoundlib.h>
#include <tllist.h>
#define LOG_MODULE "alsa"
#define LOG_ENABLE_DBG 0
#include "../log.h"
@ -10,7 +12,6 @@
#include "../config-verify.h"
#include "../config.h"
#include "../plugin.h"
#include "../tllist.h"
struct private {
char *card;