diff options
| author | Jeffrey Goode <jeffg7@gmail.com> | 2009-11-04 18:14:36 +0000 |
|---|---|---|
| committer | Jeffrey Goode <jeffg7@gmail.com> | 2009-11-04 18:14:36 +0000 |
| commit | 95e2d72759543b739a8faba7545fe6d9752fb4ef (patch) | |
| tree | f8afc86797e83fd4556ec17e857d4caa097d3bb9 /apps/settings.h | |
| parent | a06feaa7ecb010e6a6d85f49e6392f06f9f814a2 (diff) | |
| download | rockbox-95e2d72759543b739a8faba7545fe6d9752fb4ef.zip rockbox-95e2d72759543b739a8faba7545fe6d9752fb4ef.tar.gz rockbox-95e2d72759543b739a8faba7545fe6d9752fb4ef.tar.bz2 rockbox-95e2d72759543b739a8faba7545fe6d9752fb4ef.tar.xz | |
Compressor: simplify makeup gain setting, expand release range, finally provide documention in the manual!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23518 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
| -rw-r--r-- | apps/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.h b/apps/settings.h index 6de8208..5dfcc7c 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -792,8 +792,8 @@ struct user_settings #if CONFIG_CODEC == SWCODEC int compressor_threshold; - int compressor_ratio; int compressor_makeup_gain; + int compressor_ratio; int compressor_knee; int compressor_release_time; #endif |