commit | c3a9cfac750d78241b5dde7d004522f687703b90 | [log] [tgz] |
---|---|---|
author | Roger Mach <bigmach@us.ibm.com> | Thu May 26 17:58:01 2005 +0200 |
committer | Jaroslav Kysela <perex@suse.cz> | Sun May 29 10:14:59 2005 +0200 |
tree | 9d7245efcd1703a0f0ddf2b15b87c1aabac36e29 | |
parent | 71fe7b82db923e0f71b05deeb54fce75d5a4d08d [diff] |
[ALSA] pcm_oss - fix SNDCTL_DSP_GETOPTR not working correctly ALSA<-OSS emulation This patch changes snd_pcm_oss_bytes() by adding a local variable for the frames -> bytes conversion, which means that the frame count is no longer corrupted by this conversion. Signed-off-by: Roger Mach <bigmach@us.ibm.com> Signed-off-by: Clemens Ladisch <clemens@ladisch.de>