Pre-amp is signed...

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7326 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Magnus Holmgren 2005-08-14 06:22:53 +00:00
parent fb5d2629a1
commit c78c22954b

View file

@ -431,7 +431,7 @@ static const struct bit_entry hd_bits[] =
{1, S_O(replaygain), false, "replaygain", off_on },
{1, S_O(replaygain_track), false, "replaygain type", "track,album" },
{1, S_O(replaygain_noclip), false, "replaygain noclip", off_on },
{8, S_O(replaygain_preamp), 0, "replaygain preamp", NULL },
{8 | SIGNED, S_O(replaygain_preamp), 0, "replaygain preamp", NULL },
#endif
/* If values are just added to the end, no need to bump the version. */