rockbox/firmware/drivers/audio
Rafaël Carré 9c774b3849 as3514.c: clean up
- enhance registers description in header file with respect to the as3543
registers: point which one are present or not in the as3543, which bits
change (i didn't detail all registers)
- cache less registers, only up to the ones which are written to
  multiple times
- use ascodec_readbytes() to cache all needed registers in a row
- separate the as3543 bits from as3514/as3515 in audiohw_preinit()
- comment out unused audiohw_set_lineout_vol
- some cosmetics

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26174 a1c6a512-1295-4272-9138-f99709370657
2010-05-19 17:30:38 +00:00
..
ak4537.c Remove pcm_mute() which has been unused since r19308 2010-04-27 00:05:02 +00:00
as3514.c as3514.c: clean up 2010-05-19 17:30:38 +00:00
mas35xx.c FS#9157 - Tidy up some MAS35XX constants 2009-10-01 05:25:20 +00:00
sdl.c - Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hosted/sdl, uisdl.c is split up across button-sdl.c and system-sdl.c. 2010-05-15 21:02:47 +00:00
tlv320.c Remove pcm_mute() which has been unused since r19308 2010-04-27 00:05:02 +00:00
tsc2100.c Remove pcm_mute() which has been unused since r19308 2010-04-27 00:05:02 +00:00
uda1341.c Remove pcm_mute() which has been unused since r19308 2010-04-27 00:05:02 +00:00
uda1380.c Remove pcm_mute() which has been unused since r19308 2010-04-27 00:05:02 +00:00
wm8731.c Hopefully get some green back from r26051. 2010-05-15 13:30:01 +00:00
wm8751.c r25940 oops. No, no, no, that wasn't quite right. Must be truthful about the level in decidecibels for subsequent code. 2010-05-11 04:13:04 +00:00
wm8758.c Remove pcm_mute() which has been unused since r19308 2010-04-27 00:05:02 +00:00
wm8975.c Remove pcm_mute() which has been unused since r19308 2010-04-27 00:05:02 +00:00
wm8978.c 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. 2010-05-15 13:09:45 +00:00
wm8985.c Hopefully finish off the red from r26051. 2010-05-15 14:16:35 +00:00