mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
module-ffado: fix compilation with -UFASTPATH
This commit is contained in:
parent
3626b1e90e
commit
d9e29e70f3
1 changed files with 2 additions and 2 deletions
|
|
@ -160,7 +160,6 @@ struct stream {
|
||||||
struct volume volume;
|
struct volume volume;
|
||||||
|
|
||||||
unsigned int running:1;
|
unsigned int running:1;
|
||||||
unsigned int connect:1;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct impl {
|
struct impl {
|
||||||
|
|
@ -209,6 +208,7 @@ struct impl {
|
||||||
|
|
||||||
uint32_t pw_xrun;
|
uint32_t pw_xrun;
|
||||||
uint32_t ffado_xrun;
|
uint32_t ffado_xrun;
|
||||||
|
uint32_t frame_time;
|
||||||
|
|
||||||
pthread_t thread;
|
pthread_t thread;
|
||||||
|
|
||||||
|
|
@ -675,7 +675,7 @@ static void *ffado_process_thread(void *arg)
|
||||||
{
|
{
|
||||||
struct impl *impl = arg;
|
struct impl *impl = arg;
|
||||||
bool source_running, sink_running;
|
bool source_running, sink_running;
|
||||||
uint32_t nsec;
|
uint64_t nsec;
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
ffado_wait_response response;
|
ffado_wait_response response;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue