summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/twl6040.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: twl6040: Remove leftover code from hs/hf ramp implementationPeter Ujfalusi2013-01-121-21/+0Star
* ASoC: twl6040: Switch to use system workqueue for jack reportingPeter Ujfalusi2013-01-121-18/+3Star
* ASoC: twl6040: Convert to use devm_* when possiblePeter Ujfalusi2013-01-121-17/+10Star
* ASoC: twl6040: Only set the bias_level once in twl6040_resume()Peter Ujfalusi2013-01-121-1/+0Star
* ASoC: twl6040: Convert PLUGINT to no-suspend irqMisael Lopez Cruz2013-01-121-1/+1
* ASoC: codecs: remove __dev* attributesBill Pemberton2012-12-091-3/+3
* ASoC: twl6040: Fix Stream DAPM mappingPeter Ujfalusi2012-10-041-4/+4
* ASoC: twl6040: Convert to use DAI DAPM widgetsPeter Ujfalusi2012-09-221-14/+29
* Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-07-301-1/+1
|\
| * mfd: Fix twl6040 revision informationPeter Ujfalusi2012-07-251-1/+1
* | ASoC: twl6040: fix spelling mistakeSimon Wilson2012-07-061-1/+1
|/
* Merge tag 'v3.4-rc7' into for-3.5Mark Brown2012-05-131-2/+1Star
|\
| * mfd: Convert twl6040 to i2c driver, and separate it from twl corePeter Ujfalusi2012-04-161-2/+1Star
* | ASoC: twl6040: Remove HS/HF gain ramp featurePeter Ujfalusi2012-05-071-429/+12Star
* | ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown2012-04-041-6/+3Star
|/
* Merge tag 'asoc-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai2012-03-051-1/+1
|\
| * ASoC: twl6040: Move ignore_pmdown_time to driver structMark Brown2012-02-091-1/+1
* | ASoC: twl6040: Convert MICBIAS to SUPPLY widgetPeter Ujfalusi2012-01-261-8/+8
|/
* ASoC: twl6040 - add method to query HS DC offset step size in mVLiam Girdwood2012-01-201-0/+13
* ASoC: twl6040 - Add method to query optimum PDM_DL1 gainLiam Girdwood2012-01-111-0/+23
* ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen2011-12-021-1/+1
* ASoC: Convert CODEC drivers to module_platform_driverMark Brown2011-11-281-11/+1Star
* ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen2011-11-231-1/+1
* ASoC: twl6040: Request core to inline the DAPM sequencePeter Ujfalusi2011-10-141-0/+1
* ASoC: twl6040: Rename the Earphone Driver event handlerPeter Ujfalusi2011-10-131-2/+2
* ASoC: twl6040: Change event ordering for Earphone driverPeter Ujfalusi2011-10-131-1/+1
* ASoC: twl6040: Remove PLL usage restrictionsPeter Ujfalusi2011-10-131-31/+9Star
* ASoC: twl6040: Remove Capture restriction for 17.64MHz sysclkPeter Ujfalusi2011-10-131-7/+0Star
* ASoC: twl6040: Workaround for headset DC offset caused pop noisePeter Ujfalusi2011-10-121-8/+28
* ASoC: twl6040: Support for vibra output pathsPeter Ujfalusi2011-10-121-0/+72
* ASoC: twl6040: Convert to table based initPeter Ujfalusi2011-10-111-21/+10Star
* ASoC: twl6040: Warn user in twl6040_put_volsw for error casePeter Ujfalusi2011-10-051-0/+2
* ASoC: twl6040: Simply call snd_soc_put_volsw form the custom codePeter Ujfalusi2011-10-051-9/+2Star
* ASoC: twl6040: Prepare for core put_volsw/volsw_2r mergerPeter Ujfalusi2011-10-051-2/+4
* ASoC: twl6040: Simplify custom get_volsw callbackPeter Ujfalusi2011-10-051-12/+6Star
* ASoC: Consolidate use of controls with custom get/put functionPeter Ujfalusi2011-10-051-31/+6Star
* ASoC: twl6040: Simplify custom put_volsw callbackPeter Ujfalusi2011-10-041-7/+5Star
* ASoC: twl6040: Simplify code in out_drv_event for pending work checkPeter Ujfalusi2011-09-301-16/+22
* ASoC: twl6040: Shift 2 identifies the HS output in out_drv_eventPeter Ujfalusi2011-09-301-3/+2Star
* ASoC: twl6040: correct loop counters for HS/HF ramp codePeter Ujfalusi2011-09-301-4/+5
* ASoC: twl6040: One workqueue should be enoughPeter Ujfalusi2011-09-301-28/+5Star
* ASoC: twl6040: No need to change delay during HF rampPeter Ujfalusi2011-09-261-10/+2Star
* ASoC: twl6040: No need to change delay during HS rampPeter Ujfalusi2011-09-261-10/+2Star
* ASoC: twl6040: Move the delayed_work for HS detection under twl6040_jack_dataPeter Ujfalusi2011-09-261-4/+4
* ASoC: twl6040: Move delayed_work struct inside twl6040_output for HS/HFPeter Ujfalusi2011-09-261-8/+7Star
* ASoC: twl6040: Combine the custom volsw get, and put functionsPeter Ujfalusi2011-09-261-64/+17Star
* ASoC: twl6040: Rename pga_event to out_drv_eventPeter Ujfalusi2011-09-261-6/+5Star
* ASoC: twl6040: Function to fetch the TRIM valuesPeter Ujfalusi2011-09-261-0/+9
* ASoC: twl6040: Read the TRIM values from the chipPeter Ujfalusi2011-09-261-0/+7
* ASoC: twl6040: No need to read the INTID registerPeter Ujfalusi2011-09-231-7/+2Star