1. 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
  2. 17 3月, 2015 1 次提交
  3. 10 3月, 2015 1 次提交
  4. 13 12月, 2014 1 次提交
  5. 15 4月, 2014 1 次提交
  6. 11 3月, 2014 1 次提交
  7. 23 2月, 2014 1 次提交
  8. 30 3月, 2013 1 次提交
  9. 05 2月, 2013 2 次提交
  10. 04 2月, 2013 1 次提交
  11. 24 1月, 2013 1 次提交
  12. 20 1月, 2013 1 次提交
  13. 18 1月, 2013 1 次提交
  14. 16 1月, 2013 2 次提交
  15. 04 1月, 2013 1 次提交
  16. 21 12月, 2012 1 次提交
  17. 09 12月, 2012 1 次提交
  18. 29 11月, 2012 1 次提交
  19. 29 10月, 2012 1 次提交
  20. 22 10月, 2012 1 次提交
    • R
      ASoC: fix wm2200.c printk format warnings · 8858086f
      Randy Dunlap 提交于
      Fix wm2200.c printk format warnings (seen on x86_64):
      
      sound/soc/codecs/wm2200.c:1027:4: warning: format '%d' expects type 'int', but argument 4 has type 'size_t'
      sound/soc/codecs/wm2200.c:1139:5: warning: format '%d' expects type 'int', but argument 5 has type 'long unsigned int'
      sound/soc/codecs/wm2200.c:1181:2: warning: format '%d' expects type 'int', but argument 7 has type 'size_t'
      sound/soc/codecs/wm2200.c:1201:5: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'long unsigned int'
      sound/soc/codecs/wm2200.c:1264:4: warning: format '%d' expects type 'int', but argument 4 has type 'size_t'
      sound/soc/codecs/wm2200.c:1328:5: warning: format '%d' expects type 'int', but argument 5 has type 'long unsigned int'
      Signed-off-by: NRandy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      8858086f
  21. 15 10月, 2012 1 次提交
  22. 06 10月, 2012 6 次提交
  23. 05 10月, 2012 2 次提交
  24. 08 9月, 2012 1 次提交
  25. 06 8月, 2012 1 次提交
  26. 29 6月, 2012 1 次提交
  27. 16 2月, 2012 1 次提交
  28. 09 2月, 2012 1 次提交
  29. 30 1月, 2012 1 次提交
  30. 27 1月, 2012 1 次提交