summaryrefslogtreecommitdiffstats
path: root/firmware/sound.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-31working volume control in the simJonathan Gordon1-1/+2
2007-06-05e200: Fix errors from recording addition and a warning that comes up when fix...Michael Sevakis1-2/+20
2007-06-05e200: Add recording. Just from MIC right now and FM integration will happen s...Michael Sevakis1-0/+2
2007-05-27Fix the audiohw settings stub for the sim so the rec screen doesnt crash anymoreJonathan Gordon1-0/+6
2007-05-22* move audio settings into audio codec driversChristian Gmeiner1-97/+79
2007-05-20Increase sansa volume range at the lower end. This seems to be necessary Antonius Hellmann1-1/+1
2007-05-02Gigabeat: Separate driver for audio codec. Tweak pcm driver to comply with in...Michael Sevakis1-3/+15
2007-04-15adapt some valuesChristian Gmeiner1-1/+1
2007-04-12simplify UDA1380 bass and treble codeMarcoen Hirschberg1-10/+2
2007-04-12remove Sansa from the todoMarcoen Hirschberg1-2/+2
2007-04-11Moved SH1 system code to target tree. * First shot at hwcompat cleanup.Jens Arnold1-2/+1
2007-03-11Enable balance control on SansaDaniel Ankers1-1/+2
2007-03-11Sound for Sansa E200 - based on work by myself, Rene Peinthor, Barry Wardell ...Daniel Ankers1-18/+11
2007-03-07Use the new DSP callback functionality in firmware/sound.c to deal with SWCOD...Thom Johansen1-4/+6
2007-03-07Hack around the lack of a hardware prescaler on a number of WM codecs. Bass a...Thom Johansen1-4/+9
2007-02-26WM8711/8721/8731 have no tone controls, so enable the software tone controls ...Jens Arnold1-2/+0
2007-02-26Add software based bass/treble controls for targets which have no such functi...Thom Johansen1-15/+38
2006-12-18FS#6096. Recording on PortalPlayer targets (H10, iPod Video, iPod 4g, iPod Co...Barry Wardell1-1/+13
2006-12-06move some audio driver specific code to the correspoding filesMarcoen Hirschberg1-166/+2
2006-12-06first step in audio driver unification: renaming the functions to audio_*Marcoen Hirschberg1-10/+10
2006-11-22Sansa doesn't use a Wolfson codec. Various other changes to allow Sansa to c...Daniel Ankers1-8/+18
2006-10-21add support for the Wolfson WM8751Marcoen Hirschberg1-11/+11
2006-08-12Iriver iFP7xx sound support.Tomasz Malesinski1-2/+6
2006-07-21Patch #5347 by Rani Hod - Adds FM radio and recording features to the iAudio X5.Linus Nielsen Feltzing1-1/+24
2006-05-14Iriver: Moved the handling of the UDA1380 split gain (analog preamp + decimat...Jens Arnold1-15/+5
2006-04-04Correct minimum value for TLV320 volumeLinus Nielsen Feltzing1-1/+1
2006-03-30iPod mini 2G: Define correct audio codec, and fix WM8731 driver to work with ...Jens Arnold1-16/+20
2006-03-29iAudio X5 doesn't have bass and trebleLinus Nielsen Feltzing1-5/+8
2006-03-28Correct maximum and default volume for iAudio X5Linus Nielsen Feltzing1-1/+1
2006-03-28First quick'n'dirty volume control for the iAudio X5Linus Nielsen Feltzing1-2/+30
2006-03-27Fix some math for ipod volume settingsBrandon Low1-8/+8
2006-03-26Fixed potential sample overflow in variable stereo width > 100% and karaoke m...Jens Arnold1-9/+9
2006-03-22Fixed line out volume for 4G, Nano and 5G Ipods. Partial patch #4814 byThom Johansen1-0/+4