]> git.pld-linux.org Git - packages/alsa-utils.git/blob - alsa-utils-fast_sampling.patch
up to 1.2.11
[packages/alsa-utils.git] / alsa-utils-fast_sampling.patch
1 --- alsa-utils-1.0.15-old/aplay/aplay.c 2007-10-30 02:34:10.886553500 +0100
2 +++ alsa-utils-1.0.15/aplay/aplay.c     2007-10-30 02:34:44.680665500 +0100
3 @@ -470,7 +470,7 @@
4                         if (tmp < 1000)
5                                 tmp *= 1000;
6                         rhwparams.rate = tmp;
7 -                       if (tmp < 2000 || tmp > 768000) {
8 +                       if (tmp < 2000 || tmp > 896000) {
9                                 error(_("bad speed value %i"), tmp);
10                                 return 1;
11                         }
This page took 0.100745 seconds and 3 git commands to generate.