File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
src/unix/linux_like/linux Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -2085,7 +2085,6 @@ SOF_TIMESTAMPING_OPT_TSONLY
2085
2085
SOF_TIMESTAMPING_OPT_STATS
2086
2086
SOF_TIMESTAMPING_OPT_PKTINFO
2087
2087
SOF_TIMESTAMPING_OPT_TX_SWHW
2088
- SOF_TIMESTAMPING_BIND_PHC
2089
2088
SOF_TXTIME_DEADLINE_MODE
2090
2089
SOF_TXTIME_REPORT_ERRORS
2091
2090
SOL_AAL
Original file line number Diff line number Diff line change @@ -2681,7 +2681,6 @@ pub const SOF_TIMESTAMPING_OPT_TSONLY: ::c_uint = 1 << 11;
2681
2681
pub const SOF_TIMESTAMPING_OPT_STATS : :: c_uint = 1 << 12 ;
2682
2682
pub const SOF_TIMESTAMPING_OPT_PKTINFO : :: c_uint = 1 << 13 ;
2683
2683
pub const SOF_TIMESTAMPING_OPT_TX_SWHW : :: c_uint = 1 << 14 ;
2684
- pub const SOF_TIMESTAMPING_BIND_PHC : :: c_uint = 1 << 15 ;
2685
2684
pub const SOF_TXTIME_DEADLINE_MODE : u32 = 1 << 0 ;
2686
2685
pub const SOF_TXTIME_REPORT_ERRORS : u32 = 1 << 1 ;
2687
2686
You can’t perform that action at this time.
0 commit comments