Crate linux_audio

Crate linux_audio 

Source
Expand description

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.

Modulesยง

ioctl
Low-level ioctl request definitions.
raw
Low-level type definitions used for interacting with the kernel API.