mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
conf: add freewheel driver
Add freewheel driver and enable freewheel mode on it.
This commit is contained in:
parent
5c41131d6d
commit
888612dc0f
2 changed files with 10 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ static int impl_node_process(void *object)
|
|||
spa_return_val_if_fail(this != NULL, -EINVAL);
|
||||
spa_log_trace(this->log, "process %d", this->props.freewheel);
|
||||
|
||||
if (this->props.freewheel) {
|
||||
if (false && this->props.freewheel) {
|
||||
clock_gettime(CLOCK_MONOTONIC, &now);
|
||||
this->next_time = SPA_TIMESPEC_TO_NSEC(&now);
|
||||
set_timer(this, this->next_time);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue