summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio/wm8975.c (follow)
Commit message (Expand)AuthorAge
* wm8975: document audiohw settingsAmaury Pouly2016-12-12
* Fix more reds.Thomas Martitz2014-03-03
* Do some cleanup, adjustment and a couple fixes to recent sound changes.Michael Sevakis2013-04-22
* Still at it for 0c7b787. Might be done now.Michael Sevakis2013-04-15
* Straighten out the mad twisted state of sound.c and related areas.Michael Sevakis2013-04-15
* Fix FS#11973. iPod nano1G needed reboot after entering record mode to have au...Andree Buschmann2011-03-03
* iPod Nano 2G: Reduce popping noise during codec powerup, especially when driv...Michael Sparmann2010-11-13
* Fix accidental C++ style comments from r28341Bertrik Sikken2010-11-05
* Fix FS#11559 - no sound from ipod fm remote on ipod nano 1g.Bertrik Sikken2010-10-24
* Implement lineout en-/disable for WM8975 and activate it for iPod nano 2G.Andree Buschmann2010-09-24
* Remove pcm_mute() which has been unused since r19308Rafaël Carré2010-04-27
* Make iPod Nano 2G audio workMichael Sparmann2009-10-05
* Bring consistency to pcm implementation and samplerate handling. Less low-lev...Michael Sevakis2008-12-12
* Get rid of remaining audiohw_enable_output style codec setup and use pre/post...Michael Sevakis2008-11-26
* Remove the audiohw_set_nsorder() function since it is not used, only implemen...Peter D'Hoye2008-10-18
* Fix some more #includesBertrik Sikken2008-09-15
* iPod G4, Color/Photo and Nano audio driver rework: Fix playback after recordi...Jens Arnold2008-09-10
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Accept FS #9021 by James Vasile and apply the fix to the other drivers that h...Peter D'Hoye2008-05-25
* Return value of audiohw_set_xxx_vol is never used and most of the time we hav...Christian Gmeiner2008-02-13
* Revert previous commit (still learning to work with git...)Marcoen Hirschberg2007-12-10
* use dB units for balance controlMarcoen Hirschberg2007-12-10
* remove not used dummy codeChristian Gmeiner2007-11-22
* get rid of audiohw_resetChristian Gmeiner2007-11-20
* introduce general audiohw api for recordingChristian Gmeiner2007-11-19
* Increase step size of stereo width to 5% to avoid tediously long list in sett...Thom Johansen2007-10-09
* * 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
* the DAC drivers need to include audiohw.h nowMarcoen Hirschberg2007-05-22
* * move audio settings into audio codec driversChristian Gmeiner2007-05-22
* exclude unused headersChristian Gmeiner2007-05-20
* move audio drivers together into a subdirMarcoen Hirschberg2007-04-19