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
Age
Commit message (
Expand
)
Author
2008-04-09
D2: Beginnings of a WM8985 driver (based on WM8758, using EQ1 and EQ5 as HW t...
Rob Purchase
2008-03-26
Do core interrupt masking in a less general fashion and save some instruction...
Michael Sevakis
2008-03-12
Do some crackdown on kernel object reinitialization after they could be in us...
Michael Sevakis
2008-02-13
Return value of audiohw_set_xxx_vol is never used and most of the time we hav...
Christian Gmeiner
2008-02-10
Commit FS#8379 by Andree Buschmann. Disables much of the remaining unneeded ...
Michael Giacomelli
2008-02-06
mrobe 100: (1) fix the sound volume by properly enabling headphone output, (2...
Mark Arigo
2008-01-20
audio on the m:robe 100
Robert Kukla
2008-01-14
Initial Cowon D2 commit:
Rob Purchase
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-24
Commit FS#7440. The iPod Video doesn't actually have a hardware equalizer. It...
Dan Everton
2007-11-22
remove not used dummy code
Christian Gmeiner
2007-11-20
make private functions static
Christian Gmeiner
2007-11-20
get rid of audiohw_reset
Christian Gmeiner
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-11-05
Get rid of a couple of inl/outl since we have defines. Also use some other de...
Barry Wardell
2007-10-25
FS#8022: AS3514 missing initialisation.
Barry Wardell
2007-10-16
Improved H10 ADC driver. We now do things exactly as the OF does. This includ...
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
Ok. Really fix red
Michael Sevakis
2007-10-02
Split wm8731 and wm8721 drivers. wm8721 can be much simpler since it has no r...
Michael Sevakis
2007-07-13
Changes bass setting to use adaptive bass instead of linear bass. The datashe...
Steve Gotthardt
2007-06-24
Gigabeat: Audio tweak mishmash - Make sure zero crossing detection times out ...
Michael Sevakis
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-06-06
Accept FS#7178 - Sansa e200 FM tuner support by Ivan Zupan. Do the needed int...
Michael Sevakis
2007-06-05
e200: Add recording. Just from MIC right now and FM integration will happen s...
Michael Sevakis
2007-05-22
the DAC drivers need to include audiohw.h now
Marcoen Hirschberg
2007-05-22
e200: Remute the line in with #if 0 as it causes static noise for those witho...
Michael Sevakis
2007-05-22
fix red ipod mini's
Christian Gmeiner
2007-05-22
* move audio settings into audio codec drivers
Christian Gmeiner
2007-05-22
e200: Use 16-16 L-R pairs when writing to the TX FIFO. Kill the channel swapp...
Michael Sevakis
2007-05-20
exclude unused headers
Christian Gmeiner
2007-05-20
Increase sansa volume range at the lower end. This seems to be necessary
Antonius Hellmann
2007-05-13
enable lineIn1 - lets hope FM chip is connected to lineIn 1
Christian Gmeiner
2007-05-04
bugfixes in AS3514 shadow register handling, for details see patch #7101
Antonius Hellmann
2007-05-03
No more ear doctor visits after powering/unpowering the Gigabeat. Cleanup a l...
Michael Sevakis
2007-05-02
Gigabeat: Separate driver for audio codec. Tweak pcm driver to comply with in...
Michael Sevakis
2007-04-19
move audio drivers together into a subdir
Marcoen Hirschberg