forked from len0rd/rockbox
The prerecord setting had too few bits allocated
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5160 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9bf0cd1fc0
commit
0bc2c6cc2c
1 changed files with 1 additions and 1 deletions
|
|
@ -311,7 +311,7 @@ static const struct bit_entry hd_bits[] =
|
||||||
"rec left gain", NULL }, /* 0...15 */
|
"rec left gain", NULL }, /* 0...15 */
|
||||||
{4, S_O(rec_right_gain), 2, /* 0dB */
|
{4, S_O(rec_right_gain), 2, /* 0dB */
|
||||||
"rec right gain", NULL }, /* 0...15 */
|
"rec right gain", NULL }, /* 0...15 */
|
||||||
{1, S_O(rec_prerecord_time), 0, "prerecording time", NULL }, /* 0...30 */
|
{5, S_O(rec_prerecord_time), 0, "prerecording time", NULL }, /* 0...30 */
|
||||||
{1, S_O(rec_directory), 0, /* rec_base_directory */
|
{1, S_O(rec_directory), 0, /* rec_base_directory */
|
||||||
"rec directory", REC_BASE_DIR ",current" },
|
"rec directory", REC_BASE_DIR ",current" },
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue