Takashi Iwai 88c54cdf61 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>
2017-08-22 15:43:40 +02:00
..
2017-07-06 10:56:51 -07:00
2016-12-25 17:21:22 +01:00
2017-07-06 10:56:51 -07:00
2017-07-06 10:56:51 -07:00
2017-07-14 12:44:00 -07:00
2017-07-06 10:56:51 -07:00
2017-07-06 10:56:51 -07:00