forked from len0rd/rockbox
Iriver: Moved the handling of the UDA1380 split gain (analog preamp + decimator gain) into the UDA driver. * All: Settings structure sorted & cleaned up.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9927 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c9a1b4e9aa
commit
a238ab9df8
9 changed files with 109 additions and 477 deletions
|
|
@ -229,12 +229,6 @@ struct user_settings
|
|||
int rec_mic_gain; /* 0-15 */
|
||||
int rec_left_gain; /* 0-15 */
|
||||
int rec_right_gain; /* 0-15 */
|
||||
#ifdef HAVE_UDA1380
|
||||
int rec_linein_decimator_left_gain; /* -128 .. 48 */
|
||||
int rec_linein_decimator_right_gain; /* -128 .. 48 */
|
||||
int rec_mic_decimator_left_gain; /* -128 .. 48 */
|
||||
int rec_mic_decimator_right_gain; /* -128 .. 48 */
|
||||
#endif
|
||||
bool rec_editable; /* true means that the bit reservoir is off */
|
||||
|
||||
/* note: timesplit setting is not saved */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue