aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/tpa6130a2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-27ASOC: tpa6130a2: add static qualifier for file local symbolsTakashi Sakamoto1-1/+1
2016-09-26ASoC: tpa6130a2: unmerge power enable error path from power disable pathNikita Yushchenko1-6/+12
2016-09-24ASoC: tpa6130a2: fix volume setting when no stream is runningNikita Yushchenko1-23/+26
2016-06-26ASoC: tpa6130a2: Remove goto err_gpioHelen Koike1-7/+4
2016-06-26ASoC: tpa6130a2: Add DAPM supportHelen Koike1-108/+77
2016-06-23ASoC: tpa6130a2: Use snd soc volsw functionsHelen Koike1-62/+2
2016-06-23ASoC: tap6130a2: Use regmapHelen Koike1-120/+46
2016-06-23ASoC: tpa6130a2: Register componentHelen Koike1-15/+15
2015-08-30Merge remote-tracking branches 'asoc/topic/tas2552', 'asoc/topic/tas5086', 'asoc/topic/tegra', 'asoc/topic/tlv' and 'asoc/topic/topology' into asoc-nextMark Brown1-8/+6
2015-08-05ASoC: tpa6130a2: Replace TLV_DB_RANGE_HEAD with DECLARE_TLV_DB_RANGELars-Peter Clausen1-8/+6
2015-07-15ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2014-06-27ASoC: tpa6130a2: Remove redundant OOM messageSachin Kamat1-3/+1
2014-04-14ASoC: tpa6130a2: Include of.hSachin Kamat1-0/+1
2013-11-08Merge remote-tracking branch 'asoc/topic/warn' into asoc-nextMark Brown1-7/+14
2013-11-06ASoC: tpa6130a2: Use WARN_ON() instead of BUG_ON()Takashi Iwai1-7/+14
2013-10-23ASoC: tpa6130a2: Add device tree supportSebastian Reichel1-9/+23
2012-12-15Merge remote-tracking branch 'asoc/topic/tpa6130a2' into asoc-nextMark Brown1-17/+6
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-4/+4
2012-12-10ASoC: tpa6130a2: Use devm_* APIsSachin Kamat1-17/+6
2012-08-06ASoC: tpa6130a2: Use module_i2c_driverSachin Kamat1-12/+1
2012-02-04ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood1-2/+2
2012-01-02ASoC: Convert tpa6130a2 to devm_kzalloc()Axel Lin1-4/+1
2011-09-21ASoC: tpa6130a2: Remove model_id from platform dataPeter Ujfalusi1-0/+5
2011-09-21ASoC: tpa6130a2: Model support cleanupPeter Ujfalusi1-3/+4
2011-09-16ASoC: tpa6130a2: Remove obsolete cleanup for clientdataAxel Lin1-1/+0
2011-05-11ASoC: tpa6130a2: Update e-mail addressPeter Ujfalusi1-2/+2
2011-01-12ASoC: tpa6130a2: Fix compiler warningPeter Ujfalusi1-1/+0
2010-12-02ASoC: tpa6130a2: Replace DAPM code with direct interfacePeter Ujfalusi1-58/+11
2010-11-30ASoC: tpa6130a2: Add stereo DAPM pathPeter Ujfalusi1-0/+7
2010-11-30ASoC: tpa6130a2: Use one event handler for PGA_EPeter Ujfalusi1-19/+5
2010-11-30ASoC: tpa6130a2: Defer SW enable from power enablePeter Ujfalusi1-5/+1
2010-11-30ASoC: tpa6130a2: Simplify power state managementPeter Ujfalusi1-4/+6
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-3/+3
2010-11-23Merge branch 'for-2.6.37' into for-2.6.38Mark Brown1-1/+3
2010-11-23ASoC: Do not update the cache if write to hardware failedAxel Lin1-1/+3
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-3/+3
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-09ASoC: tpa6130a2: Revisit power-up sequenceJarkko Nikula1-3/+3
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-2/+3
2010-11-03ASoC: tpa6130a2: Get rid of compile warning from tpa6130a2_powerJarkko Nikula1-1/+1
2010-10-30ASoC: tpa6130a2: Fix unbalanced regulator disablesJarkko Nikula1-2/+2
2010-10-21ASoC: tpa6130a2: Error handling for broken chipPeter Ujfalusi1-6/+22
2010-05-20Merge branch 'topic/asoc' into for-linusTakashi Iwai1-46/+57
2010-05-20ASoC: tpa6130a2: Remove CPVSS and HPVdd suppliesJarkko Nikula1-34/+18
2010-05-19ASoC: tpa6130a2: Define output pins with SND_SOC_DAPM_OUTPUTJarkko Nikula1-2/+2
2010-05-07ASoC: tpa6130a2: Fix for the custom kcontrol functionsPeter Ujfalusi1-8/+10
2010-05-07Revert "ASoC: tpa6130a2: Support for limiting gain"Peter Ujfalusi1-68/+8
2010-05-06ASoC: tpa6130a2: Support for limiting gainPeter Ujfalusi1-8/+68
2010-05-04ASoC: tpa6130a2: TLV mapping for tpa6140a2Peter Ujfalusi1-3/+28
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1