]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ALSA: fix excessive background noise introduced by OSS emulation rate shrink
authorSteve Chen <schen@mvista.com>
Sat, 21 Feb 2009 14:05:04 +0000 (08:05 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 17 Mar 2009 00:32:11 +0000 (17:32 -0700)
commit0d0ed5ca7301baf01bef6bf1d81c6966bde479d4
treec981cba8ce05f9874703ae7f516a5bace27ef770
parente1d2998309b487e0a23249be0307f0fda38f07a4
ALSA: fix excessive background noise introduced by OSS emulation rate shrink

commit 5370d96f85962769ea3df3a81cc885f257c51589 upstream.

Incorrect variable was used to get the next sample which caused S2
to be stuck with the same value resulting in loud background noise.

Signed-off-by: Steve Chen <schen@mvista.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/core/oss/rate.c