Skip to content

Commit 075ca11

Browse files
author
Folkert
committed
remove SOF_TIMESTAMPING_BIND_PHC for now
1 parent 2ad2903 commit 075ca11

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

libc-test/semver/linux.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2085,7 +2085,6 @@ SOF_TIMESTAMPING_OPT_TSONLY
20852085
SOF_TIMESTAMPING_OPT_STATS
20862086
SOF_TIMESTAMPING_OPT_PKTINFO
20872087
SOF_TIMESTAMPING_OPT_TX_SWHW
2088-
SOF_TIMESTAMPING_BIND_PHC
20892088
SOF_TXTIME_DEADLINE_MODE
20902089
SOF_TXTIME_REPORT_ERRORS
20912090
SOL_AAL

src/unix/linux_like/linux/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2681,7 +2681,6 @@ pub const SOF_TIMESTAMPING_OPT_TSONLY: ::c_uint = 1 << 11;
26812681
pub const SOF_TIMESTAMPING_OPT_STATS: ::c_uint = 1 << 12;
26822682
pub const SOF_TIMESTAMPING_OPT_PKTINFO: ::c_uint = 1 << 13;
26832683
pub const SOF_TIMESTAMPING_OPT_TX_SWHW: ::c_uint = 1 << 14;
2684-
pub const SOF_TIMESTAMPING_BIND_PHC: ::c_uint = 1 << 15;
26852684
pub const SOF_TXTIME_DEADLINE_MODE: u32 = 1 << 0;
26862685
pub const SOF_TXTIME_REPORT_ERRORS: u32 = 1 << 1;
26872686

0 commit comments

Comments
 (0)