summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
authorMartin Scarratt <mmmm@rockbox.org>2006-09-02 17:30:30 +0000
committerMartin Scarratt <mmmm@rockbox.org>2006-09-02 17:30:30 +0000
commit617b67e769661d4841b4fd1ace358b932f9c0378 (patch)
tree22a1b0dddc51ac890b2804ce100df30d10f271ea /apps/settings.h
parentee88a3bb2c137078c4e1d3285e1d7c5b5ff61572 (diff)
downloadrockbox-617b67e769661d4841b4fd1ace358b932f9c0378.tar.gz
rockbox-617b67e769661d4841b4fd1ace358b932f9c0378.zip
Display bitrate (Q value for Archos), samplerate, channels and recording format (M = MP3) in the statusbar in the recording screen. This is all new info for archos targets and I-river targets now have this info on the remote as well as the main screen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10856 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index af0eef57b1..e4787f53a6 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -151,6 +151,7 @@ struct user_settings
151 int rec_left_gain; /* 0-15 */ 151 int rec_left_gain; /* 0-15 */
152 int rec_right_gain; /* 0-15 */ 152 int rec_right_gain; /* 0-15 */
153 bool rec_editable; /* true means that the bit reservoir is off */ 153 bool rec_editable; /* true means that the bit reservoir is off */
154 bool recscreen_on; /* true if using the recording screen */
154 155
155 /* note: timesplit setting is not saved */ 156 /* note: timesplit setting is not saved */
156 int rec_timesplit; /* 0 = off, 157 int rec_timesplit; /* 0 = off,