You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Goran! I think you're close, but you should use ioctl_write! instead of ioctl_readwrite!. That affects the calculation of the second argument of ioctl.
I'm trying to implement crate to make OSS (audio on FreeBSD) handling easier, and this is the part of code that is behaving strangely
Later I call it like this
When I use
truss
to look at the syscalls, I get thisBut if I change
SNDCTL_DSP_COOKEDMODE
to9
for example, this is what I getCan you help me debug this, please? I'm new to Rust, but not new to FreeBSD. Thank you!
The text was updated successfully, but these errors were encountered: