linux-audio 0.1.0

Client for the Linux kernel audio APIs.
Documentation
1
2
3
4
5
6
7
8
//! Direct interface to the Linux kernel audio API.
//!
//! Currently this is limited only to exposing some raw ioctl requests for
//! use with [`linux_io::File::ioctl`]. In future it might grow to include
//! some higher-level (but still relatively un-abstracted) wrapper API too.

pub mod ioctl;
pub mod raw;