//! 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.
pubmodioctl;pubmodraw;