commit | 5363857b916c1f48027e9b96ee8be8376bf20811 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Nov 29 12:05:19 2018 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Nov 29 12:05:19 2018 +0100 |
tree | 87caff7bfcaf3fadae2c936fa7b2217726c3aafe | |
parent | 3deef52ce10514ccdebba8e8ab85f9cebd0eb3f7 [diff] |
ALSA: pcm: Fix interval evaluation with openmin/max As addressed in alsa-lib (commit b420056604f0), we need to fix the case where the evaluation of PCM interval "(x x+1]" leading to -EINVAL. After applying rules, such an interval may be translated as "(x x+1)". Fixes: ff2d6acdf6f1 ("ALSA: pcm: Fix snd_interval_refine first/last with open min/max") Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>