summaryrefslogtreecommitdiffstats
path: root/firmware/sound.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-21Enabled channel configuration and stereo width option on software codecThom Johansen1-1/+15
2006-02-28iPod 5G: Correctly implement mute when setting volumeDave Chapman1-10/+12
2006-02-26iPod 3G - initial (completely untested) attempt at audio supportDave Chapman1-7/+47
2006-02-13iPod: Audio driver for iPod Video/5G. Rename wm8971_* functions to wmcodec_*...Dave Chapman1-14/+58
2006-02-08Patch #1403437 by Peter D'Hoye & Martin Scarratt: Recording gain.Hristo Kovachev1-4/+4
2006-02-04iAudio X5: various fixes to make the bootloader compileLinus Nielsen Feltzing1-1/+1
2006-02-03Fixed warnings on iFP.Tomasz Malesinski1-0/+12
2006-01-30iPod: Initial attempt at volume/bass/treble control - more work is needed, bu...Dave Chapman1-17/+57
2005-12-07Simplified and uniform volume handling: * Volume setting in dB on all targets...Jens Arnold1-162/+54
2005-12-04set default sound scaling metric properlyAnton Oleynikov1-1/+1
2005-12-04iRiver: new sound option "prevent clipping:adjust volume/adjust bass/adjust c...Anton Oleynikov1-14/+144
2005-11-12iRiver: Initial support for wav-recording in recording menu. Supports mic/lin...Andy1-0/+30
2005-11-11iPod: Code cleanup - the bootloader now compiles with zero warningsDave Chapman1-0/+12
2005-11-06Sound settings rework: * Put all fixed parameters (unit, decimals, step, min,...Jens Arnold1-222/+142
2005-11-06Corrected the bug with boolean settings (the inverted screen that couldn't be...Kevin Ferrare1-105/+188
2005-08-29Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold1-25/+25
2005-08-20Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen1-7/+0
2005-08-06iAudio: First unfinished attempt for tlv320 driver and rockbox integrationChristian Gmeiner1-0/+2
2005-06-19iriver: Prescale the digital volume when boosting treble/bass by decreasing t...Jens Arnold1-68/+60
2005-06-18Fix red gmini build.Jens Arnold1-1/+1
2005-06-18Iriver UDA1380 volume and balance handling is now done in sound.c, similar to...Jens Arnold1-8/+50
2005-06-16Balance support for UDA1380 based players.Thom Johansen1-0/+2
2005-06-16uda1380: Added bass/treble and recording functionsAndy1-0/+4
2005-06-15Broken code, too much crack for me.Thom Johansen1-1/+5
2005-06-15Proper UDA1380 bass and treble settings.Thom Johansen1-0/+13
2005-06-05Killed a warningLinus Nielsen Feltzing1-0/+4
2005-06-05First audio codec playback attempt by Miikka PekkarinenLinus Nielsen Feltzing1-0/+2
2005-05-22Better pitch handling.Jens Arnold1-9/+23
2005-04-01Moved the mpeg_sound_xxx() functions to sound.c and renamed them to sound_xxx()Linus Nielsen Feltzing1-0/+634