An error occurred fetching the project authors.
  1. 09 Jun, 2016 1 commit
    • Lars-Peter Clausen's avatar
      ASoC: adau: Factor out shared PLL configuration code · 0eadaa9c
      Lars-Peter Clausen authored
      Multiple devices from the ADAU family share the same PLL structure and
      configuration register layout. Introduce a new helper module that can be
      used to calculated the PLL configuration registers based on a specified
      input frequency and the desired output frequency of the PLL.
      
      The ADAU1761/ADAU1781 and ADAU1373 drivers are updated to make use of this
      new helper module. But future drivers for additional devices from the ADAU
      family are also expected to make use of it.
      
      In anticipation of sharing more infrastructure code between different
      devices from the ADAU family the new module is called adau-utils.
      Signed-off-by: default avatarLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      0eadaa9c
  2. 02 Jun, 2016 1 commit
  3. 13 May, 2016 1 commit
  4. 28 Apr, 2016 1 commit
  5. 27 Apr, 2016 1 commit
  6. 22 Apr, 2016 1 commit
  7. 19 Apr, 2016 2 commits
  8. 18 Apr, 2016 1 commit
  9. 20 Feb, 2016 1 commit
  10. 18 Feb, 2016 1 commit
  11. 03 Feb, 2016 1 commit
    • Oder Chiou's avatar
      ASoC: rt5514: add rt5514 codec driver · 4a6180ea
      Oder Chiou authored
      This is the initial codec driver for rt5514. The codec includes a low power
      DSP for voice wake up. The register address is incremental by 4 in the DSP
      memory map. In order to recover the codec settings in the codec mode and
      manipulate the DSP mode for voice wake up, we use the multi-level register
      map. One is for ALSA API in codec mode that can be recovered by cache
      before recording. Another is for DSP related settings that can be accessed
      with 32bit address of the DSP in the application of voice wake up.
      Signed-off-by: default avatarOder Chiou <oder_chiou@realtek.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      4a6180ea
  12. 28 Jan, 2016 2 commits
  13. 27 Jan, 2016 1 commit
  14. 10 Jan, 2016 1 commit
  15. 19 Dec, 2015 1 commit
  16. 12 Dec, 2015 1 commit
  17. 30 Nov, 2015 1 commit
  18. 23 Nov, 2015 2 commits
  19. 21 Nov, 2015 1 commit
  20. 18 Nov, 2015 1 commit
  21. 16 Nov, 2015 1 commit
  22. 07 Oct, 2015 1 commit
  23. 02 Oct, 2015 2 commits
  24. 19 Sep, 2015 1 commit
  25. 17 Sep, 2015 1 commit
  26. 27 Aug, 2015 1 commit
  27. 16 Jul, 2015 1 commit
  28. 10 Jul, 2015 1 commit
  29. 09 Jul, 2015 1 commit
  30. 06 Jul, 2015 1 commit
  31. 12 Jun, 2015 1 commit
  32. 04 May, 2015 1 commit
  33. 11 Mar, 2015 1 commit
  34. 05 Mar, 2015 1 commit
  35. 06 Feb, 2015 1 commit
  36. 14 Nov, 2014 1 commit
    • Dylan Reid's avatar
      ASoC: add TI ts3a227e headset chip driver · 2880fc87
      Dylan Reid authored
      The TS3A227E is an autonomous audio accessory detection and
      configuration switch that detects 3-pole or 4-pole audio accessories
      and configures internal switches to route the signals accordingly.
      
      This chip also has built-in support for the new button standard
      described in the Android "Wired audio headset specification" v1.0.
      These buttons will be reported on the jack as buttons 0-3 mapped to
      KEY_MEDIA, KEY_VOLUMEUP, KEY_VOLUMEDOWN, and KEY_VOICE_COMMAND.
      
      This will be added as an aux_dev and have the jack passed in from the
      machine driver.
      Signed-off-by: default avatarDylan Reid <dgreid@chromium.org>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      2880fc87