pcm: dmix: fix wrong scaling in 32bits pcm mixing

GitHub pull_request - opened github at alsa-project.org
Thu Apr 28 18:37:43 CEST 2022


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 at 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


More information about the Alsa-devel mailing list