Skip to content
Unverified Commit 1b00554f authored by Martin Piatka's avatar Martin Piatka
Browse files

alsa: playback: Fix silence when bps == 1

Cannot reuse the same buffer for silence, because in audio_play_alsa_write_frame()
it gets converted from signed to unsigned. If the frame is reused it
causes alternation between 0 and -127, causing a loud square wave to be
played.
parent b48aaf39
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