alsa-lib/src
Dan Cross b7389e2e2e pcm: hw: fix minor bug in sw_params ioctl
Commit 2115cdb added a new call to the `SNDRV_PCM_IOCTL_SW_PARAMS`
ioctl on line 675 of src/pcm/pcm_hw.c, but passed 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

Fixes: https://github.com/alsa-project/alsa-lib/pull/330

Signed-off-by: Dan Cross <cross@gmail.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2023-06-15 07:51:11 +02:00
..
alisp alisp: add the missing include 2019-03-15 13:16:20 +01:00
conf conf/emu10k1: remove compat with two decades old drivers 2023-05-03 18:01:40 +02:00
control control: Add UMP Endpoint and Block info query support 2023-06-06 15:13:27 +02:00
hwdep conf: introduce snd_config_get_card() function 2021-02-26 21:08:28 +01:00
mixer mixer: add documentation about postcondition of removal event processing 2022-06-27 13:38:25 +02:00
pcm pcm: hw: fix minor bug in sw_params ioctl 2023-06-15 07:51:11 +02:00
rawmidi ump: Add UMP 1.1 features 2023-06-12 10:14:20 +02:00
seq seq: Add UMP 1.1 features 2023-06-12 10:14:23 +02:00
timer timer: remove dead code in _snd_timer_hw_open() 2021-06-02 19:50:17 +02:00
topology remove extra trailing new line in SNDMSG and SNDERR calls 2023-06-06 13:47:41 +02:00
ucm compilation: fix ANDROID -> __ANDROID__ define detection 2023-05-02 14:52:27 +02:00
async.c add NetBSD/OpenBSD build support (except test/) 2022-10-17 13:11:29 +02:00
conf.c compilation: fix ANDROID -> __ANDROID__ define detection 2023-05-02 14:52:27 +02:00
confeval.c conf: fix the device parsing when arguments has no defaults 2021-12-09 10:15:47 +01:00
confmisc.c conf: snd_config_get_card() remove unused assignment 2021-06-03 07:29:11 +02:00
dlmisc.c dlmisc.c: Avoid double unlock in snd_dlobj_cache_get0() 2021-10-07 16:52:56 +02:00
error.c add snd_strlcpy() and use it everywhere 2019-03-25 16:46:05 +01:00
input.c Change FSF address (Franklin Street) 2017-11-14 14:29:26 +01:00
Makefile.am conf: add possibility to evaluate simple integer math expressions 2021-11-30 11:33:35 +01:00
names.c Change FSF address (Franklin Street) 2017-11-14 14:29:26 +01:00
output.c output: Add snd_output_buffer_steal() function 2021-04-13 09:23:06 +02:00
shmarea.c add NetBSD/OpenBSD build support (except test/) 2022-10-17 13:11:29 +02:00
socket.c Change FSF address (Franklin Street) 2017-11-14 14:29:26 +01:00
userfile.c Change FSF address (Franklin Street) 2017-11-14 14:29:26 +01:00
Versions.in seq: Add UMP 1.1 features 2023-06-12 10:14:23 +02:00