commit alsa-plugins for openSUSE:Factory
Hello community, here is the log from the commit of package alsa-plugins for openSUSE:Factory checked in at Fri Jul 24 16:56:07 CEST 2009. -------- --- alsa-plugins/alsa-plugins.changes 2009-06-19 16:18:54.000000000 +0200 +++ alsa-plugins/alsa-plugins.changes 2009-07-17 16:46:52.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Jul 17 16:46:27 CEST 2009 - tiwai@suse.de + +- fix the missing initialization of OSS PCM plugin + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alsa-plugins.spec ++++++ --- /var/tmp/diff_new_pack.Xkxwxe/_old 2009-07-24 16:55:00.000000000 +0200 +++ /var/tmp/diff_new_pack.Xkxwxe/_new 2009-07-24 16:55:00.000000000 +0200 @@ -38,7 +38,7 @@ Url: http://www.alsa-project.org/ Summary: Extra Plug-Ins for the ALSA Library Version: 1.0.20 -Release: 3 +Release: 4 License: BSD 3-clause (or similar) ; GPL v2 or later ; LGPL v2.1 or later Group: System/Libraries AutoReqProv: on ++++++ alsa-plugins-git-fixes.diff ++++++ --- /var/tmp/diff_new_pack.Xkxwxe/_old 2009-07-24 16:55:01.000000000 +0200 +++ /var/tmp/diff_new_pack.Xkxwxe/_new 2009-07-24 16:55:01.000000000 +0200 @@ -27,6 +27,18 @@ For example, you can enable agc like pcm.my_pcm { +diff --git a/oss/pcm_oss.c b/oss/pcm_oss.c +index 8a2a672..d43b44c 100644 +--- a/oss/pcm_oss.c ++++ b/oss/pcm_oss.c +@@ -181,6 +181,7 @@ static int oss_hw_params(snd_pcm_ioplug_t *io, + fprintf(stderr, "*** OSS: invalid period size %d\n", (int)io->period_size); + return -EINVAL; + } ++ oss->periods = io->buffer_size / io->period_size; + + _retry: + tmp = oss->period_shift | (oss->periods << 16); diff --git a/pph/rate_speexrate.c b/pph/rate_speexrate.c index 38244b6..0a1325c 100644 --- a/pph/rate_speexrate.c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de