summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio
AgeCommit message (Expand)Author
2008-04-09D2: Beginnings of a WM8985 driver (based on WM8758, using EQ1 and EQ5 as HW t...Rob Purchase
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis
2008-03-12Do some crackdown on kernel object reinitialization after they could be in us...Michael Sevakis
2008-02-13Return value of audiohw_set_xxx_vol is never used and most of the time we hav...Christian Gmeiner
2008-02-10Commit FS#8379 by Andree Buschmann. Disables much of the remaining unneeded ...Michael Giacomelli
2008-02-06mrobe 100: (1) fix the sound volume by properly enabling headphone output, (2...Mark Arigo
2008-01-20audio on the m:robe 100 Robert Kukla
2008-01-14Initial Cowon D2 commit:Rob Purchase
2007-12-10Revert previous commit (still learning to work with git...)Marcoen Hirschberg
2007-12-10use dB units for balance controlMarcoen Hirschberg
2007-11-24Commit FS#7440. The iPod Video doesn't actually have a hardware equalizer. It...Dan Everton
2007-11-22remove not used dummy codeChristian Gmeiner
2007-11-20make private functions staticChristian Gmeiner
2007-11-20get rid of audiohw_resetChristian Gmeiner
2007-11-19replace strange charactersMarcoen Hirschberg
2007-11-19introduce general audiohw api for recordingChristian Gmeiner
2007-11-11H10: Touch-up the audio source switching a bit. Actually fix my earlier error...Michael Sevakis
2007-11-11FS#8046: H10 FM tuner support. Thanks to Przemyslaw Holubowski for doing the...Barry Wardell
2007-11-05Get rid of a couple of inl/outl since we have defines. Also use some other de...Barry Wardell
2007-10-25FS#8022: AS3514 missing initialisation.Barry Wardell
2007-10-16Improved H10 ADC driver. We now do things exactly as the OF does. This includ...Barry Wardell
2007-10-09Increase step size of stereo width to 5% to avoid tediously long list in sett...Thom Johansen
2007-10-02Ok. Really fix redMichael Sevakis
2007-10-02Split wm8731 and wm8721 drivers. wm8721 can be much simpler since it has no r...Michael Sevakis
2007-07-13Changes bass setting to use adaptive bass instead of linear bass. The datashe...Steve Gotthardt
2007-06-24Gigabeat: Audio tweak mishmash - Make sure zero crossing detection times out ...Michael Sevakis
2007-06-22Fixed missing semicolon in logf builds.Miika Pekkarinen
2007-06-13* changed pararmeter of audiohw_mute from int to boolChristian Gmeiner
2007-06-11some little more work on audio codec driver unification - more will followChristian Gmeiner
2007-06-06Accept FS#7178 - Sansa e200 FM tuner support by Ivan Zupan. Do the needed int...Michael Sevakis
2007-06-05e200: Add recording. Just from MIC right now and FM integration will happen s...Michael Sevakis
2007-05-22the DAC drivers need to include audiohw.h nowMarcoen Hirschberg
2007-05-22e200: Remute the line in with #if 0 as it causes static noise for those witho...Michael Sevakis
2007-05-22fix red ipod mini'sChristian Gmeiner
2007-05-22* move audio settings into audio codec driversChristian Gmeiner
2007-05-22e200: Use 16-16 L-R pairs when writing to the TX FIFO. Kill the channel swapp...Michael Sevakis
2007-05-20exclude unused headersChristian Gmeiner
2007-05-20Increase sansa volume range at the lower end. This seems to be necessary Antonius Hellmann
2007-05-13enable lineIn1 - lets hope FM chip is connected to lineIn 1Christian Gmeiner
2007-05-04bugfixes in AS3514 shadow register handling, for details see patch #7101Antonius Hellmann
2007-05-03No more ear doctor visits after powering/unpowering the Gigabeat. Cleanup a l...Michael Sevakis
2007-05-02Gigabeat: Separate driver for audio codec. Tweak pcm driver to comply with in...Michael Sevakis
2007-04-19move audio drivers together into a subdirMarcoen Hirschberg