[ALSA] pcxhr - Fix a compiler warning on 64bit architectures
commit711ee39bf3e2a69005d64f388441a6f883495f83
authorHenrik Kretzschmar <henne@nachtwindheim.de>
Thu, 20 Apr 2006 10:37:00 +0000 (20 12:37 +0200)
committerJaroslav Kysela <perex@suse.cz>
Thu, 27 Apr 2006 19:10:27 +0000 (27 21:10 +0200)
treea2e4dc7b3d334ce7c71a2711fa6b4ab5891cc409
parentc6cc0e3b0c087d350bdc5912ecdfb17e796ae266
[ALSA] pcxhr - Fix a compiler warning on 64bit architectures

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>
sound/pci/pcxhr/pcxhr_hwdep.c