- b3bbef4 ASoC: wm8903: add regulator handling by Linus Walleij · 8 years ago
- ee61b89 Merge remote-tracking branches 'asoc/topic/dwc', 'asoc/topic/fsl', 'asoc/topic/gpio-chip' and 'asoc/topic/hdmi' into asoc-next by Mark Brown · 8 years ago
- c59b24f ASoC: constify gpio_chip structures by Julia Lawall · 8 years ago
- f802d6c ASoC: constify snd_soc_codec_driver structures by Julia Lawall · 8 years ago
- 2fdff3a ASoC: codec duplicated callback function goes to component on wm8903 by Kuninori Morimoto · 8 years ago
- 8f41606 ASoC: wm8903: use gpiochip data pointer by Linus Walleij · 9 years ago
- 58cf279a Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
- b70381c ASoC: wm8903: Be sure to clamp return value by Linus Walleij · 9 years ago
- 58383c78 gpio: change member .dev to .parent by Linus Walleij · 9 years ago
- 4d0197a ASoC: wm8903: harmless underflow in wm8903_put_deemph() by Dan Carpenter · 9 years ago
- 1c07a4d ASoC: drivers: Drop owner assignment from i2c_driver by Krzysztof Kozlowski · 9 years ago
- 060ea2a ASoC: wm8903: Replace direct snd_soc_codec dapm field access by Lars-Peter Clausen · 10 years ago
- f4bf8d7 ASoC: Move bias level update to the core by Lars-Peter Clausen · 10 years ago
- 24cc883 ASoC: wm8903: Fix wrong value references for boolean kctl by Takashi Iwai · 10 years ago
- 2ea7a3f ASoC: wm8903: Replace w->codec snd_soc_dapm_to_codec(w->dapm) by Lars-Peter Clausen · 10 years ago
- 7bff3b6 Merge remote-tracking branches 'asoc/topic/wm8776', 'asoc/topic/wm8804', 'asoc/topic/wm8900', 'asoc/topic/wm8903' and 'asoc/topic/wm8940' into asoc-next by Mark Brown · 10 years ago
- b0d55b1 ASoC: wm8903: Cleanup manual bias level transitions by Lars-Peter Clausen · 10 years ago
- 78660af ASoC: wm8903: Move the deemph lock to the driver level by Lars-Peter Clausen · 10 years ago
- 88d5e52 driver:gpio remove all usage of gpio_remove retval in driver by abdoulaye berthe · 10 years ago
- e99a866 Merge remote-tracking branches 'asoc/topic/tlv320aic3x', 'asoc/topic/width', 'asoc/topic/wm0010', 'asoc/topic/wm8904' and 'asoc/topic/wm8962' into asoc-next by Mark Brown · 10 years ago
- a486f18 Merge remote-tracking branches 'asoc/topic/adau1977', 'asoc/topic/ak4642', 'asoc/topic/ak5386' and 'asoc/topic/arizona' into asoc-next by Mark Brown · 10 years ago
- 6139ea2 ASoC: wm8903: Convert to params_width() by Mark Brown · 10 years ago
- e73a257 ASoC: wm5100/wm8903/wm8996: Replace open-coded snd_soc_dapm_to_codec() by Lars-Peter Clausen · 11 years ago
- ea53bf7 ASoC: Add snd_soc_kcontrol_codec() helper function by Lars-Peter Clausen · 11 years ago
- 2620954 Merge remote-tracking branch 'asoc/topic/io' into asoc-next by Mark Brown · 11 years ago
- 5d6be5a ASoC: codec: Simplify ASoC probe code. by Xiubo Li · 11 years ago
- a21bc5c ASoC: wm8903: Use SOC_ENUM_SINGLE_DECL() by Takashi Iwai · 11 years ago
- eee5d7f ASoC: dapm: Add a helper to get the CODEC for DAPM kcontrol by Lars-Peter Clausen · 11 years ago
- ea3583d ASoC: wm8903: Use SOC_SINGLE_EXT() instead of open-coding it by Lars-Peter Clausen · 12 years ago
- ca0c568 Merge remote-tracking branch 'asoc/topic/wm8903' into asoc-next by Mark Brown · 12 years ago
- f1ca493 ASoC: wm8903: Fix the bypass to HP/LINEOUT when no DAC or ADC is running by Alban Bedel · 12 years ago
- 00aa0fa ASoC: wm8903: Add the DAC boost control by Alban Bedel · 12 years ago
- 7a79e94 ASoC: codecs: remove __dev* attributes by Bill Pemberton · 12 years ago
- 5c86ea4 ASoC: wm8903: Use module_i2c_driver by Sachin Kamat · 12 years ago
- a89c3e9 ASoC: wm8903: Move register default changes to I2C probe by Mark Brown · 13 years ago
- b7c95d9 ASoC: wm8903: Move interrupt request to I2C probe by Mark Brown · 13 years ago
- e373cbf ASoC: wm8903: Make interrupt handler use regmap directly by Mark Brown · 13 years ago
- 20c5fd3 ASoC: wm8903: Move pin configuration into I2C probe() function by Mark Brown · 13 years ago
- 7d11668 ASoC: wm8903: Convert to devm_regmap_init_i2c() by Mark Brown · 13 years ago
- 656baae ASoC: codecs: Refresh copyrights for Wolfson drivers by Mark Brown · 13 years ago
- 0bf79ef ASoC: wm8903: init GPIOs during I2C probe not codec probe by Stephen Warren · 13 years ago
- e6968a1 ASoC: codecs: Remove rtd->codec usage from CODEC drivers by Mark Brown · 13 years ago
- 385bd93 ASoC: Fix return value of wm8903_gpio_direction_in() and wm8903_gpio_direction_out() by Axel Lin · 13 years ago
- f18b4e2 ASoC: WM8903: Add of_match_table by Stephen Warren · 13 years ago
- 6664ee1 ASoC: Don't fail if we can't read the IRQ type in WM8903 by Mark Brown · 13 years ago
- 5d680b3 ASoC: WM8903: Add device tree binding by Stephen Warren · 13 years ago
- 9d35f3e ASoC: WM8903: Get default irq_active_low from IRQ controller by Stephen Warren · 13 years ago
- db81778 ASoC: WM8903: Remove conditionals checking pdata != NULL by Stephen Warren · 13 years ago
- a0f203d ASoC: WM8903: Fix platform data gpio_cfg confusion by Stephen Warren · 13 years ago
- c0eb27c ASoC: WM8903: Create default platform data structure by Stephen Warren · 13 years ago
- 7d46a52 ASoC: Move initial WM8903 identification and reset to I2C probe by Mark Brown · 13 years ago
- ee244ce ASoC: Convert WM8903 to direct regmap API usage by Mark Brown · 13 years ago
- 82ae55d ASoC: Don't resync WM8903 register cache on reset by Mark Brown · 13 years ago
- 45e9675 ASoC: Use a normal cache sync for WM8903 by Mark Brown · 13 years ago
- 88a1b12 ASoC: WM8903 only supports I2C so don't ifdef it by Mark Brown · 13 years ago
- f4a1083 ASoC: Use table based control init for WM8903 by Mark Brown · 13 years ago
- 2950cd22 ASoC: Convert WM8903 to devm_kzalloc() by Mark Brown · 13 years ago
- 6f526f0 ASoC: WM8903: Disallow all invalid gpio_cfg pdata values by Stephen Warren · 13 years ago
- 84b315e ASoC: Drop unused state parameter from CODEC suspend callback by Lars-Peter Clausen · 13 years ago
- 5032dc3 ASoC: Convert WM8903 MICBIAS to a supply widget by Mark Brown · 13 years ago
- 997c2ea ASoC: Remove unneeded platform_device.h inclusions from CODECs by Mark Brown · 13 years ago
- 85e7652 ASoC: Constify snd_soc_dai_ops structs by Lars-Peter Clausen · 13 years ago
- f99847a ASoC: WM8903: Free IRQ on device removal by Stephen Warren · 13 years ago
- 9d03545 ASoC: Fix wrong data type access in a few codec drivers by Jarkko Nikula · 14 years ago
- 0f3c6af Merge branch 'for-2.6.39' into for-2.6.40 by Mark Brown · 14 years ago
- 61bf35b ASoC: WM8903: Fix Digital Capture Volume range by Stephen Warren · 14 years ago
- 97945c4 ASoC: WM8903: Implement DMIC support by Stephen Warren · 14 years ago
- faeede8 Merge branch 'for-2.6.39' into for-2.6.40 by Mark Brown · 14 years ago
- 1b877cb ASoC: WM8903: HP and Line out PGA/mixer DAPM fixes by Dilan Lee · 14 years ago
- ecd0151 ASoC: Convert WM8903 to table based DAPM setup by Mark Brown · 14 years ago
- f98dedc Merge branch 'for-2.6.38' into for-2.6.39 by Mark Brown · 14 years ago
- 905f695 ASoC: Warn if WM8903 platform data is used to enable microphone IRQ by Mark Brown · 14 years ago
- 3088e3b ASoC: WM8903: Fix mic detection enable logic by Stephen Warren · 14 years ago
- b4d06f4 ASoC: Use explicit sequence for WM8903 bias off by Mark Brown · 14 years ago
- 22f226d ASoC: Don't use write sequencer to power up WM8903 by Mark Brown · 14 years ago
- 66daaa59 ASoC: Convert WM8903 bias management to use snd_soc_update_bits() by Mark Brown · 14 years ago
- c5b6a9f ASoC: Actively manage WM8903 DC servo configuration by Mark Brown · 14 years ago
- e12adab ASoC: Fix WM8903 DAC mute default by Mark Brown · 14 years ago
- 2c8be5a ASoC: Dynamically manage CLK_SYS in WM8903 by Mark Brown · 14 years ago
- 13a9983 ASoC: Convert WM8903 to use PGA_S for output stage enables by Mark Brown · 14 years ago
- 1e113bf ASoC: Add support for AIF channel muxing on WM8903 by Mark Brown · 14 years ago
- 1d8d62d ASoC: Display WM8903 chip revision alphabetically by Mark Brown · 14 years ago
- 4b592c9 ASoC: Remove redundant -codec from WM8903 driver name by Mark Brown · 14 years ago
- c805993 ASoC: Accept any logical value WM8903 GPIO set() by Mark Brown · 14 years ago
- 7cfe561 ASoC: wm8903: Expose GPIOs through gpiolib by Stephen Warren · 14 years ago
- d4754ec ASoC: Update users of readable_register()/volatile_register() by Dimitris Papastamos · 14 years ago
- 839d271 ASoC: codecs: Remove unused reg_cache fields from device structs by Lars-Peter Clausen · 14 years ago
- 524d769 ASoC: Remove incorrect WM8903 erratum workaround by Mark Brown · 14 years ago
- 1435b94 ASoC: ifdef out trace points from modules for x86 by Mark Brown · 14 years ago
- 2bbb5d6 ASoC: Trace Wolfson jack detection IRQs by Mark Brown · 14 years ago
- 69fff9b ASoC: Automatically manage WM8903 deemphasis rate by Mark Brown · 14 years ago
- f2c1fe0 ASoC: Remove open coded symmetry implementation from WM8903 by Mark Brown · 14 years ago
- dcf9ada ASoC: Implement WM8903 oversampling rate controls by Mark Brown · 14 years ago
- 460f4aa ASoC: Implement WM8903 high pass filter support by Mark Brown · 14 years ago
- 505fb82 ASoC: Do not include soc-dapm.h by Jarkko Nikula · 14 years ago
- ce6120c ASoC: Decouple DAPM from CODECs by Liam Girdwood · 14 years ago
- af3751a ASoC: Remove unneeded control_data management from Wolfson drivers by Mark Brown · 14 years ago
- f0fba2a ASoC: multi-component - ASoC Multi-Component Support by Liam Girdwood · 15 years ago
- d71f4ce Merge branch 'topic/asoc' into for-linus by Takashi Iwai · 15 years ago
- 29e189c ASoC: Remove unneeded suspend bias managment from CODEC drivers by Mark Brown · 15 years ago