mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-12 13:30:15 -05:00
aes67: bump PTP0 driver priority
As reported in #3217, PTP driver has to have the highest priority for packets to arrive in time Everything connected to AES67 should be clocked by the Grandmaster clock
This commit is contained in:
parent
4aa1deb929
commit
979ad775d3
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ context.objects = [
|
||||||
node.name = PTP0-Driver
|
node.name = PTP0-Driver
|
||||||
node.group = pipewire.ptp0
|
node.group = pipewire.ptp0
|
||||||
# This driver should only be used for network nodes marked with group
|
# This driver should only be used for network nodes marked with group
|
||||||
priority.driver = 0
|
priority.driver = 100000
|
||||||
clock.name = "clock.system.ptp0"
|
clock.name = "clock.system.ptp0"
|
||||||
#clock.id = tai
|
#clock.id = tai
|
||||||
clock.device = "/dev/ptp0"
|
clock.device = "/dev/ptp0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue