]> git.pld-linux.org Git - packages/alsa-utils.git/commitdiff
up to 1.1.6 auto/th/alsa-utils-1.1.6-1
authorJan Palus <atler@pld-linux.org>
Sun, 8 Apr 2018 19:09:34 +0000 (21:09 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 8 Apr 2018 19:09:34 +0000 (21:09 +0200)
alsa-utils-fast_sampling.patch
alsa-utils.spec

index 99c3824f09d0ca1587ff5f500ba8f1509a6fb771..d30e089f9db3c95c310456b23da37c620b1581a1 100644 (file)
@@ -1,10 +1,10 @@
 --- alsa-utils-1.0.15-old/aplay/aplay.c        2007-10-30 02:34:10.886553500 +0100
 +++ alsa-utils-1.0.15/aplay/aplay.c    2007-10-30 02:34:44.680665500 +0100
 @@ -470,7 +470,7 @@
-                       if (tmp < 300)
+                       if (tmp < 1000)
                                tmp *= 1000;
                        rhwparams.rate = tmp;
--                      if (tmp < 2000 || tmp > 192000) {
+-                      if (tmp < 2000 || tmp > 768000) {
 +                      if (tmp < 2000 || tmp > 896000) {
                                error(_("bad speed value %i"), tmp);
                                return 1;
index 46f82e96cc8f8a5ac33615909e963edf9662042d..21c8d65a64252675d058c51bae00f8a15705fc56 100644 (file)
@@ -5,13 +5,13 @@ Summary(pt_BR.UTF-8): Utilitários para o ALSA (Advanced Linux Sound Architectur
 Summary(ru.UTF-8):     Утилиты командной строки для ALSA project
 Summary(uk.UTF-8):     Утиліти командного рядка для ALSA project
 Name:          alsa-utils
-Version:       1.1.5
+Version:       1.1.6
 Release:       1
 # some apps GPL v2, some GPL v2+
 License:       GPL v2
 Group:         Applications/Sound
 Source0:       ftp://ftp.alsa-project.org/pub/utils/%{name}-%{version}.tar.bz2
-# Source0-md5: dfe6ea147a5e07a056919591c2f5dac3
+# Source0-md5: 50ae75567459646b843bed78d916b002
 Source1:       alsasound.init
 # does anything use this (probably outdated) file? not alsasound.init
 Source2:       alsa-oss-pcm
This page took 0.152497 seconds and 4 git commands to generate.