[ALSA] rme9652 - Fix the hw_pointer check
authorTakashi Iwai <tiwai@suse.de>
Wed, 30 May 2007 10:46:21 +0000 (12:46 +0200)
committerJaroslav Kysela <perex@suse.cz>
Fri, 20 Jul 2007 09:11:22 +0000 (11:11 +0200)
The negative check in hw_pointer callback doesn't work because the
value is unsigned.  Cast to int in the comparison to fix this.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>

No differences found