summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/twl4030.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: twl4030: Use snd_pcm_hw_constraint_single()Lars-Peter Clausen2015-10-211-8/+5
* ASoC: twl4030: Replace TLV_DB_RANGE_HEAD with DECLARE_TLV_DB_RANGELars-Peter Clausen2015-08-051-4/+3
* ASoC: twl4030: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen2015-05-151-1/+1
* ASoC: Move bias level update to the coreLars-Peter Clausen2015-04-271-1/+0
* ASoC: twl4030: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen2015-01-151-21/+34
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * ASoC: codecs: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | ASoC: twl4030: Cleanup manual bias level transitionsLars-Peter Clausen2014-11-271-2/+0
|/
*-. Merge remote-tracking branches 'asoc/topic/tlv320aic3x', 'asoc/topic/width', ...Mark Brown2014-08-041-5/+5
|\ \
| | * ASoC: twl4030: Convert to params_width()Mark Brown2014-07-311-5/+5
| |/
| |
| \
*-. \ Merge remote-tracking branches 'asoc/topic/omap', 'asoc/topic/oom' and 'asoc/...Mark Brown2014-08-041-3/+1
|\ \ \ | | |/ | |/|
| | * ASoC: twl4030: Remove redundant OOM messageSachin Kamat2014-06-271-3/+1
| |/
* | ASoC: twl4030: Remove unused variableSachin Kamat2014-07-031-3/+2
|/
* ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen2014-04-141-5/+5
*-. Merge remote-tracking branches 'asoc/topic/tlv320aic23', 'asoc/topic/tlv320ai...Mark Brown2014-03-121-48/+36
|\ \
| | * ASoC: twl4030: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai2014-02-231-48/+36
| |/
* | ASoC: twl4030: Clean up duplicated codeTakashi Iwai2014-02-201-16/+1
* | ASoC: Rename soc_enum.max field with itemsTakashi Iwai2014-02-201-2/+2
|/
* ASoC: twl4030: Pass the twl4030_priv directly to twl4030_can_write_to_chip()Peter Ujfalusi2014-01-081-3/+2
* ASoC: twl4030: Move the ctl cache update local to twl4030_write() functionPeter Ujfalusi2014-01-081-20/+16
* ASoC: twl4030: Parameter alignment fixes (for code consistency)Peter Ujfalusi2014-01-081-48/+45
* ASoC: twl4030: Remove local reg cachePeter Ujfalusi2014-01-081-144/+63
* ASoC: twl4030: Introduce local ctl register cachePeter Ujfalusi2014-01-081-0/+15
* ASoC: twl4030: Remove reset registers functionalityPeter Ujfalusi2014-01-081-17/+0
* ASoC: twl4030: Remove check defaults functionalityPeter Ujfalusi2014-01-081-23/+0
* ASoC: twl4030: Separate write condition checking from I/O functionPeter Ujfalusi2014-01-081-17/+23
* ASoC: twl4030: Use virtual DAPM mixer controlsLars-Peter Clausen2013-10-071-44/+36
* ASoC: twl4030: Remove embedded snd_soc_codec structs from private data structsLars-Peter Clausen2013-08-061-2/+0
* ASoC: twl4030: Remove suspend/resume soc driver operationsPeter Ujfalusi2013-01-111-14/+0
* 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-101-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/+0
* 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-181-5/+3
* ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown2012-04-041-12/+6
* ASoC: twl4030: Debug code cleanupPeter Ujfalusi2012-02-211-16/+17
* ASoC: Fix typo in twl4030.cMasanari Iida2012-02-091-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/+1
* ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen2011-11-231-2/+2
* ASoC: twl4030: Convert to table based initPeter Ujfalusi2011-10-111-14/+7
* ASoC: Consolidate use of controls with custom get/put functionPeter Ujfalusi2011-10-051-36/+12
OpenPOWER on IntegriCloud