1. 10 Aug, 2009 1 commit
  2. 09 Aug, 2009 1 commit
  3. 08 Aug, 2009 3 commits
  4. 07 Aug, 2009 6 commits
  5. 06 Aug, 2009 3 commits
    • Janusz Krzysztofik's avatar
      ASoC: CX20442: simplify codec controller usage · 9029bb31
      Janusz Krzysztofik authored
      This patch is a workaround for the problem of several subsequent control
      statements not being applied correctly to the codec controller (modem).
      
      In order to follow the hook switch state change from handset to handsfree
      while
      in full duplex mode, two consecutive +VLS control commands were sent to the
      modem. The first one was M1 (microphone only), the seconds one was M1S1 (both
      microphone and speaker). As there was no real modem handshaking procedure
      implemented, neither in the codec nor in the machine driver part of the line
      discipline, the modem was having the second command missed.
      
      Since a possibility to switch to microphone only mode (and speaker only mode
      as well) seams of no value, I have modified the code to issue single M1S1
      command only for any of those cases.
      
      Tested on my Amstrad Delta.
      Signed-off-by: default avatarJanusz Krzysztofik <jkrzyszt@tis.icnet.pl>
      Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      9029bb31
    • Janusz Krzysztofik's avatar
      ASoC: CX20442: add some debugging · 4977b03e
      Janusz Krzysztofik authored
      This patch adds debugging statement that can help in tracing
      how the driver is trying to control the codec device.
      Signed-off-by: default avatarJanusz Krzysztofik <jkrzyszt@tis.icnet.pl>
      Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      4977b03e
    • Mark Brown's avatar
      ASoC: Add WM8776 CODEC driver · 924914ee
      Mark Brown authored
      The WM8776 is a high performance, stereo audio CODEC with five channel
      input selector. The WM8776 is ideal for surround sound processing
      applications for home hi-fi, DVD-RW and other audio visual equipment.
      
      This driver implements support for most WM8776 features - currently the
      ADC automatic level control/limiter functionality is omitted.
      Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      924914ee
  6. 05 Aug, 2009 3 commits
  7. 03 Aug, 2009 4 commits
  8. 31 Jul, 2009 5 commits
  9. 30 Jul, 2009 1 commit
  10. 29 Jul, 2009 3 commits
  11. 28 Jul, 2009 3 commits
  12. 24 Jul, 2009 2 commits
  13. 23 Jul, 2009 5 commits