summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/twl4030.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: twl4030: Remove suspend/resume soc driver operationsPeter Ujfalusi2013-01-121-14/+0Star
* ASoC: twl4030: Configure extmute pinmux when the dedicated pin is in usePeter Ujfalusi2013-01-021-13/+31
* ASoC: twl4030: Convert MICBIAS to SUPPLY widgetPeter Ujfalusi2013-01-021-3/+7
* ASoC: twl4030: Correct the support for Voice portPeter Ujfalusi2013-01-021-5/+12
* ASoC: twl4030: remove __dev* attributesBill Pemberton2012-12-091-3/+3
* ASoC: twl4030: Support for DT booted kernelPeter Ujfalusi2012-09-221-8/+47
* ASoC: twl4030: Add pointer to pdata within the private dataPeter Ujfalusi2012-09-221-7/+7
* ASoC: twl4030: Convert to use devm_kzallocPeter Ujfalusi2012-09-221-2/+2
* ASoC/mfd: twl4030: Remove set_hs_extmute callback from platform dataPeter Ujfalusi2012-09-221-6/+0Star
* ASoC: twl4030: Move hs_extmute GPIO handling to driverPeter Ujfalusi2012-09-221-2/+30
* ASoC: twl4030: Convert to use DAI DAPM widgetsPeter Ujfalusi2012-09-221-20/+28
* ASoC: Avoid recalculating the bitmask for SOC_ENUM controlsLars-Peter Clausen2012-09-191-5/+3Star
* ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown2012-04-041-12/+6Star
* ASoC: twl4030: Debug code cleanupPeter Ujfalusi2012-02-211-16/+17
* ASoC: Fix typo in twl4030.cMasanari Iida2012-02-101-1/+1
* ASoC: Set idle_bias_off flag in snd_soc_codec_driverAxel Lin2012-01-271-1/+1
* ASoC: twl4030: Use core to set the msbits constraintPeter Ujfalusi2012-01-201-3/+4
* 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-2/+2
* ASoC: twl4030: Convert to table based initPeter Ujfalusi2011-10-111-14/+7Star
* ASoC: Consolidate use of controls with custom get/put functionPeter Ujfalusi2011-10-051-36/+12Star
* MFD: twl4030-audio: Rename platform dataPeter Ujfalusi2011-07-041-3/+3
* MFD: twl4030-codec -> twl4030-audio: Rename the driverPeter Ujfalusi2011-07-041-8/+8
* mfd: Use mfd cell platform_data for twl4030 codec cells platform bitsSamuel Ortiz2011-05-261-4/+2Star
* Fix common misspellingsLucas De Marchi2011-03-311-3/+3
* mfd: mfd_cell is now implicitly available to twl4030 driversAndres Salomon2011-03-231-2/+4
* ASoC: TWL4030: Fix 24bit supportPeter Ujfalusi2010-12-141-2/+3
* Merge branch 'topic/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Mark Brown2010-11-241-11/+26
|\
| * Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/lr...Takashi Iwai2010-11-231-11/+26
| |\
| | * ASoC: Move kfree(twl4030) to twl4030_soc_remove()Axel Lin2010-11-191-3/+3
| | * ASoC: TWL4030: Use usleep_range when appropriatePeter Ujfalusi2010-10-261-8/+23
* | | ASoC: Do not include soc-dapm.hJarkko Nikula2010-11-221-1/+0Star
|/ /
* / ASoC: Decouple DAPM from CODECsLiam Girdwood2010-11-061-6/+7
|/
* ASoC: Remove needless codec->bias_level assignment to SND_SOC_BIAS_OFFJarkko Nikula2010-09-151-1/+0Star
* ASoC: multi-component: TWL4030: Restore registers on removalPeter Ujfalusi2010-08-121-0/+2
* ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood2010-08-121-160/+71Star
* ASoC: TWL4030: Capture route runtime DAPM ordering fixPeter Ujfalusi2010-08-041-36/+12Star
* ASoC: TWL4030: Capture route DAPM event fixPeter Ujfalusi2010-07-271-2/+0Star
* ASoC: TWL4030: Add configurable delay after digimic enablePeter Ujfalusi2010-07-211-4/+21
* ASoC: TWL4030: DAC power optimizationPeter Ujfalusi2010-07-131-6/+9
* ASoC: TWL4030: Fix for digital loopback gain rangePeter Ujfalusi2010-07-131-3/+4
* Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/lr...Takashi Iwai2010-05-311-125/+166
|\
| * ASoC: TWL4030: Add functionalty to reset the registersPeter Ujfalusi2010-05-311-0/+17
| * ASoC: TWL4030: Use BIAS_OFF instead of BIAS_STANDBY, when not in usePeter Ujfalusi2010-05-311-35/+51
| * ASoC: TWL4030: Correct the ARXR2_APGA_CTL chip defaultPeter Ujfalusi2010-05-311-0/+3
| * ASoC: TWL4030: Helper to check chip default registersPeter Ujfalusi2010-05-311-1/+24
| * ASoC: TWL4030: Optimize the power up sequencePeter Ujfalusi2010-05-311-73/+60Star
| * ASoC: TWL4030: Make offset cancellation path configurablePeter Ujfalusi2010-05-311-1/+5
| * ASoC: TWL4030: Remove wrapper for power downPeter Ujfalusi2010-05-311-11/+2Star