Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feature...
commit5114ff38eee8517892fd234fa0f86ca67f536361
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
parent7ff877ff32e2fff3cb46c0f159e1d8818747859f
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