1. b9fb729 Merge remote-tracking branch 'asoc/fix/core' into asoc-linus by Mark Brown · 10 years ago
  2. decc27b ASoC: core: fix use after free in snd_soc_remove_platform() by Daniel Mack · 10 years ago
  3. 565fefd Merge remote-tracking branches 'asoc/topic/davinci', 'asoc/topic/dmic', 'asoc/topic/drivers', 'asoc/topic/es8328' and 'asoc/topic/fsl' into asoc-next by Mark Brown · 10 years ago
  4. 97c53e2 Merge remote-tracking branch 'asoc/topic/core' into asoc-next by Mark Brown · 10 years ago
  5. 5bcaca4 Merge remote-tracking branch 'asoc/topic/component' into asoc-next by Mark Brown · 10 years ago
  6. 0bd2ac3 ASoC: Remove CODEC pointer from snd_soc_dapm_context by Lars-Peter Clausen · 10 years ago
  7. 82b925c Merge remote-tracking branches 'asoc/fix/atmel', 'asoc/fix/compress', 'asoc/fix/core', 'asoc/fix/fsl-ssi' and 'asoc/fix/rt286' into asoc-linus by Mark Brown · 10 years ago
  8. 6596aa0 ASoC: core: fix possible ZERO_SIZE_PTR pointer dereferencing error. by Xiubo Li · 10 years ago
  9. 5c7c343 ASoC: core: Fix volsw_range funcs so SOC_DOUBLE_R_RANGE_TLV works. by Howard Mitchell · 10 years ago
  10. 8c8f2f6 ASoC: Fix snd_soc_{new,free}_ac97_codec() locking removal by Lars-Peter Clausen · 10 years ago
  11. e3f205a ASoC: Remove locking in snd_soc_{new,free}_ac97_codec() by Lars-Peter Clausen · 10 years ago
  12. 0634814 ASoC: Remove table based DAPM/control setup support from snd_soc_platform_driver by Lars-Peter Clausen · 10 years ago
  13. a809329 ASoC: Always run default suspend/resume code by Lars-Peter Clausen · 10 years ago
  14. 86dbf2a ASoC: Add support for automatically going to BIAS_OFF on suspend by Lars-Peter Clausen · 10 years ago
  15. 1c325f7 ASoC: Shutdown DAPM contexts when removing a card by Lars-Peter Clausen · 10 years ago
  16. 01e0df6 ASoC: Set card->instantiated to false when removing the card by Lars-Peter Clausen · 10 years ago
  17. b792346 ASoC: Remove unused cache_only from struct snd_soc_codec by Jarkko Nikula · 10 years ago
  18. 5819c2f ASoC: Restore idle_bias_off initialization by Lars-Peter Clausen · 10 years ago
  19. c5599b8 ASoC: Replace list_empty(&card->codec_dev_list) with !card->instantiated by Lars-Peter Clausen · 10 years ago
  20. 75af7c0 ASoC: Remove support for legacy snd_soc_platform IO by Lars-Peter Clausen · 10 years ago
  21. 886f569 ASoC: Automatically initialize regmap for all components by Lars-Peter Clausen · 10 years ago
  22. 14621c7 ASoC: Consolidate CPU and CODEC DAI lookup by Lars-Peter Clausen · 10 years ago
  23. e60cd14 ASoC: Consolidate CPU and CODEC DAI removal by Lars-Peter Clausen · 10 years ago
  24. ffbd7dd ASoC: Cleanup DAI module reference counting by Lars-Peter Clausen · 10 years ago
  25. 70090bb ASoC: Move component->probed check into soc_{remove,probe}_component() by Lars-Peter Clausen · 10 years ago
  26. 57bf772 ASoC: Pass component instead of DAPM context to AUX dev init callback by Lars-Peter Clausen · 10 years ago
  27. 65d9361 ASoC: Move AUX dev support to the component level by Lars-Peter Clausen · 10 years ago
  28. 61aca56 ASoC: Add component level probe/remove support by Lars-Peter Clausen · 10 years ago
  29. 93c3ce7 ASoC: Make rtd->codec optional by Lars-Peter Clausen · 10 years ago
  30. f1d45cc3 ASoC: Consolidate platform and CODEC probe/remove by Lars-Peter Clausen · 10 years ago
  31. 81c7cfd ASoC: Move debugfs registration to the component level by Lars-Peter Clausen · 10 years ago
  32. f294afe ASoC: Use dev_set_name() instead of init_name by Lars-Peter Clausen · 10 years ago
  33. c5e64c7 Merge remote-tracking branches 'asoc/topic/tlv', 'asoc/topic/tlv320aic23', 'asoc/topic/tlv320aic31xx' and 'asoc/topic/tlv320aic32x4' into asoc-next by Mark Brown · 10 years ago
  34. 7196be5 Merge remote-tracking branch 'asoc/topic/core' into asoc-next by Mark Brown · 10 years ago
  35. 0f2780a ASoC: Add function to register component controls by Lars-Peter Clausen · 10 years ago
  36. 0020010 ASoC: Move card field form platform/codec to component by Lars-Peter Clausen · 10 years ago
  37. 9898e1c ASoC: Remove per card platform list by Lars-Peter Clausen · 10 years ago
  38. 88bd870 ASoC: core: Add initial support for DAI multicodec by Benoit Cousson · 10 years ago
  39. f7acb36 Merge remote-tracking branch 'asoc/topic/component' into asoc-multi by Mark Brown · 10 years ago
  40. 7523a27 ASoC: core: add a helper for extended byte controls using TLV by Omair Mohammed Abdullah · 10 years ago
  41. 7e07e7c ASoC: core: Fix possible NULL pointer dereference by Tushar Behera · 10 years ago
  42. 5f3484a ASoC: core: Move non-shared code paths out of snd_soc_post_component_init() by Lars-Peter Clausen · 10 years ago
  43. 44c69bb ASoC: core: Bind aux devs early by Lars-Peter Clausen · 10 years ago
  44. 48f466d ASoC: core: Replace soc_find_matching_codec() with soc_find_codec() by Lars-Peter Clausen · 10 years ago
  45. b8257be ASoC: core: Remove duplicated rtd->codec initialization by Lars-Peter Clausen · 10 years ago
  46. 3f901a0 ASoC: core: Change soc_link_dai_widgets signature for multiple codecs by Benoit Cousson · 10 years ago
  47. 211bcc6 Merge remote-tracking branch 'asoc/fix/debugfs' into asoc-component by Mark Brown · 10 years ago
  48. e73f3de ASoC: fix debugfs directory creation bug by Russell King · 10 years ago
  49. 88a8fe3 ASoC: dapm: Remove platform field from widget and dapm context struct by Lars-Peter Clausen · 10 years ago
  50. 9420d97 ASoC: dapm: Remove DAI DAPM context by Lars-Peter Clausen · 10 years ago
  51. 14e8bde ASoC: Add component level stream_event() and seq_notifier() support by Lars-Peter Clausen · 10 years ago
  52. bc9af9f ASoC: Use component DAPM context for platforms by Lars-Peter Clausen · 10 years ago
  53. ce0fc93 ASoC: Add DAPM support at the component level by Lars-Peter Clausen · 10 years ago
  54. 68f831c ASoC: Add a set_bias_level() callback to the DAPM context struct by Lars-Peter Clausen · 10 years ago
  55. 7df3788 ASoC: Auto disconnect pins from all DAPM contexts by Lars-Peter Clausen · 10 years ago
  56. bb13109 ASoC: Split component registration into two steps by Lars-Peter Clausen · 10 years ago
  57. f433320 ASoC: Move name and id from CODEC/platform to component by Lars-Peter Clausen · 10 years ago
  58. 94f99c8 ASoC: Move name_prefix from CODEC to component by Lars-Peter Clausen · 10 years ago
  59. 04f8744 Merge remote-tracking branches 'asoc/topic/rt5651', 'asoc/topic/samsung', 'asoc/topic/sgtl5000', 'asoc/topic/sh', 'asoc/topic/simple', 'asoc/topic/sirf', 'asoc/topic/sta350' and 'asoc/topic/tlv320dac33' into asoc-next by Mark Brown · 10 years ago
  60. 6630f30 Merge remote-tracking branches 'asoc/topic/headers', 'asoc/topic/intel', 'asoc/topic/jz4740', 'asoc/topic/max98090', 'asoc/topic/max98095', 'asoc/topic/mc13783' and 'asoc/topic/multicodec' into asoc-next by Mark Brown · 10 years ago
  61. 566d4ee Merge remote-tracking branch 'asoc/topic/dt' into asoc-next by Mark Brown · 10 years ago
  62. db88a8e ASoC: Remove unused num_dai field from CODEC by Lars-Peter Clausen · 10 years ago
  63. af0881f ASoC: Remove unused 'list' field form card by Lars-Peter Clausen · 10 years ago
  64. 24faf76 ASoC: Remove card's DAI list by Lars-Peter Clausen · 10 years ago
  65. 387f837 Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-core by Mark Brown · 10 years ago
  66. 6b0a0b3 ASoC: Make soc_find_matching_codec() static by Lars-Peter Clausen · 10 years ago
  67. d988120 ASoC: add SND_SOC_BYTES_EXT by Vinod Koul · 10 years ago
  68. 3ca041e ASoC: dt: Allow Aux Codecs to be specified using DT by Sebastian Reichel · 10 years ago
  69. 4da5339 ASoC: core: Fix component_list corruption when unloading modules by Jarkko Nikula · 10 years ago
  70. 7b4a469 ASoC: Remove name_prefix unset during DAI link init hack again by Lars-Peter Clausen · 10 years ago
  71. 503ae5e ASoC: core: Add helpers for dai link and aux dev init by Misael Lopez Cruz · 10 years ago
  72. 3dcba28 ASoC: core: Don't break component searching if both id and num_dai are 0 by Nicolin Chen · 10 years ago
  73. 389cb83 ASoC: core: Update snd_soc_of_parse_daifmt() interface by Jyri Sarha · 10 years ago
  74. 907fe36 ASoC: Move standard kcontrol helpers to the component level by Lars-Peter Clausen · 10 years ago
  75. 9f68730 Merge branch 'topic/multicodec' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-component by Mark Brown · 10 years ago
  76. e2c330b ASoC: Move IO abstraction to the component level by Lars-Peter Clausen · 10 years ago
  77. 2b17ef4 Merge branches 'topic/sta350', 'topic/core', 'topic/dapm' and 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-component by Mark Brown · 10 years ago
  78. b7580cd ASoC: core: use PTR_ERR instead of PTR_RET by Christoph Jaeger · 10 years ago
  79. 02c9c7b ASoC: core: Add function for ac97 codec registration by Misael Lopez Cruz · 10 years ago
  80. 2436a72 ASoC: core: Add helper for DAI widgets linking by Misael Lopez Cruz · 10 years ago
  81. b0aa88a ASoC: core: Add helpers for codec DAI probe & remove by Misael Lopez Cruz · 10 years ago
  82. 12023a9 ASoC: core: Add helpers for codec and codec_dai search by Misael Lopez Cruz · 10 years ago
  83. aa0258a Merge branch 'topic/component' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-core by Mark Brown · 10 years ago
  84. 1a39019 ASoC: core: Allow snd_soc_update_bits use 32 bits register by Bard Liao · 10 years ago
  85. b318ad5 ASoC: core: Fail codec probe if we fail to add controls by Nariman Poushin · 10 years ago
  86. 261edc7 ASoC: core: Fail probe if we fail to add dai widgets by Nariman Poushin · 10 years ago
  87. b37f1d1 ASoC: Let snd_soc_platform subclass snd_soc_component by Lars-Peter Clausen · 10 years ago
  88. 98e639f ASoC: Track which components have been registered with snd_soc_register_component() by Lars-Peter Clausen · 10 years ago
  89. 20a0ec2 ASoC: Remove IO register modifier callbacks by Lars-Peter Clausen · 10 years ago
  90. 96241c83 ASoC: Move IO functions to soc-io.c by Lars-Peter Clausen · 10 years ago
  91. 6137a5c ASoC: Prepare SOC_SINGLE_XR_SX controls for regmap by Lars-Peter Clausen · 10 years ago
  92. a39f75f ASoC: core: Move the default regmap I/O setting to snd_soc_register_codec() by Xiubo Li · 10 years ago
  93. 69dd89f Merge tag 'asoc-v3.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 10 years ago
  94. c159a85 Merge remote-tracking branches 'asoc/topic/tdm' and 'asoc/topic/tegra' into asoc-next by Mark Brown · 10 years ago
  95. e5c2151 ASoC: core: remove the 'of_' prefix of of_xlate_tdm_slot_mask. by Xiubo Li · 10 years ago
  96. 6479f15ad ASoC: Remove name_prefix unset during DAI link init hack by Lars-Peter Clausen · 10 years ago
  97. c320106 Merge tag 'asoc-v3.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next by Takashi Iwai · 10 years ago
  98. 2620954 Merge remote-tracking branch 'asoc/topic/io' into asoc-next by Mark Brown · 10 years ago
  99. 5fdb83f Merge tag 'asoc-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next by Takashi Iwai · 10 years ago
  100. a4b1299 Merge remote-tracking branches 'asoc/topic/ml26124', 'asoc/topic/of', 'asoc/topic/omap', 'asoc/topic/pxa' and 'asoc/topic/rcar' into asoc-next by Mark Brown · 10 years ago