ALSA: cs5535 - Fix an endianness conversion
authorDan Carpenter <dan.carpenter@oracle.com>
Sun, 20 Nov 2011 20:57:49 +0000 (23:57 +0300)
committerTakashi Iwai <tiwai@suse.de>
Mon, 21 Nov 2011 11:03:55 +0000 (12:03 +0100)
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>

No differences found