summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/wm8758.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-19move audio drivers together into a subdirMarcoen Hirschberg1-299/+0
2006-12-18Fix compile errors.Barry Wardell1-3/+3
2006-12-18FS#6096. Recording on PortalPlayer targets (H10, iPod Video, iPod 4g, iPod Co...Barry Wardell1-21/+51
2006-12-09Move I2S initialisation out of the Wolfson codec driverDaniel Ankers1-0/+1
2006-12-06move some audio driver specific code to the correspoding filesMarcoen Hirschberg1-0/+31
2006-12-06first step in audio driver unification: renaming the functions to audio_*Marcoen Hirschberg1-20/+20
2006-10-20generalise the wolfson codec code a bitMarcoen Hirschberg1-95/+33
2006-08-15Add support for displaying the the current path or the full path (or neither)...Dan Everton1-5/+5
2006-08-14Make sure the EQ is always applied to the DAC path.Dan Everton1-1/+1
2006-08-14Add support for the iPod Video hardware equalizer. You can access it from Sou...Dan Everton1-0/+25
2006-03-27Reduce the appearance of volume change clicks by using the wmcodec's zero-cro...Brandon Low1-2/+2
2006-03-27Code policeBrandon Low1-4/+4
2006-03-22Fixed line out volume for 4G, Nano and 5G Ipods. Partial patch #4814 byThom Johansen1-0/+5
2006-03-05Finer grained irq masking, blocking for i2c, plus a mutex to prevent conflict...Brandon Low1-21/+0
2006-03-05Basic battery monitoring for ipod 5g, should work on other ipods as well, but...Brandon Low1-2/+20
2006-02-28iPod 5G: Correctly implement mute when setting volumeDave Chapman1-6/+0
2006-02-20iPod 5G: Bug fixes in DAC initialisation - playback is now stereo...Dave Chapman1-2/+4
2006-02-13iPod: Audio driver for iPod Video/5G. Rename wm8971_* functions to wmcodec_*...Dave Chapman1-0/+276