index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
drivers
/
audio
/
uda1380.c
Age
Commit message (
Expand
)
Author
2020-10-03
coldfire: Allow building when 88KHz audio is disabled
Solomon Peachy
2014-09-05
optimize WSPLL work for iriver h100 and h300 series
Dmitry Gamza
2014-03-18
some optimization for iriver h100 and h300 series
Dmitry Gamza
2014-01-05
Add missing kernel.h includes (hopefully all of them).
Thomas Martitz
2013-04-15
Straighten out the mad twisted state of sound.c and related areas.
Michael Sevakis
2010-08-01
More minor const/static/include fixes.
Bertrik Sikken
2010-04-27
Remove pcm_mute() which has been unused since r19308
Rafaël Carré
2009-07-19
Update the uda1380 codec driver to allow it to be used without the WSPLL for ...
Bertrik Sikken
2009-06-28
Create an udacodec interface (similar to ascodec and wmcoded) and adapt/imple...
Bertrik Sikken
2008-12-12
Bring consistency to pcm implementation and samplerate handling. Less low-lev...
Michael Sevakis
2008-11-26
Get rid of remaining audiohw_enable_output style codec setup and use pre/post...
Michael Sevakis
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-25
Accept FS #9021 by James Vasile and apply the fix to the other drivers that h...
Peter D'Hoye
2008-05-14
Introduce PRESCALER_CAP and move some driver specific code to the correct place.
Christian Gmeiner
2008-03-26
Do core interrupt masking in a less general fashion and save some instruction...
Michael Sevakis
2008-02-13
Return value of audiohw_set_xxx_vol is never used and most of the time we hav...
Christian Gmeiner
2007-12-10
Revert previous commit (still learning to work with git...)
Marcoen Hirschberg
2007-12-10
use dB units for balance control
Marcoen Hirschberg
2007-11-20
make private functions static
Christian Gmeiner
2007-11-20
get rid of audiohw_reset
Christian Gmeiner
2007-11-19
introduce general audiohw api for recording
Christian Gmeiner
2007-10-09
Increase step size of stereo width to 5% to avoid tediously long list in sett...
Thom Johansen
2007-06-22
Fixed missing semicolon in logf builds.
Miika Pekkarinen
2007-06-13
* changed pararmeter of audiohw_mute from int to bool
Christian Gmeiner
2007-06-11
some little more work on audio codec driver unification - more will follow
Christian Gmeiner
2007-05-22
the DAC drivers need to include audiohw.h now
Marcoen Hirschberg
2007-05-22
* move audio settings into audio codec drivers
Christian Gmeiner
2007-05-20
exclude unused headers
Christian Gmeiner
2007-04-19
move audio drivers together into a subdir
Marcoen Hirschberg