1. 16 4月, 2016 1 次提交
  2. 05 2月, 2016 1 次提交
    • C
      ASoC: arizona: Add support for SNDRV_PCM_RATE_KNOT · d81221ff
      Charles Keepax 提交于
      The Arizona CODECs support several rates that do not have simple defines
      in ALSA. This patch adds support for SNDRV_PCM_RATE_KNOT so that users
      can open stream at these rates. As part of this we should always set
      constraints in arizona_startup, currently we only set the constraints if
      we already have a clock to limit rates to that family of sample rates.
      This patch updates this to set a constraint of all rates supported by
      the chip if we do not already know which family of rates to limit to.
      Finally we also reduce the list of rates supported in the constraints to
      only include those that are supported on current parts.
      Signed-off-by: NCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      d81221ff
  3. 29 1月, 2016 3 次提交
  4. 23 1月, 2016 1 次提交
  5. 07 1月, 2016 3 次提交
  6. 31 12月, 2015 1 次提交
  7. 23 12月, 2015 3 次提交
  8. 20 11月, 2015 1 次提交
  9. 17 9月, 2015 1 次提交
  10. 18 7月, 2015 1 次提交
  11. 11 7月, 2015 1 次提交
  12. 09 7月, 2015 1 次提交
  13. 07 7月, 2015 2 次提交
  14. 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
  15. 11 6月, 2015 2 次提交
  16. 03 6月, 2015 1 次提交
  17. 01 6月, 2015 1 次提交
  18. 28 5月, 2015 1 次提交
  19. 28 1月, 2015 2 次提交
  20. 15 1月, 2015 1 次提交
  21. 20 10月, 2014 1 次提交
  22. 23 7月, 2014 1 次提交
  23. 21 6月, 2014 1 次提交
  24. 15 4月, 2014 4 次提交
  25. 11 3月, 2014 1 次提交
  26. 04 3月, 2014 1 次提交
  27. 03 2月, 2014 2 次提交