mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -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
|
|
@ -36,7 +36,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/node/node.h>
|
||||
|
|
@ -46,6 +45,8 @@ extern "C" {
|
|||
#include <spa/param/audio/format-utils.h>
|
||||
#include <spa/param/latency-utils.h>
|
||||
|
||||
#include "alsa.h"
|
||||
|
||||
#include "dll.h"
|
||||
|
||||
struct props {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue