1. eee5d7f ASoC: dapm: Add a helper to get the CODEC for DAPM kcontrol by Lars-Peter Clausen · 11 years ago
  2. ea3583d ASoC: wm8903: Use SOC_SINGLE_EXT() instead of open-coding it by Lars-Peter Clausen · 11 years ago
  3. ca0c568 Merge remote-tracking branch 'asoc/topic/wm8903' into asoc-next by Mark Brown · 11 years ago
  4. f1ca493 ASoC: wm8903: Fix the bypass to HP/LINEOUT when no DAC or ADC is running by Alban Bedel · 11 years ago
  5. 00aa0fa ASoC: wm8903: Add the DAC boost control by Alban Bedel · 11 years ago
  6. 7a79e94 ASoC: codecs: remove __dev* attributes by Bill Pemberton · 12 years ago
  7. 5c86ea4 ASoC: wm8903: Use module_i2c_driver by Sachin Kamat · 12 years ago
  8. a89c3e9 ASoC: wm8903: Move register default changes to I2C probe by Mark Brown · 12 years ago
  9. b7c95d9 ASoC: wm8903: Move interrupt request to I2C probe by Mark Brown · 12 years ago
  10. e373cbf ASoC: wm8903: Make interrupt handler use regmap directly by Mark Brown · 12 years ago
  11. 20c5fd3 ASoC: wm8903: Move pin configuration into I2C probe() function by Mark Brown · 12 years ago
  12. 7d11668 ASoC: wm8903: Convert to devm_regmap_init_i2c() by Mark Brown · 12 years ago
  13. 656baae ASoC: codecs: Refresh copyrights for Wolfson drivers by Mark Brown · 12 years ago
  14. 0bf79ef ASoC: wm8903: init GPIOs during I2C probe not codec probe by Stephen Warren · 12 years ago
  15. e6968a1 ASoC: codecs: Remove rtd->codec usage from CODEC drivers by Mark Brown · 12 years ago
  16. 385bd93 ASoC: Fix return value of wm8903_gpio_direction_in() and wm8903_gpio_direction_out() by Axel Lin · 13 years ago
  17. f18b4e2 ASoC: WM8903: Add of_match_table by Stephen Warren · 13 years ago
  18. 6664ee1 ASoC: Don't fail if we can't read the IRQ type in WM8903 by Mark Brown · 13 years ago
  19. 5d680b3 ASoC: WM8903: Add device tree binding by Stephen Warren · 13 years ago
  20. 9d35f3e ASoC: WM8903: Get default irq_active_low from IRQ controller by Stephen Warren · 13 years ago
  21. db81778 ASoC: WM8903: Remove conditionals checking pdata != NULL by Stephen Warren · 13 years ago
  22. a0f203d ASoC: WM8903: Fix platform data gpio_cfg confusion by Stephen Warren · 13 years ago
  23. c0eb27c ASoC: WM8903: Create default platform data structure by Stephen Warren · 13 years ago
  24. 7d46a52 ASoC: Move initial WM8903 identification and reset to I2C probe by Mark Brown · 13 years ago
  25. ee244ce ASoC: Convert WM8903 to direct regmap API usage by Mark Brown · 13 years ago
  26. 82ae55d ASoC: Don't resync WM8903 register cache on reset by Mark Brown · 13 years ago
  27. 45e9675 ASoC: Use a normal cache sync for WM8903 by Mark Brown · 13 years ago
  28. 88a1b12 ASoC: WM8903 only supports I2C so don't ifdef it by Mark Brown · 13 years ago
  29. f4a1083 ASoC: Use table based control init for WM8903 by Mark Brown · 13 years ago
  30. 2950cd22 ASoC: Convert WM8903 to devm_kzalloc() by Mark Brown · 13 years ago
  31. 6f526f0 ASoC: WM8903: Disallow all invalid gpio_cfg pdata values by Stephen Warren · 13 years ago
  32. 84b315e ASoC: Drop unused state parameter from CODEC suspend callback by Lars-Peter Clausen · 13 years ago
  33. 5032dc3 ASoC: Convert WM8903 MICBIAS to a supply widget by Mark Brown · 13 years ago
  34. 997c2ea ASoC: Remove unneeded platform_device.h inclusions from CODECs by Mark Brown · 13 years ago
  35. 85e7652 ASoC: Constify snd_soc_dai_ops structs by Lars-Peter Clausen · 13 years ago
  36. f99847a ASoC: WM8903: Free IRQ on device removal by Stephen Warren · 13 years ago
  37. 9d03545 ASoC: Fix wrong data type access in a few codec drivers by Jarkko Nikula · 13 years ago
  38. 0f3c6af Merge branch 'for-2.6.39' into for-2.6.40 by Mark Brown · 13 years ago
  39. 61bf35b ASoC: WM8903: Fix Digital Capture Volume range by Stephen Warren · 13 years ago
  40. 97945c4 ASoC: WM8903: Implement DMIC support by Stephen Warren · 13 years ago
  41. faeede8 Merge branch 'for-2.6.39' into for-2.6.40 by Mark Brown · 13 years ago
  42. 1b877cb ASoC: WM8903: HP and Line out PGA/mixer DAPM fixes by Dilan Lee · 13 years ago
  43. ecd0151 ASoC: Convert WM8903 to table based DAPM setup by Mark Brown · 13 years ago
  44. f98dedc Merge branch 'for-2.6.38' into for-2.6.39 by Mark Brown · 13 years ago
  45. 905f695 ASoC: Warn if WM8903 platform data is used to enable microphone IRQ by Mark Brown · 13 years ago
  46. 3088e3b ASoC: WM8903: Fix mic detection enable logic by Stephen Warren · 13 years ago
  47. b4d06f4 ASoC: Use explicit sequence for WM8903 bias off by Mark Brown · 13 years ago
  48. 22f226d ASoC: Don't use write sequencer to power up WM8903 by Mark Brown · 13 years ago
  49. 66daaa59 ASoC: Convert WM8903 bias management to use snd_soc_update_bits() by Mark Brown · 13 years ago
  50. c5b6a9f ASoC: Actively manage WM8903 DC servo configuration by Mark Brown · 13 years ago
  51. e12adab ASoC: Fix WM8903 DAC mute default by Mark Brown · 13 years ago
  52. 2c8be5a ASoC: Dynamically manage CLK_SYS in WM8903 by Mark Brown · 13 years ago
  53. 13a9983 ASoC: Convert WM8903 to use PGA_S for output stage enables by Mark Brown · 13 years ago
  54. 1e113bf ASoC: Add support for AIF channel muxing on WM8903 by Mark Brown · 13 years ago
  55. 1d8d62d ASoC: Display WM8903 chip revision alphabetically by Mark Brown · 13 years ago
  56. 4b592c9 ASoC: Remove redundant -codec from WM8903 driver name by Mark Brown · 13 years ago
  57. c805993 ASoC: Accept any logical value WM8903 GPIO set() by Mark Brown · 13 years ago
  58. 7cfe561 ASoC: wm8903: Expose GPIOs through gpiolib by Stephen Warren · 14 years ago
  59. d4754ec ASoC: Update users of readable_register()/volatile_register() by Dimitris Papastamos · 14 years ago
  60. 839d271 ASoC: codecs: Remove unused reg_cache fields from device structs by Lars-Peter Clausen · 14 years ago
  61. 524d769 ASoC: Remove incorrect WM8903 erratum workaround by Mark Brown · 14 years ago
  62. 1435b94 ASoC: ifdef out trace points from modules for x86 by Mark Brown · 14 years ago
  63. 2bbb5d6 ASoC: Trace Wolfson jack detection IRQs by Mark Brown · 14 years ago
  64. 69fff9b ASoC: Automatically manage WM8903 deemphasis rate by Mark Brown · 14 years ago
  65. f2c1fe0 ASoC: Remove open coded symmetry implementation from WM8903 by Mark Brown · 14 years ago
  66. dcf9ada ASoC: Implement WM8903 oversampling rate controls by Mark Brown · 14 years ago
  67. 460f4aa ASoC: Implement WM8903 high pass filter support by Mark Brown · 14 years ago
  68. 505fb82 ASoC: Do not include soc-dapm.h by Jarkko Nikula · 14 years ago
  69. ce6120c ASoC: Decouple DAPM from CODECs by Liam Girdwood · 14 years ago
  70. af3751a ASoC: Remove unneeded control_data management from Wolfson drivers by Mark Brown · 14 years ago
  71. f0fba2a ASoC: multi-component - ASoC Multi-Component Support by Liam Girdwood · 14 years ago
  72. d71f4ce Merge branch 'topic/asoc' into for-linus by Takashi Iwai · 14 years ago
  73. 29e189c ASoC: Remove unneeded suspend bias managment from CODEC drivers by Mark Brown · 14 years ago
  74. b2c812e ASoC: Add indirection for CODEC private data by Mark Brown · 14 years ago
  75. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  76. 6926686 ASoC: Allow WM8903 mic detect disable and don't force bias on by Mark Brown · 14 years ago
  77. 7245387 ASoC: Implement interrupt driven microphone detection for WM8903 by Mark Brown · 14 years ago
  78. 8abd16a ASoC: Add WM8903 interrupt support by Mark Brown · 14 years ago
  79. 37f88e8 ASoC: Initial WM8903 microphone bias and short detection by Mark Brown · 14 years ago
  80. 73b34ea ASoC: Add GPIO configuration support for WM8903 by Mark Brown · 14 years ago
  81. 40aa703 ASoC: fix a memory-leak in wm8903 by Guennadi Liakhovetski · 15 years ago
  82. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  83. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  84. 0a3f5e3 ASoC: Remove redundant snd_soc_dapm_new_widgets() calls by Mark Brown · 15 years ago
  85. fe3e78e ASoC: Factor out snd_soc_init_card() by Mark Brown · 15 years ago
  86. d2058b0 ASoC: Remove snd_soc_suspend_device() by Mark Brown · 15 years ago
  87. 8d50e44 ASoC: Factor out I/O for Wolfson 8 bit data 16 bit register CODECs by Mark Brown · 15 years ago
  88. d5fc3b5 Merge branch 'for-2.6.31' into for-2.6.32 by Mark Brown · 15 years ago
  89. b3b50b3 ASoC: Add suspend and resume callbacks to Wolfson CODEC drivers by Mark Brown · 15 years ago
  90. 9e79261 ASoC: Automatically control WM8903 sloping stopband filter by Mark Brown · 15 years ago
  91. ba2533a ASoC: Remove odd bit clock ratios for WM8903 by Mark Brown · 15 years ago
  92. 291ce18 ASoC: Implement WM8903 digital sidetone support by Mark Brown · 15 years ago
  93. 727fb90 ASoC: Remove redundant rate constraint for WM8903 by Mark Brown · 15 years ago
  94. d7d5c54 ASoC: Actively manage the DC servo for WM8903 by Mark Brown · 15 years ago
  95. 4dbfe80 ASoC: Optimise configuration of WM8903 DC servo by Mark Brown · 15 years ago
  96. c2aef4f ASoC: Support CLK_DSP in WM8903 by Mark Brown · 15 years ago
  97. 42768a1 ASoC: Use DAPM supply widget for WM8903 charge pump by Mark Brown · 15 years ago
  98. 0d960e8 ASoC: Request shared rates for WM8903 by Mark Brown · 15 years ago
  99. 6335d05 ASoC: make ops a pointer in 'struct snd_soc_dai' by Eric Miao · 15 years ago
  100. c6f2981 ASoC: Add device init/exit annotations to new-style Wolfson CODEC drivers by Mark Brown · 15 years ago