forked from len0rd/rockbox
Now beep can be disabled.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7365 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5d0fe30feb
commit
9d7fd1804e
6 changed files with 51 additions and 2 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue