summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio/uda1380.c (follow)
Commit message (Expand)AuthorAge
* optimize WSPLL work for iriver h100 and h300 seriesDmitry Gamza2014-09-05
* some optimization for iriver h100 and h300 seriesDmitry Gamza2014-03-18
* Add missing kernel.h includes (hopefully all of them).Thomas Martitz2014-01-05
* Straighten out the mad twisted state of sound.c and related areas.Michael Sevakis2013-04-15
* More minor const/static/include fixes.Bertrik Sikken2010-08-01
* Remove pcm_mute() which has been unused since r19308Rafaël Carré2010-04-27
* Update the uda1380 codec driver to allow it to be used without the WSPLL for ...Bertrik Sikken2009-07-19
* Create an udacodec interface (similar to ascodec and wmcoded) and adapt/imple...Bertrik Sikken2009-06-28
* 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
* 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
* Introduce PRESCALER_CAP and move some driver specific code to the correct place.Christian Gmeiner2008-05-14
* Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis2008-03-26
* 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
* make private functions staticChristian Gmeiner2007-11-20
* 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
* 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
* 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