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
20852085SOF_TIMESTAMPING_OPT_STATS
20862086SOF_TIMESTAMPING_OPT_PKTINFO
20872087SOF_TIMESTAMPING_OPT_TX_SWHW
2088- SOF_TIMESTAMPING_BIND_PHC
20892088SOF_TXTIME_DEADLINE_MODE
20902089SOF_TXTIME_REPORT_ERRORS
20912090SOL_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;
26812681pub const SOF_TIMESTAMPING_OPT_STATS : :: c_uint = 1 << 12 ;
26822682pub const SOF_TIMESTAMPING_OPT_PKTINFO : :: c_uint = 1 << 13 ;
26832683pub const SOF_TIMESTAMPING_OPT_TX_SWHW : :: c_uint = 1 << 14 ;
2684- pub const SOF_TIMESTAMPING_BIND_PHC : :: c_uint = 1 << 15 ;
26852684pub const SOF_TXTIME_DEADLINE_MODE : u32 = 1 << 0 ;
26862685pub const SOF_TXTIME_REPORT_ERRORS : u32 = 1 << 1 ;
26872686
You can’t perform that action at this time.
0 commit comments