Browse Source

update ALSA --help for --nperiods

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@800 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
joq 20 years ago
parent
commit
f4114499ee
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      drivers/alsa/alsa_driver.c

+ 1
- 1
drivers/alsa/alsa_driver.c View File

@@ -2257,7 +2257,7 @@ driver_get_descriptor ()
params[i].character = 'n';
params[i].type = JackDriverParamUInt;
params[i].value.ui = 2U;
strcpy (params[i].short_desc, "Number of periods in hardware buffer");
strcpy (params[i].short_desc, "Number of periods of playback latency");
strcpy (params[i].long_desc, params[i].short_desc);

i++;


Loading…
Cancel
Save