Package: rust-alsa / 0.9.1-1

Metadata

Package Version Patches format
rust-alsa 0.9.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
ignore soundcard tests.patch | (download)

src/pcm.rs | 6 5 + 1 - 0 !
src/seq.rs | 4 4 + 0 - 0 !
2 files changed, 9 insertions(+), 1 deletion(-)

---
use mem zeroed.patch | (download)

src/pcm.rs | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 use mem::zeroed to create zero timespec.
 The time64 patches for the libc crate add padding to struct timespec,
 on time64 architectures. Unfortunately this means that timespecs can't
 be created in the normal way in rust.

 Instead we create the structure using std::mem::zeroed.