summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs (follow)
Commit message (Expand)AuthorAgeFilesLines
* ASoC: wm8904: Convert to devm_regmap_init_i2c()Mark Brown2012-06-091-4/+1
* ASoC: wm8904: Convert to module_i2c_driver()Mark Brown2012-06-091-17/+1
* ASoC: wm8903: Convert to devm_regmap_init_i2c()Mark Brown2012-06-091-3/+1
* ASoC: isabelle: using an uninitialized variableDan Carpenter2012-06-081-2/+1
* ASoC: max98095: Staticise non-exported functions and export jack detectMark Brown2012-06-071-2/+3
* ASoC: lm59453: Unconstify dai_driverMark Brown2012-06-051-1/+1
* ASoC: cs42l52: Convert to devm_regmap_init_i2c()Brian Austin2012-06-051-14/+4
* ASoC: cs42l73: Convert to devm_regmap_init_i2c()Brian Austin2012-06-051-15/+5
* ASoC: isabelle: Remove regmap_exit()MR Swami Reddy2012-06-051-2/+0
* ASoC: Support TI Isabelle Audio driverM R Swami Reddy2012-06-054-0/+1328
* ASoC: lm49453: Remove version.h header file inclusionSachin Kamat2012-06-041-1/+0
* ASoC: cs42l52: Remove version.h header file inclusionSachin Kamat2012-06-041-1/+0
* ASoC: wm8350: Convert to direct regmap API usageMark Brown2012-06-031-17/+3
* ASoC: wm2000: Add register readability informationMark Brown2012-06-031-0/+30
* ASoC: ac97: Remove empty remove() functionMark Brown2012-06-031-6/+0
* ASoC: tlv320aic3x: Change Class-D amplifier gain control nameJarkko Nikula2012-06-031-1/+1
* ASoC: codecs: Refresh copyrights for Wolfson driversMark Brown2012-06-0324-21/+26
* ASoC: wm8903: init GPIOs during I2C probe not codec probeStephen Warren2012-06-031-26/+22
* Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-05-2373-1480/+6966
|\
| * Merge tag 'asoc-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai2012-05-223-0/+75
| |\
| | * ASoC: OMAP: HDMI: Introduce codecRicardo Neri2012-05-183-0/+75
| * | Merge branch 'topic/asoc' into for-linusTakashi Iwai2012-05-2172-1484/+6893
| |\|
| | * ASoC: mc13783 codec cleanupsPhilippe Rétornaz2012-05-181-21/+7
| | * ASoC: Add mc13783 codecPhilippe Rétornaz2012-05-184-0/+834
| | * ASoC: wm8350: Remove direct usage of codec->control_dataMark Brown2012-05-141-11/+16
| | * ASoC: tlv320aic3x: Remove unused, non-standard headset detectionMark Brown2012-05-141-18/+0
| | * ASoC: wm8350: Don't use irq_baseMark Brown2012-05-141-19/+27
| | * ASoC: lm49453: Fix author e-mail addressMark Brown2012-05-141-1/+1
| | * ASoC: lm49453: Staticise non-exported symbol lm45453_daiMark Brown2012-05-141-1/+1
| | * Merge tag 'v3.4-rc7' into for-3.5Mark Brown2012-05-137-71/+243
| | |\
| | * | ASoC: wm8731: Convert to devm_ functionsMark Brown2012-05-121-27/+10
| | * | ASoC: wm5100: Convert to module_i2c_driver()Mark Brown2012-05-121-11/+1
| | * | ASoC: cs42l52: Staticise non-exported symbolsMark Brown2012-05-091-2/+2
| | * | ASoC: wm8994: Use regmap directly for wm8994_mic_workMark Brown2012-05-091-7/+9
| | * | ASoC: wm8994: Add debounce to wm8994 mic detectionMark Brown2012-05-092-7/+22
| | * | ASoC: wm8994: Fix sparse warning due to use of 0 as NULLMark Brown2012-05-091-1/+1
| | * | ASoC: cs42l73: Use DAPM routes to hook AIF widgets to DAI'sBrian Austin2012-05-091-13/+28
| | * | ASoC: cs42l73: Remove Chip ID's from reg_defaultBrian Austin2012-05-091-3/+0
| | * | ASoC: cs42l73: Convert to module_i2c_driver()Brian Austin2012-05-091-19/+1
| | * | ASoC: rt5631: Convert to direct regmap API usageMark Brown2012-05-091-41/+54
| | * | ASoC: rt5631: Convert to module_i2c_driver()Mark Brown2012-05-091-11/+1
| | * | ASoC: alc5632: Convert to devm_regmap_init_i2c()Axel Lin2012-05-081-7/+1
| | * | ASoC: alc5632: Convert to module_i2c_driver()Axel Lin2012-05-081-19/+1
| | * | ASoC: alc5623: Convert to module_i2c_driver()Axel Lin2012-05-081-19/+1
| | * | ASoC: wm9081: Hook DAC up via DAPM rather than streamMark Brown2012-05-081-2/+3
| | * | ASoC: twl6040: Remove HS/HF gain ramp featurePeter Ujfalusi2012-05-071-429/+12
| | * | ASoC: da7210: Minor improvements and a bugfixAshish Chavan2012-05-031-13/+15
| | * | ASoC: wm5100: Set the DAI base address in the DAI driversMark Brown2012-05-021-21/+5
| | * | ASoC: wm_hubs: Cache multiple DCS offsetsMark Brown2012-05-012-10/+67
| | * | ASoC: wm8350: Replace use of custom I/O with snd_soc_read()/write()Mark Brown2012-05-011-37/+37