Allow dead code for ALSA can_pause field

This commit is contained in:
Rob Watson 2020-06-29 12:22:58 +02:00
parent a2e15c6f55
commit a292246c20
1 changed files with 1 additions and 0 deletions

View File

@ -436,6 +436,7 @@ struct StreamInner {
// Minimum number of samples to put in the buffer.
period_len: usize,
#[allow(dead_code)]
// Whether or not the hardware supports pausing the stream.
can_pause: bool,