mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:15:43 +01:00
Yes, we have 192kHz hardware now
This commit is contained in:
parent
6cccbcc21c
commit
d1f08a0484
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ int main(int argc, char *argv[])
|
|||
if (tmp < 300)
|
||||
tmp *= 1000;
|
||||
rhwparams.rate = tmp;
|
||||
if (tmp < 2000 || tmp > 128000) {
|
||||
if (tmp < 2000 || tmp > 192000) {
|
||||
error("bad speed value %i", tmp);
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue