diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-05-14 23:34:24 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-05-14 23:34:24 +0000 |
| commit | a238ab9df8f19ecd7abc44b6707a5622fcd770fe (patch) | |
| tree | d6f786b92d649166545d235b2a4dfb72fe54ba7f /apps/settings.h | |
| parent | c9a1b4e9aaba244d27a1e770052697bab8a6ae3e (diff) | |
| download | rockbox-a238ab9df8f19ecd7abc44b6707a5622fcd770fe.zip rockbox-a238ab9df8f19ecd7abc44b6707a5622fcd770fe.tar.gz rockbox-a238ab9df8f19ecd7abc44b6707a5622fcd770fe.tar.bz2 rockbox-a238ab9df8f19ecd7abc44b6707a5622fcd770fe.tar.xz | |
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
Diffstat (limited to 'apps/settings.h')
| -rw-r--r-- | apps/settings.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/settings.h b/apps/settings.h index 8a65799..fd03d93 100644 --- a/apps/settings.h +++ b/apps/settings.h @@ -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 */ |