1. 25 9月, 2016 1 次提交
    • C
      ASoC: wm_adsp: Separate concept of booted and running · 28823eba
      Charles Keepax 提交于
      Currently the wm_adsp driver has a flag that indicates the DSP is
      "running", this flag is used to gate access to the hardware.  However this
      flag is actually set in the firmware download thread after the firmware has
      been downloaded, but this is before the core is actually started running,
      so really it currently indicates that the core has been booted and is
      perhaps running.
      
      This patch clearly separates out the concepts of booted (firmware is
      downloaded) and running (code is executing on the DSP) within the wm_adsp
      driver.
      Signed-off-by: NCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      28823eba
  2. 22 6月, 2016 1 次提交
  3. 13 6月, 2016 2 次提交
  4. 30 5月, 2016 1 次提交
  5. 05 5月, 2016 2 次提交
  6. 02 5月, 2016 1 次提交
  7. 27 4月, 2016 2 次提交
  8. 07 4月, 2016 2 次提交
  9. 30 3月, 2016 2 次提交
  10. 11 3月, 2016 1 次提交
  11. 01 3月, 2016 1 次提交
  12. 21 2月, 2016 4 次提交
  13. 03 2月, 2016 2 次提交
  14. 29 1月, 2016 4 次提交
  15. 07 1月, 2016 2 次提交
  16. 23 12月, 2015 4 次提交
  17. 17 12月, 2015 1 次提交
  18. 13 12月, 2015 4 次提交
  19. 27 11月, 2015 1 次提交
  20. 19 6月, 2015 1 次提交
    • R
      ASoC: wm_adsp: Move DSP Rate controls into the codec · 336d0442
      Richard Fitzgerald 提交于
      The rate controls are codec-specific, it's not possible to
      generically say what the range or the meaning of each control
      is (or even if they exist at all) - that depends on the
      particular codec.
      
      This is currently being handled for Arizona codecs by putting
      an Arizona-specific table of controls inside the wm_adsp driver.
      This creates a dependency between wm_adsp and arizona.c, and is an
      awkward solution if the ADSP is used in another family of codecs
      
      Fix this by moving the Arizona-specific rate controls into the
      Arizona codec drivers.
      Signed-off-by: NRichard Fitzgerald <rf@opensource.wolfsonmicro.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      336d0442
  21. 11 6月, 2015 1 次提交