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:
Dmitry Sharshakov 2023-12-15 20:55:45 +03:00 committed by Wim Taymans
parent e4a9f800c8
commit 8c4cfa57b6

View file

@ -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
}