mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Reverted back generic code
This commit is contained in:
parent
498699c8aa
commit
b439930525
1 changed files with 2 additions and 1 deletions
|
|
@ -641,8 +641,9 @@ static void mix_areas1(unsigned int size,
|
|||
|
||||
while (size-- > 0) {
|
||||
sample = *src;
|
||||
old_sample = *sum;
|
||||
if (*dst == 0)
|
||||
sample -= *sum;
|
||||
sample -= old_sample;
|
||||
*sum += sample;
|
||||
do {
|
||||
old_sample = *sum;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue