diff options
| author | Miika Pekkarinen <miipekk@ihme.org> | 2005-08-20 21:17:41 +0000 |
|---|---|---|
| committer | Miika Pekkarinen <miipekk@ihme.org> | 2005-08-20 21:17:41 +0000 |
| commit | 9d7fd1804e32b29b76a2aae02bbebd8b5464c23c (patch) | |
| tree | 4e0a9363c5bc5763fcc770d293c92f67530e9f92 /apps/settings.c | |
| parent | 5d0fe30feb022030c2f43f44b0ccca35ddef3446 (diff) | |
| download | rockbox-9d7fd1804e32b29b76a2aae02bbebd8b5464c23c.zip rockbox-9d7fd1804e32b29b76a2aae02bbebd8b5464c23c.tar.gz rockbox-9d7fd1804e32b29b76a2aae02bbebd8b5464c23c.tar.bz2 rockbox-9d7fd1804e32b29b76a2aae02bbebd8b5464c23c.tar.xz | |
Now beep can be disabled.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7365 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
| -rw-r--r-- | apps/settings.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.c b/apps/settings.c index 05138aa..9bcdc55 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -432,6 +432,7 @@ static const struct bit_entry hd_bits[] = {1, S_O(replaygain_track), false, "replaygain type", "track,album" }, {1, S_O(replaygain_noclip), false, "replaygain noclip", off_on }, {8 | SIGNED, S_O(replaygain_preamp), 0, "replaygain preamp", NULL }, + {2, S_O(beep), 0, "off,weak,moderate,strong", NULL }, #endif /* If values are just added to the end, no need to bump the version. */ |