1. cb2cf61 ASoC: core - Add convenience register for platform kcontrol and DAPM by Liam Girdwood · 13 years ago
  2. b795064 ASoC: core - Add platform widget IO by Liam Girdwood · 13 years ago
  3. a491a5c ASoC: core - Add API call to register platform kcontrols. by Liam Girdwood · 13 years ago
  4. f1442bc ASoC: core - Add platform read and write. by Liam Girdwood · 13 years ago
  5. 65fdd5c Merge branch 'for-3.0' into for-3.1 by Mark Brown · 13 years ago
  6. e9c0390 ASoC: Remove unused and about to be broken SND_SOC_CUSTOM I/O bus by Mark Brown · 13 years ago
  7. b8c0dab ASoC: core - PCM mutex per rtd by Liam Girdwood · 13 years ago
  8. 0168bf0 ASoC: core - Allow components to probe/remove in sequence. by Liam Girdwood · 13 years ago
  9. 552d1ef ASoC: core - Optimise and refactor pcm_new() to pass only rtd by Liam Girdwood · 13 years ago
  10. d4c6005 ASoC: Add context parameter to card DAPM callbacks by Mark Brown · 13 years ago
  11. 56fba41 ASoC: Specify target bias state directly as a bias state by Mark Brown · 13 years ago
  12. 22de71b ASoC: core - allow ASoC more flexible machine name by Liam Girdwood · 13 years ago
  13. 87023ff ASoC: Declare const properly for enum texts by Takashi Iwai · 13 years ago
  14. fb25789 ASoC: Work around allmodconfig failure by Mark Brown · 13 years ago
  15. d06e48d ASoC: Make struct snd_soc_card's dapm_widgets and dapm_routes const by Lars-Peter Clausen · 13 years ago
  16. b7af1da ASoC: Add data based control initialisation for CODECs and cards by Mark Brown · 13 years ago
  17. 239c970 ASoC: Add snd_soc_codec_{readable,writable}_register() by Dimitris Papastamos · 13 years ago
  18. 8020454 ASoC: Add default snd_soc_default_writable_register() callback by Dimitris Papastamos · 13 years ago
  19. 67850a8 ASoC: Add control_type in snd_soc_codec by Dimitris Papastamos · 13 years ago
  20. 5fb609d ASoC: soc-cache: Introduce raw bulk write support by Dimitris Papastamos · 13 years ago
  21. efb7ac3 ASoC: Fix prefixing of DAPM controls by factoring prefix into snd_soc_cnew() by Mark Brown · 13 years ago
  22. ec4ee52 ASoC: Provide CODEC clocking operations and API calls by Mark Brown · 13 years ago
  23. 89b95ac0 ASoC: Add DAPM widget and path data to CODEC driver structure by Mark Brown · 13 years ago
  24. 28e9ad9 ASoC: Add a late_probe() callback to cards by Mark Brown · 13 years ago
  25. b8ad29d ASoC: Allow card DAPM widgets and routes to be set up at registration by Mark Brown · 13 years ago
  26. e37a497 ASoC: Add a per-card DAPM context by Mark Brown · 13 years ago
  27. fadddc8 ASoC: Add kerneldoc for jack_status_check callback by Mark Brown · 13 years ago
  28. 7887ab3 ASoC: Allow GPIO jack detection to be configured as a wake source by Mark Brown · 13 years ago
  29. fa9879e ASoC: add support for multiple jack types by Vinod Koul · 14 years ago
  30. dddf3e4 ASoC: Add card driver data by Mark Brown · 14 years ago
  31. f85a9e0 ASoC: Add subsequence information to seq_notify callbacks by Mark Brown · 14 years ago
  32. aaee8ef ASoC: Make cache status available via debugfs by Mark Brown · 14 years ago
  33. 6f8ab4a ASoC: Export card PM callbacks for use in direct registered cards by Mark Brown · 14 years ago
  34. e7361ec ASoC: Replace pdev with card in machine driver probe and remove by Mark Brown · 14 years ago
  35. 70b2ac1 ASoC: Use card rather than soc-audio device to card PM functions by Mark Brown · 14 years ago
  36. 181e055 ASoC: Fix type for snd_soc_volatile_register() by Mark Brown · 14 years ago
  37. dad8e7a ASoC: soc-cache: Introduce the cache_bypass option by Dimitris Papastamos · 14 years ago
  38. 474b62d ASoC: Provide per widget type callback when executing DAPM sequences by Mark Brown · 14 years ago
  39. 70a7ca3 ASoC: soc core allow machine driver to register the card by Vinod Koul · 14 years ago
  40. 4e10bda ASoC: soc core add inline to handle card list initialzation by Vinod Koul · 14 years ago
  41. 1500b7b ASoC: Automatically assign the default readable()/volatile() functions by Dimitris Papastamos · 14 years ago
  42. d4754ec ASoC: Update users of readable_register()/volatile_register() by Dimitris Papastamos · 14 years ago
  43. 066d16c ASoC: soc-cache: Add support for default readable()/volatile() functions by Dimitris Papastamos · 14 years ago
  44. aea170a ASoC: soc-cache: Add reg_size as a member to snd_soc_codec by Dimitris Papastamos · 14 years ago
  45. 8a9dab1 ASoC: Update name of debugfs root symbol to snd_soc_ by Mark Brown · 14 years ago
  46. faff4bb ASoC: Export debugfs root dentry by Stephen Warren · 14 years ago
  47. 7be31be8 ASoC: Extend DAPM to handle power changes on cross-device paths by Jarkko Nikula · 14 years ago
  48. 97c866d ASoC: Move widgets from DAPM context to snd_soc_card by Jarkko Nikula · 14 years ago
  49. 8ddab3f ASoC: Move DAPM paths from DAPM context to snd_soc_card by Jarkko Nikula · 14 years ago
  50. 05d209a ASoC: Remove unnecessary structure definitions by Seungwhan Youn · 14 years ago
  51. 0d735ea ASoC: soc-cache: Add optional cache name member to snd_soc_cache_ops by Dimitris Papastamos · 14 years ago
  52. 1badabd ASoC: Add post-CODEC bias level callback for machine driver by Mark Brown · 14 years ago
  53. 001ae4c ASoC: Constify struct snd_soc_codec_driver by Mark Brown · 14 years ago
  54. fdf0f54 ASoC: soc-core: Allow machine drivers to override compress_type by Dimitris Papastamos · 14 years ago
  55. 3335ddc ASoC: soc-cache: Use reg_def_copy instead of reg_cache_default by Dimitris Papastamos · 14 years ago
  56. ff819b8 ASoC: soc-core: Generalize snd_soc_prefix_map and rename to snd_soc_codec_conf by Dimitris Papastamos · 14 years ago
  57. 119bd78 ASoC: Change the base value of compress_type by Dimitris Papastamos · 14 years ago
  58. 23bbce3 ASoC: Add compress_type as a member to snd_soc_codec by Dimitris Papastamos · 14 years ago
  59. c3acec2 ASoC: Move active copy of CODEC read and write into runtime structure by Mark Brown · 14 years ago
  60. 2eea392 ASoC: Add support for optional auxiliary dailess codecs by Jarkko Nikula · 14 years ago
  61. df0701b ASoC: soc-cache: Ensure consistent cache naming by Dimitris Papastamos · 14 years ago
  62. ead9b91 ASoC: Add optional name_prefix for codec kcontrol, widget and route names by Jarkko Nikula · 14 years ago
  63. a7f387d ASoC: soc-cache: Add support for rbtree based register caching by Dimitris Papastamos · 14 years ago
  64. cc28fb8 ASoC: soc-cache: Add support for LZO register caching by Dimitris Papastamos · 14 years ago
  65. 7a30a3d ASoC: soc-cache: Add support for flat register caching by Dimitris Papastamos · 14 years ago
  66. 3a45b86 ASoC: Move pop time from DAPM context to sound card by Jarkko Nikula · 14 years ago
  67. a605215 ASoC: Add sound card directory under debugfs/asoc/ by Jarkko Nikula · 14 years ago
  68. ce6120c ASoC: Decouple DAPM from CODECs by Liam Girdwood · 14 years ago
  69. c375370 ASoC: Push snd_soc_write() and snd_soc_read() into the source file by Mark Brown · 14 years ago
  70. 0562f78 ASoC: don't register AC97 devices twice by Mika Westerberg · 14 years ago
  71. 4c14d78 ASoC: Use delayed work for debounce of GPIO based jacks by Mark Brown · 14 years ago
  72. 4e48541 ASoC: Swap bias level enumeration by Jarkko Nikula · 14 years ago
  73. f0fba2a ASoC: multi-component - ASoC Multi-Component Support by Liam Girdwood · 14 years ago
  74. b6f4bb3 ASoC: Add SOC_DOUBLE_R_SX_TLV control by apatard@mandriva.com · 14 years ago
  75. d11bb4a ASoC: core: Fix for the volume limiting when invert is in use by Peter Ujfalusi · 14 years ago
  76. 3efab7d ASoC: Allow DAI links to be kept active over suspend by Mark Brown · 14 years ago
  77. 637d384 ASoC: core: Support for limiting the volume by Peter Ujfalusi · 14 years ago
  78. b2c812e ASoC: Add indirection for CODEC private data by Mark Brown · 14 years ago
  79. 53a61d9 Merge branch 'for-2.6.34' into for-2.6.35 by Mark Brown · 14 years ago
  80. 5f712b2 ALSA: ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_stream by Daniel Mack · 14 years ago
  81. d5021ec ASoC: Add a notifier for jack status changes by Mark Brown · 14 years ago
  82. fd23b7d ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_stream by Daniel Mack · 14 years ago
  83. 258020d ASoC: core: Add delay operation to snd_soc_dai_ops by Peter Ujfalusi · 14 years ago
  84. 14dc573 ASoC: Allow mulitple usage count of codec and cpu dai by Jassi Brar · 14 years ago
  85. d273ebe ASoC: Pass dai_link as argument to platform suspend and resume by jassi brar · 14 years ago
  86. 6c5f1fe ASoC: Make pmdown_time a long by Mark Brown · 14 years ago
  87. 96dd362 ASoC: Make pmdown_time a per-card setting by Mark Brown · 14 years ago
  88. a3032b4 ASoC: Add a cache_sync bit to the CODEC structure by Mark Brown · 15 years ago
  89. 8c961bc ASoC: Allow CODECs to ask soc-cache to suppress physical writes by Mark Brown · 15 years ago
  90. 6c2fb6a ASoC: add helper macros to declare struct soc_enum instances by Guennadi Liakhovetski · 15 years ago
  91. a96ca33 ASoC: Support turning off bias when the CODEC is idle by Mark Brown · 15 years ago
  92. dd1b3d5 ASoC: Export snd_soc_update_bits_unlocked() by Mark Brown · 15 years ago
  93. c0fa59d ASoC: Add BCLK calculation utility for TDM mode too by Mark Brown · 15 years ago
  94. c871a05 ASoC: Add jack_status_check callback function for GPIO jacks by Joonyoung Shim · 15 years ago
  95. 7aae816 ASoC: Add bit clock rate calculator utility functions by Mark Brown · 15 years ago
  96. fe3e78e ASoC: Factor out snd_soc_init_card() by Mark Brown · 15 years ago
  97. d2058b0 ASoC: Remove snd_soc_suspend_device() by Mark Brown · 15 years ago
  98. 88439ac ASoC: add support for multiple cards/codecs in debugfs by Peter Ujfalusi · 15 years ago
  99. 236cc52 ASoC: Remove unuused hw_read_t by Mark Brown · 15 years ago
  100. 79fb938 ASoC: Add DAPM widget power decision debugfs files by Mark Brown · 15 years ago