aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8903.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-22ASoC: wm8903: harmless underflow in wm8903_put_deemph()Dan Carpenter1-1/+1
2015-07-15ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-06-01ASoC: wm8903: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen1-1/+1
2015-04-27ASoC: Move bias level update to the coreLars-Peter Clausen1-2/+0
2015-03-10ASoC: wm8903: Fix wrong value references for boolean kctlTakashi Iwai1-2/+2
2015-01-14ASoC: wm8903: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen1-1/+1
2014-12-08Merge remote-tracking branches 'asoc/topic/wm8776', 'asoc/topic/wm8804', 'asoc/topic/wm8900', 'asoc/topic/wm8903' and 'asoc/topic/wm8940' into asoc-nextMark Brown1-33/+2
2014-11-24ASoC: wm8903: Cleanup manual bias level transitionsLars-Peter Clausen1-33/+2
2014-11-10ASoC: wm8903: Move the deemph lock to the driver levelLars-Peter Clausen1-2/+6
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe1-5/+1
2014-08-04Merge remote-tracking branches 'asoc/topic/tlv320aic3x', 'asoc/topic/width', 'asoc/topic/wm0010', 'asoc/topic/wm8904' and 'asoc/topic/wm8962' into asoc-nextMark Brown1-5/+5
2014-08-04Merge remote-tracking branches 'asoc/topic/adau1977', 'asoc/topic/ak4642', 'asoc/topic/ak5386' and 'asoc/topic/arizona' into asoc-nextMark Brown1-2/+1
2014-07-31ASoC: wm8903: Convert to params_width()Mark Brown1-5/+5
2014-06-19ASoC: wm5100/wm8903/wm8996: Replace open-coded snd_soc_dapm_to_codec()Lars-Peter Clausen1-2/+1
2014-04-14ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen1-2/+2
2014-03-13Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown1-9/+1
2014-03-11ASoC: codec: Simplify ASoC probe code.Xiubo Li1-9/+1
2014-02-23ASoC: wm8903: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai1-54/+54
2013-07-29ASoC: dapm: Add a helper to get the CODEC for DAPM kcontrolLars-Peter Clausen1-3/+1
2013-06-19ASoC: wm8903: Use SOC_SINGLE_EXT() instead of open-coding itLars-Peter Clausen1-4/+2
2013-04-12Merge remote-tracking branch 'asoc/topic/wm8903' into asoc-nextMark Brown1-0/+4
2013-04-09ASoC: wm8903: Fix the bypass to HP/LINEOUT when no DAC or ADC is runningAlban Bedel1-0/+2
2013-03-20ASoC: wm8903: Add the DAC boost controlAlban Bedel1-0/+4
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-4/+4
2012-08-06ASoC: wm8903: Use module_i2c_driverSachin Kamat1-17/+1
2012-06-12ASoC: wm8903: Move register default changes to I2C probeMark Brown1-32/+31
2012-06-12ASoC: wm8903: Move interrupt request to I2C probeMark Brown1-34/+31
2012-06-12ASoC: wm8903: Make interrupt handler use regmap directlyMark Brown1-16/+32
2012-06-12ASoC: wm8903: Move pin configuration into I2C probe() functionMark Brown1-45/+47
2012-06-09ASoC: wm8903: Convert to devm_regmap_init_i2c()Mark Brown1-3/+1
2012-06-03ASoC: codecs: Refresh copyrights for Wolfson driversMark Brown1-1/+1
2012-06-03ASoC: wm8903: init GPIOs during I2C probe not codec probeStephen Warren1-26/+22
2012-04-04ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown1-2/+1
2012-01-02ASoC: Fix return value of wm8903_gpio_direction_in() and wm8903_gpio_direction_out()Axel Lin1-4/+14
2011-12-07ASoC: WM8903: Add of_match_tableStephen Warren1-0/+7
2011-12-06ASoC: Don't fail if we can't read the IRQ type in WM8903Mark Brown1-5/+1
2011-12-06ASoC: WM8903: Add device tree bindingStephen Warren1-0/+49
2011-12-06ASoC: WM8903: Get default irq_active_low from IRQ controllerStephen Warren1-0/+40
2011-12-06ASoC: WM8903: Remove conditionals checking pdata != NULLStephen Warren1-38/+36
2011-12-06ASoC: WM8903: Fix platform data gpio_cfg confusionStephen Warren1-1/+2
2011-12-03ASoC: WM8903: Create default platform data structureStephen Warren1-2/+17
2011-12-03ASoC: Move initial WM8903 identification and reset to I2C probeMark Brown1-18/+23
2011-12-03ASoC: Convert WM8903 to direct regmap API usageMark Brown1-182/+196
2011-12-03ASoC: Don't resync WM8903 register cache on resetMark Brown1-2/+0
2011-12-03ASoC: Use a normal cache sync for WM8903Mark Brown1-15/+3
2011-12-03ASoC: WM8903 only supports I2C so don't ifdef itMark Brown1-6/+0
2011-12-03ASoC: Use table based control init for WM8903Mark Brown1-3/+2
2011-12-03ASoC: Convert WM8903 to devm_kzalloc()Mark Brown1-4/+3
2011-12-02ASoC: WM8903: Disallow all invalid gpio_cfg pdata valuesStephen Warren1-2/+2
2011-12-02ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen1-1/+1