]> git.alsa-project.org Git - alsa-lib.git/commit
pcm: hw - fix return code checking in snd_pcm_hw_hw_refine
authorGunnar Dibbern <gunnar.dibbern@lht.dlh.de>
Thu, 19 Jan 2023 15:32:42 +0000 (16:32 +0100)
committerJaroslav Kysela <perex@perex.cz>
Sun, 29 Jan 2023 17:58:51 +0000 (18:58 +0100)
commit2f9bbefb8d2a9766810eee3a80bdce4ec813f45a
tree2f49803caa127861c5b427a595128de7c6f162c1
parente11ea20645b46d88c3de6d995512e67143bd7f4e
pcm: hw - fix return code checking in snd_pcm_hw_hw_refine

The isse was introduced in commit 7f2d6c3

Fixes: 7f2d6c3a ("pcm: hw: change rate range syntax")
Fixes: https://github.com/alsa-project/alsa-lib/issues/271
Fixes: https://github.com/alsa-project/alsa-lib/pull/293
Signed-off-by: Gunnar Dibbern <gunnar.dibbern@lht.dlh.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/pcm/pcm_hw.c