1
0
Fork 0
forked from len0rd/rockbox

Onda VX747:

* Add speaker en-/disable driver
  * Add apps/ setting to en-/disable the speaker


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20174 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2009-03-02 18:18:24 +00:00
parent 69ffd7c84f
commit 6c252a6751
8 changed files with 87 additions and 0 deletions

View file

@ -806,6 +806,10 @@ void settings_apply(bool read_disk)
global_settings.peak_meter_clip_hold);
#endif
#ifdef HAVE_SPEAKER
audiohw_enable_speaker(global_settings.speaker_enabled);
#endif
if (read_disk)
{