mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
jack: debug driver id and clock name
This commit is contained in:
parent
53352c0c81
commit
3f2f1971c9
1 changed files with 2 additions and 0 deletions
|
|
@ -1557,6 +1557,8 @@ do_update_driver_activation(struct spa_loop *loop,
|
||||||
c->rt.position = c->position;
|
c->rt.position = c->position;
|
||||||
c->rt.driver_activation = c->driver_activation;
|
c->rt.driver_activation = c->driver_activation;
|
||||||
if (c->position) {
|
if (c->position) {
|
||||||
|
pw_log_info("%p: driver:%d clock:%s", c,
|
||||||
|
c->driver_id, c->position->clock.name);
|
||||||
check_sample_rate(c, c->position);
|
check_sample_rate(c, c->position);
|
||||||
check_buffer_frames(c, c->position);
|
check_buffer_frames(c, c->position);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue