Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
2acc0ac542d9186feee25bbe444c49cb59ca393e
/
firmware
/
export
/
audiohw.h
2acc0ac
Updated our source code header to explicitly mention that we are GPL v2 or
by Daniel Stenberg
· 16 years ago
112656b
simplify this #if statement too
by Christian Gmeiner
· 16 years ago
59357d4
add AUDIOHW_CAP for bass cutoff and treble cut off and fix a wrong ifdef for simulator.
by Christian Gmeiner
· 16 years ago
05e8488
Introduce PRESCALER_CAP and move some driver specific code to the correct place.
by Christian Gmeiner
· 16 years ago
785e776
add BALANCE_CAP and CLIPPING_CAP and move some mas35xx code into audio driver mas35xx.c
by Christian Gmeiner
· 16 years ago
8391526
* introduce AUDIOHW_CAPS to define which audio codec can do what kind of operations in hw, e.g. setting bass
by Christian Gmeiner
· 16 years ago
d20d9dd
add more registers for the tsc2100
by Jonathan Gordon
· 16 years ago
27fac88
Gigabeat S: Implement i2c driver - transmit works but no testing of receiving which will get a chance later. Add some seeds for codec driver. Correct a few #defines.
by Michael Sevakis
· 16 years ago
b1806b2
move mas35xx specific code for set_channels and set_stereo_width to mas35xx.c audio codec driver. If you ask why I
by Christian Gmeiner
· 16 years ago
159f8ee
D2: Beginnings of a WM8985 driver (based on WM8758, using EQ1 and EQ5 as HW treble/bass). Untested, but harmless.
by Rob Purchase
· 17 years ago
341188d
move audiohw_postinit to audiohw.h
by Christian Gmeiner
· 17 years ago
c6e9b8b
move audiohw_enable_output to audiohw.h
by Christian Gmeiner
· 17 years ago
47ea030
Initial Cowon D2 commit:
by Rob Purchase
· 17 years ago
d7e1f77
Commit FS#7440. The iPod Video doesn't actually have a hardware equalizer. It does have hardware bass/treble settings with configurable cutoff. So make the bass/treble settings use the hardware and remove the hardware equalizer configuration.
by Dan Everton
· 17 years ago
c583f3c
introduce general audiohw api for recording
by Christian Gmeiner
· 17 years ago
15b7321
Split wm8731 and wm8721 drivers. wm8721 can be much simpler since it has no recording. Provide reg bit definitions for those. Add some temporary hacks pcm-pp to prevent crashing when playing after recording. Make playback start after recording on pp5020. Get wm8731 to monitor recording but plans are to do that digitally.
by Michael Sevakis
· 17 years ago
590501c
Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks.
by Will Robertson
· 17 years ago
d1178d2
* changed pararmeter of audiohw_mute from int to bool
by Christian Gmeiner
· 17 years ago
23279cd
some little more work on audio codec driver unification - more will follow
by Christian Gmeiner
· 17 years ago
bcb8a88
e200: Add recording. Just from MIC right now and FM integration will happen soon. Most every bit of weirdness is nescessary and no problems seem to exist that the retailos doesn't exhibit too (namely noise when LCD is on when recording from MIC).
by Michael Sevakis
· 17 years ago
10e21d1
make audiohw.h include the DAC header files
by Marcoen Hirschberg
· 17 years ago
cdbf33a
* move audio settings into audio codec drivers
by Christian Gmeiner
· 17 years ago