Allow dead code for ALSA can_pause field
This commit is contained in:
parent
a2e15c6f55
commit
a292246c20
|
@ -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,
|
||||
|
||||
|
|
Loading…
Reference in New Issue