diff options
author | Takashi Iwai | 2017-08-22 08:15:13 +0200 |
---|---|---|
committer | Takashi Iwai | 2017-08-22 15:43:40 +0200 |
commit | 88c54cdf61f508ebcf8da2d819f5dfc03e954d1d (patch) | |
tree | ef895c90efc68011841b0bbecc011b8fceb8926c /sound/pci/emu10k1 | |
parent | 07b3b5e9ed807a0d2077319b8e43a42e941db818 (diff) |
ALSA: core: Fix unexpected error at replacing user TLV
When user tries to replace the user-defined control TLV, the kernel
checks the change of its content via memcmp(). The problem is that
the kernel passes the return value from memcmp() as is. memcmp()
gives a non-zero negative value depending on the comparison result,
and this shall be recognized as an error code.
The patch covers that corner-case, return 1 properly for the changed
TLV.
Fixes: 8aa9b586e420 ("[ALSA] Control API - more robust TLV implementation")
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/emu10k1')
0 files changed, 0 insertions, 0 deletions