aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/twl4030.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-14ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen1-5/+5
2014-03-12Merge remote-tracking branches 'asoc/topic/tlv320aic23', 'asoc/topic/tlv320aic26', 'asoc/topic/tlv320aic32x4', 'asoc/topic/tlv320aic3x', 'asoc/topic/tlv320dac33', 'asoc/topic/twl4030', 'asoc/topic/twl6040', 'asoc/topic/uda1380', 'asoc/topic/wl1273' and 'asoc/topic/wm2200' into asoc-nextMark Brown1-48/+36
2014-02-23ASoC: twl4030: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai1-48/+36
2014-02-20ASoC: twl4030: Clean up duplicated codeTakashi Iwai1-16/+1
2014-02-20ASoC: Rename soc_enum.max field with itemsTakashi Iwai1-2/+2
2014-01-08ASoC: twl4030: Pass the twl4030_priv directly to twl4030_can_write_to_chip()Peter Ujfalusi1-3/+2
2014-01-08ASoC: twl4030: Move the ctl cache update local to twl4030_write() functionPeter Ujfalusi1-20/+16
2014-01-08ASoC: twl4030: Parameter alignment fixes (for code consistency)Peter Ujfalusi1-48/+45
2014-01-08ASoC: twl4030: Remove local reg cachePeter Ujfalusi1-144/+63
2014-01-08ASoC: twl4030: Introduce local ctl register cachePeter Ujfalusi1-0/+15
2014-01-08ASoC: twl4030: Remove reset registers functionalityPeter Ujfalusi1-17/+0
2014-01-08ASoC: twl4030: Remove check defaults functionalityPeter Ujfalusi1-23/+0
2014-01-08ASoC: twl4030: Separate write condition checking from I/O functionPeter Ujfalusi1-17/+23
2013-10-07ASoC: twl4030: Use virtual DAPM mixer controlsLars-Peter Clausen1-44/+36
2013-08-06ASoC: twl4030: Remove embedded snd_soc_codec structs from private data structsLars-Peter Clausen1-2/+0
2013-01-11ASoC: twl4030: Remove suspend/resume soc driver operationsPeter Ujfalusi1-14/+0
2013-01-02ASoC: twl4030: Configure extmute pinmux when the dedicated pin is in usePeter Ujfalusi1-13/+31
2013-01-02ASoC: twl4030: Convert MICBIAS to SUPPLY widgetPeter Ujfalusi1-3/+7
2013-01-02ASoC: twl4030: Correct the support for Voice portPeter Ujfalusi1-5/+12
2012-12-10ASoC: twl4030: remove __dev* attributesBill Pemberton1-3/+3
2012-09-22ASoC: twl4030: Support for DT booted kernelPeter Ujfalusi1-8/+47
2012-09-22ASoC: twl4030: Add pointer to pdata within the private dataPeter Ujfalusi1-7/+7
2012-09-22ASoC: twl4030: Convert to use devm_kzallocPeter Ujfalusi1-2/+2
2012-09-22ASoC/mfd: twl4030: Remove set_hs_extmute callback from platform dataPeter Ujfalusi1-6/+0
2012-09-22ASoC: twl4030: Move hs_extmute GPIO handling to driverPeter Ujfalusi1-2/+30
2012-09-22ASoC: twl4030: Convert to use DAI DAPM widgetsPeter Ujfalusi1-20/+28
2012-09-18ASoC: Avoid recalculating the bitmask for SOC_ENUM controlsLars-Peter Clausen1-5/+3
2012-04-04ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown1-12/+6
2012-02-21ASoC: twl4030: Debug code cleanupPeter Ujfalusi1-16/+17
2012-02-09ASoC: Fix typo in twl4030.cMasanari Iida1-1/+1
2012-01-27ASoC: Set idle_bias_off flag in snd_soc_codec_driverAxel Lin1-1/+1
2012-01-20ASoC: twl4030: Use core to set the msbits constraintPeter Ujfalusi1-3/+4
2011-12-02ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen1-1/+1
2011-11-28ASoC: Convert CODEC drivers to module_platform_driverMark Brown1-11/+1
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-2/+2
2011-10-11ASoC: twl4030: Convert to table based initPeter Ujfalusi1-14/+7
2011-10-05ASoC: Consolidate use of controls with custom get/put functionPeter Ujfalusi1-36/+12
2011-07-04MFD: twl4030-audio: Rename platform dataPeter Ujfalusi1-3/+3
2011-07-04MFD: twl4030-codec -> twl4030-audio: Rename the driverPeter Ujfalusi1-8/+8
2011-05-26mfd: Use mfd cell platform_data for twl4030 codec cells platform bitsSamuel Ortiz1-4/+2
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2011-03-23mfd: mfd_cell is now implicitly available to twl4030 driversAndres Salomon1-2/+4
2010-12-14ASoC: TWL4030: Fix 24bit supportPeter Ujfalusi1-2/+3
2010-11-24Merge branch 'topic/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 into for-2.6.38Mark Brown1-11/+26
2010-11-23Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into topic/asocTakashi Iwai1-11/+26
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-19ASoC: Move kfree(twl4030) to twl4030_soc_remove()Axel Lin1-3/+3
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-6/+7
2010-10-26ASoC: TWL4030: Use usleep_range when appropriatePeter Ujfalusi1-8/+23
2010-09-15ASoC: Remove needless codec->bias_level assignment to SND_SOC_BIAS_OFFJarkko Nikula1-1/+0