forked from len0rd/rockbox
Added global_settings.muted
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1650 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2a5712238b
commit
6e06a198b8
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ struct user_settings
|
||||||
int loudness; /* loudness eq: 0-100 0=off 100=max */
|
int loudness; /* loudness eq: 0-100 0=off 100=max */
|
||||||
int bass_boost; /* bass boost eq: 0-100 0=off 100=max */
|
int bass_boost; /* bass boost eq: 0-100 0=off 100=max */
|
||||||
int avc; /* auto volume correct: 0=disable, 1=2s 2=4s 3=8s */
|
int avc; /* auto volume correct: 0=disable, 1=2s 2=4s 3=8s */
|
||||||
|
bool muted; /* Is the device muted? */
|
||||||
|
|
||||||
/* device settings */
|
/* device settings */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue