mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pipewire-aes67: use interface name as default PHC
If it's wrong the service won't start anyway because of socket bind failure
This commit is contained in:
parent
e4a9f800c8
commit
8c4cfa57b6
1 changed files with 2 additions and 2 deletions
|
|
@ -38,8 +38,8 @@ context.objects = [
|
|||
clock.name = "clock.system.ptp0"
|
||||
### please select the PTP hardware clock here
|
||||
# Interface name is the preferred method of specifying the PHC
|
||||
#clock.interface = "eth0"
|
||||
clock.device = "/dev/ptp0"
|
||||
clock.interface = "eth0"
|
||||
#clock.device = "/dev/ptp0"
|
||||
#clock.id = tai
|
||||
object.export = true
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue