commit | 6665bb30a6b1a4a853d52557c05482ee50e71391 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Dec 01 08:36:06 2021 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Dec 02 09:02:22 2021 +0100 |
tree | 1cbbadc3232f92cb94e480d2362dd2664fba938a | |
parent | 8839c8c0f77ab8fc0463f4ab8b37fca3f70677c2 [diff] |
ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*() A couple of calls in snd_pcm_oss_change_params_locked() ignore the possible errors. Catch those errors and abort the operation for avoiding further problems. Cc: <stable@vger.kernel.org> Link: https://lore.kernel.org/r/20211201073606.11660-4-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>