1. 29 1月, 2015 1 次提交
  2. 15 1月, 2015 2 次提交
    • L
      ASoC: wm8904: Replace w->codec snd_soc_dapm_to_codec(w->dapm) · 8f13bd4e
      Lars-Peter Clausen 提交于
      The codec field of the snd_soc_widget struct is eventually going to be
      removed, use snd_soc_dapm_to_codec(w->dapm) instead.
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Acked-by: NCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      8f13bd4e
    • B
      ASoC: wm8904: fix runtime warning · a30c188b
      Bo Shen 提交于
      Correct the path name for mux to get rid of the following warning:
      
      --->8---
      wm8904 1-001a: Control not supported for path ADCL -> [Left] -> AIFOUTL
      wm8904 1-001a: ASoC: no dapm match for ADCL --> Left --> AIFOUTL
      wm8904 1-001a: ASoC: Failed to add route ADCL -> Left -> AIFOUTL
      wm8904 1-001a: Control not supported for path ADCR -> [Right] -> AIFOUTL
      wm8904 1-001a: ASoC: no dapm match for ADCR --> Right --> AIFOUTL
      wm8904 1-001a: ASoC: Failed to add route ADCR -> Right -> AIFOUTL
      wm8904 1-001a: Control not supported for path ADCL -> [Left] -> AIFOUTR
      wm8904 1-001a: ASoC: no dapm match for ADCL --> Left --> AIFOUTR
      wm8904 1-001a: ASoC: Failed to add route ADCL -> Left -> AIFOUTR
      wm8904 1-001a: Control not supported for path ADCR -> [Right] -> AIFOUTR
      wm8904 1-001a: ASoC: no dapm match for ADCR --> Right --> AIFOUTR
      wm8904 1-001a: ASoC: Failed to add route ADCR -> Right -> AIFOUTR
      wm8904 1-001a: Control not supported for path AIFINR -> [Right] -> DACL
      wm8904 1-001a: ASoC: no dapm match for AIFINR --> Right --> DACL
      wm8904 1-001a: ASoC: Failed to add route AIFINR -> Right -> DACL
      wm8904 1-001a: Control not supported for path AIFINL -> [Left] -> DACL
      wm8904 1-001a: ASoC: no dapm match for AIFINL --> Left --> DACL
      wm8904 1-001a: ASoC: Failed to add route AIFINL -> Left -> DACL
      wm8904 1-001a: Control not supported for path AIFINR -> [Right] -> DACR
      wm8904 1-001a: ASoC: no dapm match for AIFINR --> Right --> DACR
      wm8904 1-001a: ASoC: Failed to add route AIFINR -> Right -> DACR
      wm8904 1-001a: Control not supported for path AIFINL -> [Left] -> DACR
      wm8904 1-001a: ASoC: no dapm match for AIFINL --> Left --> DACR
      wm8904 1-001a: ASoC: Failed to add route AIFINL -> Left -> DACR
      ---8<---
      Signed-off-by: NBo Shen <voice.shen@atmel.com>
      Acked-by: NCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      a30c188b
  3. 01 8月, 2014 1 次提交
  4. 27 6月, 2014 1 次提交
  5. 10 6月, 2014 1 次提交
  6. 15 4月, 2014 1 次提交
  7. 11 3月, 2014 1 次提交
  8. 23 2月, 2014 1 次提交
  9. 20 2月, 2014 1 次提交
  10. 18 12月, 2013 1 次提交
  11. 08 11月, 2013 1 次提交
  12. 06 11月, 2013 1 次提交
  13. 27 8月, 2013 1 次提交
  14. 18 7月, 2013 1 次提交
  15. 20 6月, 2013 1 次提交
  16. 09 12月, 2012 1 次提交
  17. 15 9月, 2012 1 次提交
  18. 10 9月, 2012 1 次提交
  19. 25 6月, 2012 3 次提交
  20. 11 6月, 2012 2 次提交
  21. 09 6月, 2012 2 次提交
  22. 03 6月, 2012 1 次提交
  23. 04 2月, 2012 1 次提交
    • L
      ASoC: core: Add support for DAI and machine kcontrols. · 022658be
      Liam Girdwood 提交于
      Currently ASoC can only add kcontrols using codec and platform component device
      handles. It's also desirable to add kcontrols for DAIs (i.e. McBSP) and for
      SoC card machine drivers too. This allows the kcontrol to have a direct handle to
      the parent ASoC component DAI/SoC Card/Platform/Codec device and hence easily
      get it's private data.
      
      This change makes snd_soc_add_controls() static and wraps it in the folowing
      calls (card and dai are new) :-
      
      snd_soc_add_card_controls()
      snd_soc_add_codec_controls()
      snd_soc_add_dai_controls()
      snd_soc_add_platform_controls()
      
      This patch also does a lot of small mechanical changes in individual codec drivers
      to replace snd_soc_add_controls() with snd_soc_add_codec_controls().
      
      It also updates the McBSP DAI driver to use snd_soc_add_dai_controls().
      
      Finally, it updates the existing machine drivers that register controls to either :-
      
      1) Use snd_soc_add_card_controls() where no direct codec control is required.
      2) Use snd_soc_add_codec_controls() where there is direct codec control.
      
      In the case of 1) above we also update the machine drivers to get the correct
      component data pointers from the kcontrol (rather than getting the machine pointer
      via the codec pointer).
      Signed-off-by: NLiam Girdwood <lrg@ti.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      022658be
  24. 27 1月, 2012 1 次提交
  25. 20 1月, 2012 5 次提交
  26. 04 12月, 2011 1 次提交
  27. 02 12月, 2011 1 次提交
  28. 27 11月, 2011 1 次提交
  29. 23 11月, 2011 1 次提交
    • L
      ASoC: Constify snd_soc_dai_ops structs · 85e7652d
      Lars-Peter Clausen 提交于
      Commit 1ee46ebd("ASoC: Make the DAI ops constant in the DAI structure")
      introduced the possibility to have constant DAI ops structures, yet this is
      barley used in both existing drivers and also new drivers being submitted,
      although none of them modifies its DAI ops structure. The later is not
      surprising since existing drivers are often used as templates for new drivers.
      So this patch just constifies all existing snd_soc_dai_ops structs to eliminate
      the issue altogether.
      
      The patch was generated with the following coccinelle semantic patch:
      // <smpl>
      @@
      identifier ops;
      @@
      -struct snd_soc_dai_ops ops =
      +const struct snd_soc_dai_ops ops =
      { ... };
      // </smpl>
      Signed-off-by: NLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      85e7652d
  30. 01 11月, 2011 1 次提交
  31. 31 10月, 2011 1 次提交