From: Jaroslav Kysela Date: Fri, 27 May 2005 08:07:06 +0000 (+0200) Subject: [ALSA] Reverted last patch for SNDCTL_DSP_GETOPTR fix & possible overflow fix X-Git-Tag: v2.6.13-rc1~68^2~595 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e72ab349e54da49cf3e11480581a3e6704d9553;p=pandora-kernel.git [ALSA] Reverted last patch for SNDCTL_DSP_GETOPTR fix & possible overflow fix ALSA<-OSS emulation This reverts the last patch which wrongly mixes bytes and frames. The real culprit might be the 32-bit overflow, so the return expression uses 64-bit values now in snd_pcm_oss_bytes(). Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed