Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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>
- Loading branch information