Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feature...
commit17e0fb873ae7de721755b343836aeac1eafa6698
authorjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Sat, 15 May 2010 13:09:45 +0000 (15 13:09 +0000)
committerjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Sat, 15 May 2010 13:09:45 +0000 (15 13:09 +0000)
tree2598d3a019c33d6f9ea76010fd6d3a8301ef87a0
parent2b6334f5de54c1c7dab4da241f233a466e959b3e
Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feature. Under the hood, it's designated a hardware equalizer since it is one. Implement code framework for hardware EQ in general. Menu aspect is well abstracted and so the UI and strings can be changed around if taste doesn't quite suit. So far the emphasis is distinction of the UI labelling from the software EQ so that it's clear the settings are for a different thing.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26051 a1c6a512-1295-4272-9138-f99709370657
18 files changed:
apps/SOURCES
apps/lang/english.lang
apps/menus/audiohw_eq_menu.c [new file with mode: 0644]
apps/menus/exported_menus.h
apps/menus/sound_menu.c
apps/plugin.c
apps/plugin.h
apps/plugins/mpegplayer/mpeg_settings.c
apps/settings.c
apps/settings.h
apps/settings_list.c
firmware/drivers/audio/wm8978.c
firmware/export/audiohw.h
firmware/export/config/gigabeats.h
firmware/export/sound.h
firmware/export/wm8978.h
firmware/sound.c
uisimulator/sdl/sound.c