summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio (follow)
Commit message (Expand)AuthorAge
* More static / header file cleanup.Bertrik Sikken2008-05-03
* It's better not to use fixed constants since the lower volume limit may not b...Michael Sevakis2008-05-03
* Gigabeat S: Man it's so loud in here. We have SOUND! Someone please make keym...Michael Sevakis2008-05-03
* Don't commit LOGF_ENABLEMaurus Cuelenaere2008-05-03
* And don't forget the yellows...Maurus Cuelenaere2008-05-03
* Fix more red...Maurus Cuelenaere2008-05-03
* Made source files #include the header file that they implement to make sure t...Bertrik Sikken2008-05-03
* Add the Sansa M200 (v1) as a target - it's extremely similar to the Logik DAX...Dave Chapman2008-05-02
* undo some changes of my last patch... should fix wm8751 based targetsChristian Gmeiner2008-04-28
* * introduce AUDIOHW_CAPS to define which audio codec can do what kind of oper...Christian Gmeiner2008-04-28
* add more registers for the tsc2100Jonathan Gordon2008-04-27
* Gigabeat S: Implement i2c driver - transmit works but no testing of receiving...Michael Sevakis2008-04-27
* move mas35xx specific code for set_channels and set_stereo_width to mas35xx.c...Christian Gmeiner2008-04-22
* Killed unnecessary global variables by making them static.Bertrik Sikken2008-04-20
* FS#8898 - Prefix AS3514 registers with AS3514_Bertrik Sikken2008-04-15
* D2: Beginnings of a WM8985 driver (based on WM8758, using EQ1 and EQ5 as HW t...Rob Purchase2008-04-09
* Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis2008-03-26
* Do some crackdown on kernel object reinitialization after they could be in us...Michael Sevakis2008-03-12
* Return value of audiohw_set_xxx_vol is never used and most of the time we hav...Christian Gmeiner2008-02-13
* Commit FS#8379 by Andree Buschmann. Disables much of the remaining unneeded ...Michael Giacomelli2008-02-10
* mrobe 100: (1) fix the sound volume by properly enabling headphone output, (2...Mark Arigo2008-02-06
* audio on the m:robe 100 Robert Kukla2008-01-20
* Initial Cowon D2 commit:Rob Purchase2008-01-14
* Revert previous commit (still learning to work with git...)Marcoen Hirschberg2007-12-10
* use dB units for balance controlMarcoen Hirschberg2007-12-10
* Commit FS#7440. The iPod Video doesn't actually have a hardware equalizer. It...Dan Everton2007-11-24
* remove not used dummy codeChristian Gmeiner2007-11-22
* make private functions staticChristian Gmeiner2007-11-20
* get rid of audiohw_resetChristian Gmeiner2007-11-20
* replace strange charactersMarcoen Hirschberg2007-11-19
* introduce general audiohw api for recordingChristian Gmeiner2007-11-19
* H10: Touch-up the audio source switching a bit. Actually fix my earlier error...Michael Sevakis2007-11-11
* FS#8046: H10 FM tuner support. Thanks to Przemyslaw Holubowski for doing the...Barry Wardell2007-11-11
* Get rid of a couple of inl/outl since we have defines. Also use some other de...Barry Wardell2007-11-05
* FS#8022: AS3514 missing initialisation.Barry Wardell2007-10-25
* Improved H10 ADC driver. We now do things exactly as the OF does. This includ...Barry Wardell2007-10-16
* Increase step size of stereo width to 5% to avoid tediously long list in sett...Thom Johansen2007-10-09
* Ok. Really fix redMichael Sevakis2007-10-02
* Split wm8731 and wm8721 drivers. wm8721 can be much simpler since it has no r...Michael Sevakis2007-10-02
* Changes bass setting to use adaptive bass instead of linear bass. The datashe...Steve Gotthardt2007-07-13
* Gigabeat: Audio tweak mishmash - Make sure zero crossing detection times out ...Michael Sevakis2007-06-24
* Fixed missing semicolon in logf builds.Miika Pekkarinen2007-06-22
* * changed pararmeter of audiohw_mute from int to boolChristian Gmeiner2007-06-13
* some little more work on audio codec driver unification - more will followChristian Gmeiner2007-06-11
* Accept FS#7178 - Sansa e200 FM tuner support by Ivan Zupan. Do the needed int...Michael Sevakis2007-06-06
* e200: Add recording. Just from MIC right now and FM integration will happen s...Michael Sevakis2007-06-05
* the DAC drivers need to include audiohw.h nowMarcoen Hirschberg2007-05-22
* e200: Remute the line in with #if 0 as it causes static noise for those witho...Michael Sevakis2007-05-22
* fix red ipod mini'sChristian Gmeiner2007-05-22
* * move audio settings into audio codec driversChristian Gmeiner2007-05-22