summaryrefslogtreecommitdiffstats
path: root/third_party/rust/alsa/src/direct.rs
blob: 239b5bd1582a6049d5b3d44763e3b1a19c0714a0 (plain)
1
2
3
4
5
//! Functions that bypass alsa-lib and talk directly to the kernel.

pub mod pcm;

mod ffi;