1. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  2. 825d89f Accept FS #9021 by James Vasile and apply the fix to the other drivers that have the same issue. by Peter D'Hoye · 16 years ago
  3. 06971be Return value of audiohw_set_xxx_vol is never used and most of the time we have a return 0; --> kick it by Christian Gmeiner · 17 years ago
  4. df31f5f Revert previous commit (still learning to work with git...) by Marcoen Hirschberg · 17 years ago
  5. dcf2441 use dB units for balance control by Marcoen Hirschberg · 17 years ago
  6. 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
  7. 41a67a7 get rid of audiohw_reset by Christian Gmeiner · 17 years ago
  8. c583f3c introduce general audiohw api for recording by Christian Gmeiner · 17 years ago
  9. 8f72192 Increase step size of stereo width to 5% to avoid tediously long list in settings. Reduce max limit from 255% to 250% for cosmetic reasons, value of 255% was chosen because of (very) old restrictions in settings system anyway. by Thom Johansen · 17 years ago
  10. d1178d2 * changed pararmeter of audiohw_mute from int to bool by Christian Gmeiner · 17 years ago
  11. 23279cd some little more work on audio codec driver unification - more will follow by Christian Gmeiner · 17 years ago
  12. 85f06b8 the DAC drivers need to include audiohw.h now by Marcoen Hirschberg · 17 years ago
  13. cdbf33a * move audio settings into audio codec drivers by Christian Gmeiner · 17 years ago
  14. bcdf43d exclude unused headers by Christian Gmeiner · 17 years ago
  15. 15dfe87 move audio drivers together into a subdir by Marcoen Hirschberg · 17 years ago[Renamed from firmware/drivers/wm8758.c]
  16. ca7a264 Fix compile errors. by Barry Wardell · 18 years ago
  17. df0dc22 FS#6096. Recording on PortalPlayer targets (H10, iPod Video, iPod 4g, iPod Color, iPod Nano). by Barry Wardell · 18 years ago
  18. acbbe82 Move I2S initialisation out of the Wolfson codec driver by Daniel Ankers · 18 years ago
  19. 1b967f4 move some audio driver specific code to the correspoding files by Marcoen Hirschberg · 18 years ago
  20. 77d039b first step in audio driver unification: renaming the functions to audio_* by Marcoen Hirschberg · 18 years ago
  21. 1d7ebdf generalise the wolfson codec code a bit by Marcoen Hirschberg · 18 years ago
  22. eb1dd38 Add support for displaying the the current path or the full path (or neither) in the file browser. Check General Settings -> File View -> Show Path for the options. by Dan Everton · 18 years ago
  23. 979dd7a Make sure the EQ is always applied to the DAC path. by Dan Everton · 18 years ago
  24. 8030c80 Add support for the iPod Video hardware equalizer. You can access it from Sound Settings -> Equalizer -> Hardware Equalizer. Note that the peak filters are reported not to work. Based on FS#5791 from Snyper. by Dan Everton · 18 years ago
  25. 5c950f4 Reduce the appearance of volume change clicks by using the wmcodec's zero-cross detect feature by Brandon Low · 19 years ago
  26. bdc52f4 Code police by Brandon Low · 19 years ago
  27. 473fc2b Fixed line out volume for 4G, Nano and 5G Ipods. Partial patch #4814 by by Thom Johansen · 19 years ago
  28. bb2f15c Finer grained irq masking, blocking for i2c, plus a mutex to prevent conflicting read/writes by Brandon Low · 19 years ago
  29. 63c0d1d Basic battery monitoring for ipod 5g, should work on other ipods as well, but needs testing and stuff. Also improved the RTC driver and moved it to where it belongs, and interrupt protected a bunch of possibly broken i2c. Also start preparing code for ipod charge monitoring. Note: on the 5g, this takes up enough processor time to increase skippiness noticeably in WPS. by Brandon Low · 19 years ago
  30. 71ee68e iPod 5G: Correctly implement mute when setting volume by Dave Chapman · 19 years ago
  31. 800023b iPod 5G: Bug fixes in DAC initialisation - playback is now stereo... by Dave Chapman · 19 years ago
  32. 9581ad3 iPod: Audio driver for iPod Video/5G. Rename wm8971_* functions to wmcodec_* to enable unification of the audio code for WM codecs by Dave Chapman · 19 years ago