1. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  2. 112656b simplify this #if statement too by Christian Gmeiner · 16 years ago
  3. 59357d4 add AUDIOHW_CAP for bass cutoff and treble cut off and fix a wrong ifdef for simulator. by Christian Gmeiner · 16 years ago
  4. 05e8488 Introduce PRESCALER_CAP and move some driver specific code to the correct place. by Christian Gmeiner · 16 years ago
  5. 785e776 add BALANCE_CAP and CLIPPING_CAP and move some mas35xx code into audio driver mas35xx.c by Christian Gmeiner · 16 years ago
  6. 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
  7. d20d9dd add more registers for the tsc2100 by Jonathan Gordon · 16 years ago
  8. 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
  9. 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
  10. 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
  11. 341188d move audiohw_postinit to audiohw.h by Christian Gmeiner · 17 years ago
  12. c6e9b8b move audiohw_enable_output to audiohw.h by Christian Gmeiner · 17 years ago
  13. 47ea030 Initial Cowon D2 commit: by Rob Purchase · 17 years ago
  14. 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
  15. c583f3c introduce general audiohw api for recording by Christian Gmeiner · 17 years ago
  16. 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
  17. 590501c Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks. by Will Robertson · 17 years ago
  18. d1178d2 * changed pararmeter of audiohw_mute from int to bool by Christian Gmeiner · 17 years ago
  19. 23279cd some little more work on audio codec driver unification - more will follow by Christian Gmeiner · 17 years ago
  20. 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
  21. 10e21d1 make audiohw.h include the DAC header files by Marcoen Hirschberg · 17 years ago
  22. cdbf33a * move audio settings into audio codec drivers by Christian Gmeiner · 17 years ago