summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/audio/uda1380.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-03coldfire: Allow building when 88KHz audio is disabledSolomon Peachy1-2/+4
2014-09-05optimize WSPLL work for iriver h100 and h300 seriesDmitry Gamza1-8/+40
2014-03-18some optimization for iriver h100 and h300 seriesDmitry Gamza1-2/+2
2014-01-05Add missing kernel.h includes (hopefully all of them).Thomas Martitz1-0/+1
2013-04-15Straighten out the mad twisted state of sound.c and related areas.Michael Sevakis1-28/+9
2010-08-01More minor const/static/include fixes.Bertrik Sikken1-4/+4
2010-04-27Remove pcm_mute() which has been unused since r19308Rafaël Carré1-1/+1
2009-07-19Update the uda1380 codec driver to allow it to be used without the WSPLL for ...Bertrik Sikken1-2/+20
2009-06-28Create an udacodec interface (similar to ascodec and wmcoded) and adapt/imple...Bertrik Sikken1-36/+7
2008-12-12Bring consistency to pcm implementation and samplerate handling. Less low-lev...Michael Sevakis1-10/+25
2008-11-26Get rid of remaining audiohw_enable_output style codec setup and use pre/post...Michael Sevakis1-12/+2
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-25Accept FS #9021 by James Vasile and apply the fix to the other drivers that h...Peter D'Hoye1-0/+2
2008-05-14Introduce PRESCALER_CAP and move some driver specific code to the correct place.Christian Gmeiner1-0/+5
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis1-2/+2
2008-02-13Return value of audiohw_set_xxx_vol is never used and most of the time we hav...Christian Gmeiner1-4/+4
2007-12-10Revert previous commit (still learning to work with git...)Marcoen Hirschberg1-1/+1
2007-12-10use dB units for balance controlMarcoen Hirschberg1-1/+1
2007-11-20make private functions staticChristian Gmeiner1-4/+3
2007-11-20get rid of audiohw_resetChristian Gmeiner1-2/+2
2007-11-19introduce general audiohw api for recordingChristian Gmeiner1-1/+1
2007-10-09Increase step size of stereo width to 5% to avoid tediously long list in sett...Thom Johansen1-1/+1
2007-06-22Fixed missing semicolon in logf builds.Miika Pekkarinen1-1/+1
2007-06-13* changed pararmeter of audiohw_mute from int to boolChristian Gmeiner1-10/+7
2007-06-11some little more work on audio codec driver unification - more will followChristian Gmeiner1-2/+2
2007-05-22the DAC drivers need to include audiohw.h nowMarcoen Hirschberg1-1/+1
2007-05-22* move audio settings into audio codec driversChristian Gmeiner1-0/+12
2007-05-20exclude unused headersChristian Gmeiner1-11/+2
2007-04-19move audio drivers together into a subdirMarcoen Hirschberg1-0/+460