Adding alsactl_sys library as a dependency
Run this command in a terminal, in your project's directory:
cargo add alsactl-sys
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
alsactl-sys = "0.8.0"
The alsactl_sys library will be automatically available globally.
Read the alsactl_sys library documentation.