Commit 9c617607 authored by Max Kellermann's avatar Max Kellermann

output/alsa: remove obsolete comment, was moved to Alsa::PeriodBuffer::Allocate()

parent 5f86c6d4
......@@ -658,9 +658,6 @@ AlsaOutput::Open(AudioFormat &audio_format)
size_t period_size = period_frames * out_frame_size;
ring_buffer = new boost::lockfree::spsc_queue<uint8_t>(period_size * 4);
/* reserve space for one more (partial) frame, to be able to
fill the buffer with silence, after moving an unfinished
frame to the end */
period_buffer.Allocate(period_frames, out_frame_size);
active = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment