summaryrefslogtreecommitdiffstats
path: root/firmware/sound.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-15Kill warnings that annoy me when building for Gigabeat S.Michael Sevakis1-3/+4
2008-04-09D2: Beginnings of a WM8985 driver (based on WM8758, using EQ1 and EQ5 as HW t...Rob Purchase1-5/+5
2008-03-31Introduce sanity check and extra nop to stabilise TCC780x set_cpu_frequency()...Rob Purchase1-3/+3
2008-02-06mrobe 100: (1) fix the sound volume by properly enabling headphone output, (2...Mark Arigo1-1/+2
2007-12-10Revert previous commit (still learning to work with git...)Marcoen Hirschberg1-3/+3
2007-12-10use dB units for balance controlMarcoen Hirschberg1-3/+3
2007-11-27Fix crash in sim when changing the MAS specific sound settings.Dan Everton1-0/+10
2007-11-24Commit FS#7440. The iPod Video doesn't actually have a hardware equalizer. It...Dan Everton1-2/+48
2007-11-15move {bass,treble,prescale}_table from sound.c to mas35xx.hChristian Gmeiner1-92/+1
2007-10-13Fix warnings by being stricter about declaring volume min/maxDan Everton1-1/+1
2007-10-13Fix broken sims by defining default volume min and max.Dan Everton1-5/+12
2007-10-13Make the volume range in the simulator match the target being simulated.Dan Everton1-2/+3
2007-10-09Increase step size of stereo width to 5% to avoid tediously long list in sett...Thom Johansen1-1/+1
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis1-1/+1
2007-10-02Fix red. Finish adding the remaining file.Michael Sevakis1-1/+1
2007-10-02Split wm8731 and wm8721 drivers. wm8721 can be much simpler since it has no r...Michael Sevakis1-2/+2
2007-09-20Beginning of an M:Robe 500i port. Currently only in the bootloader stage. N...Karl Kurbjun1-1/+1