commit | 304e3bb7a15d839cef64b24a1bcc1230b2ae6fa6 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed May 30 12:46:21 2007 +0200 |
committer | Jaroslav Kysela <perex@suse.cz> | Fri Jul 20 11:11:22 2007 +0200 |
tree | 063e97cef6c888cb161b29d7c9b9db73211876e1 | |
parent | ba8c3c37db0d6bf5e6de25016975ebfb558d2aba [diff] |
[ALSA] rme9652 - Fix the hw_pointer check 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>