From: Eldad Zack Date: Tue, 23 Jul 2013 09:15:06 +0000 (+0200) Subject: ALSA: hiface: return correct XRUN indication X-Git-Tag: v3.11-rc3~13^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fee4b700a4e9e446151eb5a03874ca8666323113;p=pandora-kernel.git ALSA: hiface: return correct XRUN indication Return SNDRV_PCM_POS_XRUN (snd_pcm_uframes_t) instead of SNDRV_PCM_STATE_XRUN (snd_pcm_state_t) from the pointer function of hiface, as expected by snd_pcm_update_hw_ptr0(). Caught by sparse. Cc: Antonio Ospite Signed-off-by: Eldad Zack Cc: Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed