1. b8f8615 Merge remote-tracking branch 'asoc/topic/enum' into asoc-next by Mark Brown · 10 years ago
  2. 492c0a1 ASoC: dapm: Staticise dapm_mark_dirty() by Mark Brown · 10 years ago
  3. 236aaa6 ASoC: dapm: Consolidate MUXs and virtual MUXs by Lars-Peter Clausen · 10 years ago
  4. 3727b49 ASoC: dapm: Consolidate MUXs and value MUXs by Lars-Peter Clausen · 10 years ago
  5. 3eb29df ASoC: dapm: Add unlocked version of snd_soc_dapm_sync by Charles Keepax · 10 years ago
  6. 1139110 ASoC: dapm: Add locking to snd_soc_dapm_xxxx_pin functions by Charles Keepax · 10 years ago
  7. 99896f7 Merge remote-tracking branch 'asoc/topic/dapm' into for-tiwai by Mark Brown · 11 years ago
  8. b893ea5 ASoC: sapm: Automatically connect DAI link widgets in DAPM graph. by Liam Girdwood · 11 years ago
  9. faf6615 ASoC: dapm: Use SND_SOC_DAPM_INIT_REG_VAL in SND_SOC_DAPM_MUX by Stephen Warren · 11 years ago
  10. 249ce13 ASoC: dapm: Add support for virtual mixer controls by Lars-Peter Clausen · 11 years ago
  11. 824ef82 ASoC: Pass card instead of dapm context to snd_soc_dapm_new_widgets() by Lars-Peter Clausen · 11 years ago
  12. 5729507 ASoC: dapm: Implement mixer input auto-disable by Lars-Peter Clausen · 11 years ago
  13. de9ba98 ASoC: dapm: Make widget power register settings more flexible by Lars-Peter Clausen · 11 years ago
  14. 5106b92 ASoC: dapm: Keep a list of paths per kcontrol by Lars-Peter Clausen · 11 years ago
  15. cf7c1de ASoC: dapm: Move 'value' field from widget to control by Lars-Peter Clausen · 11 years ago
  16. eee5d7f ASoC: dapm: Add a helper to get the CODEC for DAPM kcontrol by Lars-Peter Clausen · 11 years ago
  17. 564c6504 ASoC: dapm: Move snd_soc_dapm_update from dapm context to card by Lars-Peter Clausen · 11 years ago
  18. 6b3fc03 ASoC: dapm: Add a update parameter to snd_soc_dapm_{mux,mixer}_update_power by Lars-Peter Clausen · 11 years ago
  19. ce6cfaf ASoC: dapm: Run widget updates for shared controls at the same time by Lars-Peter Clausen · 11 years ago
  20. 9805fe3 Merge remote-tracking branch 'asoc/topic/dapm' into asoc-next by Mark Brown · 11 years ago
  21. 70fe99d Merge remote-tracking branch 'asoc/topic/core' into asoc-next by Mark Brown · 11 years ago
  22. 656ca9d ASoC: dapm: Remove unused long_name field from snd_soc_dapm_path struct by Lars-Peter Clausen · 11 years ago
  23. 4616274 ASoC: dapm: Treat DAI widgets like AIF widgets for power by Mark Brown · 11 years ago
  24. 8011412 ASoC: dapm: Provide early event callbacks for power up and down by Mark Brown · 11 years ago
  25. 56c32c7 Merge remote-tracking branch 'asoc/topic/core' into asoc-next by Mark Brown · 11 years ago
  26. a93f8e7 ASoC: core: Remove unused "n_widgets" field from snd_soc_dapm struct by Lars-Peter Clausen · 11 years ago
  27. 8af294b ASoC: dapm: Fix handling of loops by Mark Brown · 11 years ago
  28. c05b84d ASoC: dapm: Allow regulators to bypass as well as disable when idle by Mark Brown · 12 years ago
  29. 822b4b8 ASoC: dapm: Add flags to regulator supplies by Mark Brown · 12 years ago
  30. e2d32ff ASoC: dapm: Ensure bypass paths are suspended and resumed by Mark Brown · 12 years ago
  31. 85da89f ASoC: Remove unused 'saved_value' field from snd_soc_dapm_widget struct by Lars-Peter Clausen · 12 years ago
  32. efcc3c6 ASoC: dapm: Allow routes to be deleted at runtime by Mark Brown · 12 years ago
  33. d7e7eb9 ASoC: core: Add widget SND_SOC_DAPM_CLOCK_SUPPLY by Ola Lilja · 12 years ago
  34. ec2e303 ASoC: dapm: Add API call to query valid DAPM paths by Liam Girdwood · 12 years ago
  35. c74184e ASoC: core: Support transparent CODEC<->CODEC DAI links by Mark Brown · 12 years ago
  36. 41b5b3b ASoC: dapm: Allow DAPM registers to be 31 bit by Mark Brown · 12 years ago
  37. eb79407 ASoC: dapm: Remove SND_SOC_DAPM_MICBIAS_E() by Mark Brown · 12 years ago
  38. a3cc056 ASoC: dapm: Add regulator member to struct dapm_widget by Liam Girdwood · 12 years ago
  39. 3cd0434 ASoC: dapm: Rename dapm mutex subclass to better match usage by Liam Girdwood · 12 years ago
  40. d9b0951 ASoC: dapm: Add platform stream event support by Liam Girdwood · 12 years ago
  41. a73fb2d ASoC: dapm: Use DAPM mutex for DAPM ops instead of codec mutex by Liam Girdwood · 12 years ago
  42. 250f671 Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  43. 313162d device.h: audit and cleanup users in main include dir by Paul Gortmaker · 12 years ago
  44. 888df39 ASoC: dapm: Implement and instantiate DAI widgets by Mark Brown · 12 years ago
  45. 3056557 ASoC: dapm: Constify lots of names that are never modified by Mark Brown · 12 years ago
  46. 7bd3a6f ASoC: dapm: Supply the DAI and substream when calling stream events by Mark Brown · 12 years ago
  47. ce0e9f0 ASoC: dapm: Unexport snd_soc_dapm_new_control() by Mark Brown · 12 years ago
  48. 40f02cd ASoC: dapm: Export mixer|mux_update_power() to public API. by Liam Girdwood · 12 years ago
  49. 62ea874 ASoC: Provide REGULATOR_SUPPLY widget type by Mark Brown · 13 years ago
  50. 1ab97c8 ASoC: Add signal generator widget type by Mark Brown · 13 years ago
  51. 1633281 ASoC: Implement fully_routed card property by Stephen Warren · 13 years ago
  52. 25c77c5 ASoC: Fix DAPM sync for TLV320AIC3x custom DAPM widget by Mark Brown · 13 years ago
  53. 024dc07 ASoC: Cache connected input and output recursions by Mark Brown · 13 years ago
  54. 9b8a83b ASoC: Only run power_check() on a widget once per run by Mark Brown · 13 years ago
  55. db432b4 ASoC: Do DAPM power checks only for widgets changed since last run by Mark Brown · 13 years ago
  56. e56235e ASoC: Add another DAPM stat for neighbour checks by Mark Brown · 13 years ago
  57. de02d07 ASoC: Trace and collect statistics for DAPM graph walking by Mark Brown · 13 years ago
  58. 64a648c ASoC: dapm - Add DAPM stream completion event. by Liam Girdwood · 13 years ago
  59. c219c80 ASoC: dapm - add DAPM macro for external enum widgets by Liam Girdwood · 13 years ago
  60. b795064 ASoC: core - Add platform widget IO by Liam Girdwood · 13 years ago
  61. 169d5a8 ASoC: Fix mismerge with release branch by Mark Brown · 13 years ago
  62. bf3a9e1 ASoC: Add weak routes for sidetone style paths by Mark Brown · 13 years ago
  63. 56fba41 ASoC: Specify target bias state directly as a bias state by Mark Brown · 13 years ago
  64. fafd217 ASoC: Store a list of widgets in a DAPM mux/mixer kcontrol by Stephen Warren · 13 years ago
  65. fad5988 ASoC: Add w->kcontrols, and populate it by Stephen Warren · 13 years ago
  66. 82cfecd ASoC: s/w->kcontrols/w->kcontrol_news/g by Stephen Warren · 13 years ago
  67. 8eecaf6 ASoC: Move DAPM debugfs directory creation to snd_soc_dapm_debugfs_init by Lars-Peter Clausen · 13 years ago
  68. 28683e0 ASoC: simple style fix by Lu Guanqun · 13 years ago
  69. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  70. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  71. 0ca03cd ASoC: Explicitly say registerless widgets have no register by Mark Brown · 13 years ago
  72. f85a9e0 ASoC: Add subsequence information to seq_notify callbacks by Mark Brown · 13 years ago
  73. 3d23c73 ASoC: Remove controls from sequenced PGA arguments by Mark Brown · 14 years ago
  74. 474b62d ASoC: Provide per widget type callback when executing DAPM sequences by Mark Brown · 14 years ago
  75. 20e4859 ASoC: Add support for sequencing within by Mark Brown · 14 years ago
  76. 24ff33a ASoC: soc-dapm: Introduce the new snd_soc_dapm_virt_mux type by Dimitris Papastamos · 14 years ago
  77. 97404f2 ASoC: Do DAPM control updates in the middle of DAPM sequences by Mark Brown · 14 years ago
  78. 7be31be8 ASoC: Extend DAPM to handle power changes on cross-device paths by Jarkko Nikula · 14 years ago
  79. 97c866d ASoC: Move widgets from DAPM context to snd_soc_card by Jarkko Nikula · 14 years ago
  80. 8ddab3f ASoC: Move DAPM paths from DAPM context to snd_soc_card by Jarkko Nikula · 14 years ago
  81. 656d4b1 ASoC: Remove unused DAPM_DOUBLE control types by Mark Brown · 14 years ago
  82. d88429a ASoC: dapm: Add output driver widget by Olaya, Margarita · 14 years ago
  83. 851cad5 ASoC: Remove cyclic dependency between soc.h and soc-dapm.h/soc-dai.h by Jarkko Nikula · 14 years ago
  84. 3a45b86 ASoC: Move pop time from DAPM context to sound card by Jarkko Nikula · 14 years ago
  85. ce6120c ASoC: Decouple DAPM from CODECs by Liam Girdwood · 14 years ago
  86. ea0d09d ASoC: Add event variants of the AIF widgets by Mark Brown · 14 years ago
  87. f0fba2a ASoC: multi-component - ASoC Multi-Component Support by Liam Girdwood · 14 years ago
  88. ea762b0 ASoC: Add SND_SOC_DAPM_PRE_POST_PMD event by apatard@mandriva.com · 14 years ago
  89. 1547aba ASoC: Support leaving paths enabled over system suspend by Mark Brown · 14 years ago
  90. 50ae838 ASoC: Remove unused DAPM suspend flag by Mark Brown · 14 years ago
  91. da34183 ASoC: Allow pins to be force enabled by Mark Brown · 14 years ago
  92. e82f5cf ASoC: Remove unused 'muted' flag from DAPM widgets by Mark Brown · 14 years ago
  93. 1d24452 ASoC: Remove unused pmdown_time flag by Mark Brown · 14 years ago
  94. 8484c63 ASoC: add simplified versions of widget macros by Guennadi Liakhovetski · 15 years ago
  95. d2b247a ASoC: Add virtual enumeration support for DAPM muxes by Mark Brown · 15 years ago
  96. 215edda ASoC: Allow per-route connectedness checks for supplies by Mark Brown · 15 years ago
  97. e4aa8dd5 Merge branch 'topic/digital-mixing' into for-2.6.32 by Mark Brown · 15 years ago
  98. 79fb938 ASoC: Add DAPM widget power decision debugfs files by Mark Brown · 15 years ago
  99. 010ff26 ASoC: Add input and output AIF widgets by Mark Brown · 15 years ago
  100. 5173747 ASoC: Add a shutdown callback by Mark Brown · 15 years ago