1. 07 3月, 2012 3 次提交
  2. 05 3月, 2012 1 次提交
  3. 18 2月, 2012 6 次提交
  4. 16 2月, 2012 1 次提交
  5. 15 2月, 2012 2 次提交
  6. 07 2月, 2012 2 次提交
  7. 27 1月, 2012 3 次提交
  8. 22 1月, 2012 1 次提交
  9. 16 1月, 2012 1 次提交
  10. 11 1月, 2012 1 次提交
  11. 08 12月, 2011 1 次提交
  12. 02 12月, 2011 1 次提交
  13. 28 11月, 2011 1 次提交
  14. 24 11月, 2011 1 次提交
    • S
      ASoC: Implement fully_routed card property · 1633281b
      Stephen Warren 提交于
      A card is fully routed if the DAPM route table describes all connections on
      the board.
      
      When a card is fully routed, some operations can be automated by the ASoC
      core. The first, and currently only, such operation is described below, and
      implemented by this patch.
      
      Codecs often have a large number of external pins, and not all of these pins
      will be connected on all board designs. Some machine drivers therefore call
      snd_soc_dapm_nc_pin() for all the unused pins, in order to tell the ASoC core
      never to activate them.
      
      However, when a card is fully routed, the information needed to derive the
      set of unused pins is present in card->dapm_routes. In this case, have
      the ASoC core automatically call snd_soc_dapm_nc_pin() for each unused
      codec pin.
      
      This has been tested with soc/tegra/tegra_wm8903.c and soc/tegra/trimslice.c.
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      1633281b
  15. 10 10月, 2011 1 次提交
  16. 09 10月, 2011 2 次提交
  17. 08 10月, 2011 1 次提交
  18. 05 10月, 2011 5 次提交
  19. 04 10月, 2011 6 次提交