Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
cargo fmt
  • Loading branch information
JoshuaBatty committed Jul 14, 2020
1 parent e854c4e commit e739dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/host/alsa/mod.rs
Expand Up @@ -907,7 +907,7 @@ fn set_hw_params_from_format<'a>(
// Without them we are at the mercy of the device
hw_params.set_period_time_near(25_000, alsa::ValueOr::Nearest)?;
hw_params.set_buffer_time_near(100_000, alsa::ValueOr::Nearest)?;
},
}
}

pcm_handle.hw_params(&hw_params)?;
Expand Down

0 comments on commit e739dbf

Please sign in to comment.