mirror of
https://github.com/haileys/bark
synced 2025-03-16 22:57:00 +00:00
pull alsa mods out
This commit is contained in:
parent
80c7dce809
commit
bccec5c436
2 changed files with 4 additions and 6 deletions
3
bark/src/audio/alsa/mod.rs
Normal file
3
bark/src/audio/alsa/mod.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
pub mod config;
|
||||
pub mod input;
|
||||
pub mod output;
|
|
@ -4,12 +4,7 @@ use thiserror::Error;
|
|||
|
||||
use self::config::DeviceOpt;
|
||||
|
||||
pub mod alsa {
|
||||
pub mod config;
|
||||
pub mod input;
|
||||
pub mod output;
|
||||
}
|
||||
|
||||
pub mod alsa;
|
||||
pub mod config;
|
||||
|
||||
#[derive(Debug, Error)]
|
||||
|
|
Loading…
Add table
Reference in a new issue