mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
spa: implement a log topic for alsa
This commit is contained in:
parent
a6e66d9180
commit
e9d869b46f
12 changed files with 67 additions and 5 deletions
|
|
@ -37,7 +37,6 @@ extern "C" {
|
|||
|
||||
#include <spa/support/plugin.h>
|
||||
#include <spa/support/loop.h>
|
||||
#include <spa/support/log.h>
|
||||
#include <spa/utils/list.h>
|
||||
#include <spa/utils/json.h>
|
||||
|
||||
|
|
@ -49,6 +48,8 @@ extern "C" {
|
|||
#include <spa/param/latency-utils.h>
|
||||
#include <spa/param/audio/format-utils.h>
|
||||
|
||||
#include "alsa.h"
|
||||
|
||||
#include "dll.h"
|
||||
|
||||
#define MIN_LATENCY 16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue