index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
codecs
/
wm8903.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-08
Merge remote-tracking branches 'asoc/topic/wm8776', 'asoc/topic/wm8804', 'aso...
Mark Brown
1
-33
/
+2
2014-11-24
ASoC: wm8903: Cleanup manual bias level transitions
Lars-Peter Clausen
1
-33
/
+2
2014-11-10
ASoC: wm8903: Move the deemph lock to the driver level
Lars-Peter Clausen
1
-2
/
+6
2014-09-18
driver:gpio remove all usage of gpio_remove retval in driver
abdoulaye berthe
1
-5
/
+1
2014-08-04
Merge remote-tracking branches 'asoc/topic/tlv320aic3x', 'asoc/topic/width', ...
Mark Brown
1
-5
/
+5
2014-08-04
Merge remote-tracking branches 'asoc/topic/adau1977', 'asoc/topic/ak4642', 'a...
Mark Brown
1
-2
/
+1
2014-07-31
ASoC: wm8903: Convert to params_width()
Mark Brown
1
-5
/
+5
2014-06-19
ASoC: wm5100/wm8903/wm8996: Replace open-coded snd_soc_dapm_to_codec()
Lars-Peter Clausen
1
-2
/
+1
2014-04-14
ASoC: Add snd_soc_kcontrol_codec() helper function
Lars-Peter Clausen
1
-2
/
+2
2014-03-13
Merge remote-tracking branch 'asoc/topic/io' into asoc-next
Mark Brown
1
-9
/
+1
2014-03-11
ASoC: codec: Simplify ASoC probe code.
Xiubo Li
1
-9
/
+1
2014-02-23
ASoC: wm8903: Use SOC_ENUM_SINGLE_DECL()
Takashi Iwai
1
-54
/
+54
2013-07-29
ASoC: dapm: Add a helper to get the CODEC for DAPM kcontrol
Lars-Peter Clausen
1
-3
/
+1
2013-06-19
ASoC: wm8903: Use SOC_SINGLE_EXT() instead of open-coding it
Lars-Peter Clausen
1
-4
/
+2
2013-04-12
Merge remote-tracking branch 'asoc/topic/wm8903' into asoc-next
Mark Brown
1
-0
/
+4
2013-04-09
ASoC: wm8903: Fix the bypass to HP/LINEOUT when no DAC or ADC is running
Alban Bedel
1
-0
/
+2
2013-03-20
ASoC: wm8903: Add the DAC boost control
Alban Bedel
1
-0
/
+4
2012-12-09
ASoC: codecs: remove __dev* attributes
Bill Pemberton
1
-4
/
+4
2012-08-06
ASoC: wm8903: Use module_i2c_driver
Sachin Kamat
1
-17
/
+1
2012-06-12
ASoC: wm8903: Move register default changes to I2C probe
Mark Brown
1
-32
/
+31
2012-06-12
ASoC: wm8903: Move interrupt request to I2C probe
Mark Brown
1
-34
/
+31
2012-06-12
ASoC: wm8903: Make interrupt handler use regmap directly
Mark Brown
1
-16
/
+32
2012-06-12
ASoC: wm8903: Move pin configuration into I2C probe() function
Mark Brown
1
-45
/
+47
2012-06-09
ASoC: wm8903: Convert to devm_regmap_init_i2c()
Mark Brown
1
-3
/
+1
2012-06-03
ASoC: codecs: Refresh copyrights for Wolfson drivers
Mark Brown
1
-1
/
+1
2012-06-03
ASoC: wm8903: init GPIOs during I2C probe not codec probe
Stephen Warren
1
-26
/
+22
2012-04-04
ASoC: codecs: Remove rtd->codec usage from CODEC drivers
Mark Brown
1
-2
/
+1
2012-01-02
ASoC: Fix return value of wm8903_gpio_direction_in() and wm8903_gpio_directio...
Axel Lin
1
-4
/
+14
2011-12-07
ASoC: WM8903: Add of_match_table
Stephen Warren
1
-0
/
+7
2011-12-06
ASoC: Don't fail if we can't read the IRQ type in WM8903
Mark Brown
1
-5
/
+1
2011-12-06
ASoC: WM8903: Add device tree binding
Stephen Warren
1
-0
/
+49
2011-12-06
ASoC: WM8903: Get default irq_active_low from IRQ controller
Stephen Warren
1
-0
/
+40
2011-12-06
ASoC: WM8903: Remove conditionals checking pdata != NULL
Stephen Warren
1
-38
/
+36
2011-12-06
ASoC: WM8903: Fix platform data gpio_cfg confusion
Stephen Warren
1
-1
/
+2
2011-12-03
ASoC: WM8903: Create default platform data structure
Stephen Warren
1
-2
/
+17
2011-12-03
ASoC: Move initial WM8903 identification and reset to I2C probe
Mark Brown
1
-18
/
+23
2011-12-03
ASoC: Convert WM8903 to direct regmap API usage
Mark Brown
1
-182
/
+196
2011-12-03
ASoC: Don't resync WM8903 register cache on reset
Mark Brown
1
-2
/
+0
2011-12-03
ASoC: Use a normal cache sync for WM8903
Mark Brown
1
-15
/
+3
2011-12-03
ASoC: WM8903 only supports I2C so don't ifdef it
Mark Brown
1
-6
/
+0
2011-12-03
ASoC: Use table based control init for WM8903
Mark Brown
1
-3
/
+2
2011-12-03
ASoC: Convert WM8903 to devm_kzalloc()
Mark Brown
1
-4
/
+3
2011-12-02
ASoC: WM8903: Disallow all invalid gpio_cfg pdata values
Stephen Warren
1
-2
/
+2
2011-12-02
ASoC: Drop unused state parameter from CODEC suspend callback
Lars-Peter Clausen
1
-1
/
+1
2011-11-28
ASoC: Convert WM8903 MICBIAS to a supply widget
Mark Brown
1
-2
/
+2
2011-11-27
ASoC: Remove unneeded platform_device.h inclusions from CODECs
Mark Brown
1
-1
/
+0
2011-11-23
ASoC: Constify snd_soc_dai_ops structs
Lars-Peter Clausen
1
-1
/
+1
2011-08-09
ASoC: WM8903: Free IRQ on device removal
Stephen Warren
1
-0
/
+5
2011-05-16
ASoC: Fix wrong data type access in a few codec drivers
Jarkko Nikula
1
-1
/
+2
2011-05-10
Merge branch 'for-2.6.39' into for-2.6.40
Mark Brown
1
-1
/
+1
[next]