pcm: dmix: fix wrong scaling in 32bits pcm mixing
28 Apr
2022
28 Apr
'22
6:37 p.m.
alsa-project/alsa-lib pull request #222 was opened from katsuster:
Generic mixing function for 32bits pcm has used 8bits right shift for pre-scaling. But this is generating wrong result if pcm data is negative value because return value type of bswap_32() is unsigned int.
This patch adds type cast bswap_32() result to signed int.
Signed-off-by: Katsuhiro Suzuki katsuhiro@katsuster.net
Request URL : https://github.com/alsa-project/alsa-lib/pull/222 Patch URL : https://github.com/alsa-project/alsa-lib/pull/222.patch Repository URL: https://github.com/alsa-project/alsa-lib
969
Age (days ago)
969
Last active (days ago)
0 comments
1 participants
participants (1)
-
GitHub pull_request - opened