]> git.pld-linux.org Git - packages/alsa-utils.git/blobdiff - alsa-utils-fast_sampling.patch
up to 1.2.1
[packages/alsa-utils.git] / alsa-utils-fast_sampling.patch
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;
This page took 0.077493 seconds and 4 git commands to generate.