1. 10 5月, 2010 1 次提交
  2. 17 4月, 2010 1 次提交
    • M
      ASoC: Add indirection for CODEC private data · b2c812e2
      Mark Brown 提交于
      One of the features of the multi CODEC work is that it embeds a struct
      device in the CODEC to provide diagnostics via a sysfs class rather than
      via the device tree, at which point it's much better to use the struct
      device private data rather than having two places to store it. Provide
      an accessor function to allow this change to be made more easily, and
      update all the CODEC drivers are updated.
      
      To ensure use of the accessor the private data structure member is
      renamed, meaning that if code developed with older an older core that
      still uses private_data is merged it will fail to build.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Acked-by: NLiam Girdwood <lrg@slimlogic.co.uk>
      b2c812e2
  3. 28 1月, 2010 2 次提交
  4. 27 11月, 2009 1 次提交
    • T
      ASoC: Revert missing reset_err in wm97*.c · a22eaf4c
      Takashi Iwai 提交于
      The commit fe3e78e0
            ASoC: Factor out snd_soc_init_card()
      removed the error paths that are still valid for wm97* codecs, causing
      the compile errors like
        sound/soc/codecs/wm9705.c:399: error: label 'reset_err' used but not defined
        sound/soc/codecs/wm9712.c:687: error: label 'reset_err' used but not defined
        sound/soc/codecs/wm9713.c:1237: error: label 'reset_err' used but not defined
      
      Revert the removed error path codes.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      a22eaf4c
  5. 13 11月, 2009 1 次提交
  6. 05 11月, 2009 1 次提交
  7. 04 11月, 2009 1 次提交
  8. 06 9月, 2009 1 次提交
  9. 28 5月, 2009 1 次提交
  10. 02 5月, 2009 1 次提交
  11. 13 4月, 2009 2 次提交
  12. 05 3月, 2009 1 次提交
  13. 25 2月, 2009 1 次提交
  14. 27 1月, 2009 1 次提交
  15. 20 1月, 2009 1 次提交
  16. 17 1月, 2009 1 次提交
  17. 09 1月, 2009 1 次提交
  18. 02 12月, 2008 2 次提交
  19. 25 11月, 2008 1 次提交
    • M
      ASoC: Remove DAI type information · 3ba9e10a
      Mark Brown 提交于
      DAI type information is only ever used within ASoC in order to special
      case AC97 and for diagnostic purposes. Since modern CPUs and codecs
      support multi function DAIs which can be configured for several modes
      it is more trouble than it's worth to maintain anything other than a
      flag identifying AC97 DAIs so remove the type field and replace it with
      an ac97_control flag.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      3ba9e10a
  20. 24 11月, 2008 1 次提交
  21. 21 11月, 2008 2 次提交
  22. 30 10月, 2008 2 次提交
  23. 13 10月, 2008 1 次提交
  24. 23 9月, 2008 1 次提交
  25. 09 9月, 2008 1 次提交
  26. 10 7月, 2008 2 次提交
  27. 16 6月, 2008 1 次提交
  28. 13 6月, 2008 1 次提交
  29. 19 5月, 2008 3 次提交
  30. 24 4月, 2008 3 次提交