ALSA: cs5535 - Fix invalid big-endian conversions
authorTakashi Iwai <tiwai@suse.de>
Thu, 30 Jun 2011 10:31:23 +0000 (12:31 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 30 Jun 2011 10:35:45 +0000 (12:35 +0200)
commit71276410e17653cfacfa238a363475cde9e18fb3
treeea2fe3f41fa7e73ac52f4bf0c790ec01c5ac9f5c
parentf5b2d0ef631bb0647ae8ed1752d2127b8fb6da70
ALSA: cs5535 - Fix invalid big-endian conversions

Fix the wrongly converted short values:
  sound/pci/cs5535audio/cs5535audio_pcm.c:152: warning: large integer implicitly truncated to unsigned type
  sound/pci/cs5535audio/cs5535audio_pcm.c:160: warning: large integer implicitly truncated to unsigned type

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/cs5535audio/cs5535audio_pcm.c