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
/
wm8731.c
Age
Commit message (
Expand
)
Author
2016-12-12
wm8731: document audiohw settings
Amaury Pouly
2014-03-03
Fix various reds. Some includes needed fixup.
Thomas Martitz
2013-04-22
Do some cleanup, adjustment and a couple fixes to recent sound changes.
Michael Sevakis
2013-04-15
Fix some more errors and warnings from 0c7b787.
Michael Sevakis
2013-04-15
Straighten out the mad twisted state of sound.c and related areas.
Michael Sevakis
2010-06-19
FS#11417 by Joe Balough: fix audio/tuner on philips hdd6330
Rafaël Carré
2010-05-15
Hopefully get some green back from r26051.
Michael Sevakis
2010-04-27
Remove pcm_mute() which has been unused since r19308
Rafaël Carré
2008-12-16
Fix compilation error when no HW freq defined
Vitja Makarov
2008-12-12
Bring consistency to pcm implementation and samplerate handling. Less low-lev...
Michael Sevakis
2008-12-12
Fix the sound level on the Philips HDD1630
Mark Arigo
2008-12-08
Have drivers merged for WM8711/21/31 since they are so similar but respect al...
Michael Sevakis
2008-11-26
Get rid of remaining audiohw_enable_output style codec setup and use pre/post...
Michael Sevakis
2008-11-24
Simplify the wm8731 driver by adding a masked write function. Change _write_o...
Michael Sevakis
2008-10-18
Remove the audiohw_set_nsorder() function since it is not used, only implemen...
Peter D'Hoye
2008-10-18
Accept FS #9496 by Przemysław Hołubowski: disable deemphasis in WM8731. Thi...
Peter D'Hoye
2008-09-29
Codepolice: the patch I accepted contained some tabs. Oops
Peter D'Hoye
2008-09-28
Accept FS #9394 by Christian Lees and extend it to all PP targets with a WM87...
Peter D'Hoye
2008-09-07
Remove leftover cruft.
Jens Arnold
2008-09-06
Initial commit of iaudio 7 port by Vitja Makarov (FS#9245). Port is at quite...
Dave Chapman
2008-08-15
The high pass filter setting of the WM8731 seems to work the other way around...
Peter D'Hoye
2008-07-16
Ensure consistency between header file and implementation for iPod drivers, b...
Bertrik Sikken
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-16
fix some problems with missing HAVE_RECORDING checks
Christian Gmeiner
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-19
replace strange characters
Marcoen Hirschberg
2007-11-19
introduce general audiohw api for recording
Christian Gmeiner
2007-11-11
H10: Touch-up the audio source switching a bit. Actually fix my earlier error...
Michael Sevakis
2007-11-11
FS#8046: H10 FM tuner support. Thanks to Przemyslaw Holubowski for doing the...
Barry Wardell
2007-10-09
Increase step size of stereo width to 5% to avoid tediously long list in sett...
Thom Johansen
2007-10-02
Split wm8731 and wm8721 drivers. wm8721 can be much simpler since it has no r...
Michael Sevakis