[ALSA] pcxhr - Fix a compiler warning on 64bit architectures
authorHenrik Kretzschmar <henne@nachtwindheim.de>
Thu, 20 Apr 2006 10:37:00 +0000 (12:37 +0200)
committerJaroslav Kysela <perex@suse.cz>
Thu, 27 Apr 2006 19:10:27 +0000 (21:10 +0200)
The patch fixes a conpile warning on 64bit architectures, caused by
different sizes of size_t . Since size_t is unsigned I permited
myself to cange the format, too.

Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found