Pre-amp is signed...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7326 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fb5d2629a1
commit
c78c22954b
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ static const struct bit_entry hd_bits[] =
|
||||||
{1, S_O(replaygain), false, "replaygain", off_on },
|
{1, S_O(replaygain), false, "replaygain", off_on },
|
||||||
{1, S_O(replaygain_track), false, "replaygain type", "track,album" },
|
{1, S_O(replaygain_track), false, "replaygain type", "track,album" },
|
||||||
{1, S_O(replaygain_noclip), false, "replaygain noclip", off_on },
|
{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
|
#endif
|
||||||
|
|
||||||
/* If values are just added to the end, no need to bump the version. */
|
/* If values are just added to the end, no need to bump the version. */
|
||||||
|
|
Loading…
Reference in a new issue