Skip to content

Commit

Permalink
pull alsa mods out
Browse files Browse the repository at this point in the history
  • Loading branch information
haileys committed Mar 8, 2024
1 parent 80c7dce commit bccec5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 3 additions & 0 deletions bark/src/audio/alsa/mod.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pub mod config;
pub mod input;
pub mod output;
7 changes: 1 addition & 6 deletions bark/src/audio/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit bccec5c

Please sign in to comment.