]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: usb-audio: 6fire: return correct XRUN indication
authorEldad Zack <eldad@fogrefinery.com>
Fri, 19 Jul 2013 16:26:53 +0000 (18:26 +0200)
committerTakashi Iwai <tiwai@suse.de>
Sun, 21 Jul 2013 09:55:22 +0000 (11:55 +0200)
commitbe2f93a4c4981b3646b6f98f477154411b8516cb
tree7c047125d2bccb954cd143f2e8633b5e0c0571f6
parentf3e351eef3a7fd1e36a3e18d4f2f069b00deb23c
ALSA: usb-audio: 6fire: 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 6fire, as expected by snd_pcm_update_hw_ptr0().

Caught by sparse.

Signed-off-by: Eldad Zack <eldad@fogrefinery.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/6fire/pcm.c