summaryrefslogtreecommitdiffstats
path: root/firmware/sound.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-21WM8978: sound.c weirdness strikes again. Prescaler values have to be in centi...Michael Sevakis1-1/+5
2011-01-07Fix CS42L55 (iPod Classic) tone controlMichael Sparmann1-2/+2
2011-01-06Fix volume control on iPod ClassicMichael Sparmann1-2/+3
2010-10-31fix yellowMarcin Bukat1-6/+0
2010-10-31Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111...Marcin Bukat1-64/+21
2010-08-11Mark some local variables with 'static'.Nils Wallménius1-8/+8
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz1-1/+1
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-6/+6
2010-05-15- Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos...Thomas Martitz1-84/+1
2010-05-15Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feat...Michael Sevakis1-13/+334
2010-05-11r25940 oops. No, no, no, that wasn't quite right. Must be truthful about the ...Michael Sevakis1-2/+2
2010-05-11MRobe100, HD200, Gigabeat F/X (anything with wm8750 or wm8751). Properly pres...Michael Sevakis1-4/+3
2010-04-26Add MPIO HD200 port - changed filesMarcin Bukat1-5/+6
2010-04-25Fix yellowsThomas Martitz1-1/+1
2010-04-25Remove lots of simulator-speficic #ifdef'ing in sound.c to allow for DSP effe...Thomas Martitz1-128/+17
2010-04-13Fix minor mistake in tone control code: UDA1341 was added to the wrong part o...Torne Wuff1-4/+7
2010-01-03Fix further tabsAndree Buschmann1-1/+1
2009-11-11Comstify a function pointer arrayNils Wallménius1-2/+2
2009-11-03Improvements to mini2440 audio; change CPU freq to 406MHzBob Cousins1-2/+2
2009-08-01 * Move DSP_CALLBACK_* enum to sound.hMaurus Cuelenaere1-10/+4
2009-07-11Fix red in bootloadersAlexander Levin1-2/+0
2009-07-11Improvements to the pitch screen UI (FS#10359 by David Johnston)Alexander Levin1-8/+11
2009-06-28Create an udacodec interface (similar to ascodec and wmcoded) and adapt/imple...Bertrik Sikken1-1/+2
2009-05-26Fix audio on Onda VX747Maurus Cuelenaere1-0/+2
2009-05-253 new ports: Samsung YH-820, YH-920, and YH-925. Mostly functional. Audio wor...Mark Arigo1-3/+4
2009-03-03Get the volume controls working on the M:Robe 500 along with some minor code ...Karl Kurbjun1-2/+1
2009-01-02Small binsize optimization and likely a tiny speedup tooNils Wallménius1-83/+39
2008-12-31Gigabeat S: Allow recording from FM. Give FM the same volume range as playbac...Michael Sevakis1-1/+19
2008-12-27Fix for FS#9444. Scales balance between current and mute. Mutes channel at 10...Steve Gotthardt1-7/+7
2008-12-08Have drivers merged for WM8711/21/31 since they are so similar but respect al...Michael Sevakis1-7/+12
2008-11-24Fix compilation of Clip simulatorRafaël Carré1-1/+2
2008-09-13iPod Video: Fix playback after recording (FS #7402). Implement recording gain...Jens Arnold1-2/+2
2008-09-10iPod G4, Color/Photo and Nano audio driver rework: Fix playback after recordi...Jens Arnold1-2/+2
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-22Initial D2 sound playback support (known issues to follow on the CowonD2Info ...Rob Purchase1-2/+2
2008-05-24Make life easier for people working on new ports (audio drivers are normally ...Dave Chapman1-1/+3
2008-05-16fix some problems with missing HAVE_RECORDING checks #2Christian Gmeiner1-1/+2
2008-05-16fix FS#8992 - hope all sound bass/treble problems are gone nowChristian Gmeiner1-10/+16
2008-05-16simplify #if statementChristian Gmeiner1-2/+1
2008-05-16add AUDIOHW_CAP for bass cutoff and treble cut off and fix a wrong ifdef for ...Christian Gmeiner1-3/+9
2008-05-14Introduce PRESCALER_CAP and move some driver specific code to the correct place.Christian Gmeiner1-5/+3
2008-05-14Fail with an error and kick suspect looking default values.Christian Gmeiner1-3/+1
2008-05-13add BALANCE_CAP and CLIPPING_CAP and move some mas35xx code into audio driver...Christian Gmeiner1-29/+13
2008-05-03Gigabeat S: Man it's so loud in here. We have SOUND! Someone please make keym...Michael Sevakis1-3/+5
2008-04-28undo some changes of my last patch... should fix wm8751 based targetsChristian Gmeiner1-2/+14
2008-04-28* introduce AUDIOHW_CAPS to define which audio codec can do what kind of oper...Christian Gmeiner1-45/+29
2008-04-27fix redJonathan Gordon1-7/+9
2008-04-22move mas35xx specific code for set_channels and set_stereo_width to mas35xx.c...Christian Gmeiner1-94/+8
2008-04-22a warning is betterChristian Gmeiner1-1/+3
2008-04-22move defines for VOLUME_MIN and VOLUME_MAX to their correct place (mas35xx.h)Christian Gmeiner1-6/+2