commit | 27533df80e93dc164e39d47281bbbd608f9014a6 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Sun Nov 20 23:57:49 2011 +0300 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Nov 21 12:03:55 2011 +0100 |
tree | eed1ecf3a90e32e884c154f169a88d24de4803ab | |
parent | dbd1b5473ce8ae40fe7385eacc9294355eec0676 [diff] |
ALSA: cs5535 - Fix an endianness conversion desc->size is supposed to be a le16 type. On a big endian system the current code will set ->size to zero. We fixed a similar bug on the next line but missed this one. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>