params argument to `SNDRV_PCM_IOCTL_SW_PARAMS` should be pointer
14 Jun
2023
14 Jun
'23
11:47 p.m.
alsa-project/alsa-lib issue #329 was opened from dancrossnyc:
Commit 2115cdb4d added a call to the `SNDRV_PCM_IOCTL_SW_PARAMS` ioctl on line 675 of src/pcm/pcm_hw.c, but passes the `sw_params` argument by value; this should be passed by pointer.
I ran across this in the context of the direwolf software modem for amateur radio; debugging details are in https://groups.io/g/direwolf/message/8286.
The patch is trivial; I will send a PR.
Thanks!
Issue URL : https://github.com/alsa-project/alsa-lib/issues/329 Repository URL: https://github.com/alsa-project/alsa-lib
558
Age (days ago)
558
Last active (days ago)
0 comments
1 participants
participants (1)
-
GitHub issues - opened