summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/tpa6130a2.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-051-14/+1
* ASoC: tpa6130a2: mark expected switch fall-throughGustavo A. R. Silva2017-11-081-0/+1
* ASOC: tpa6130a2: add static qualifier for file local symbolsTakashi Sakamoto2016-09-271-1/+1
* ASoC: tpa6130a2: unmerge power enable error path from power disable pathNikita Yushchenko2016-09-261-6/+12
* ASoC: tpa6130a2: fix volume setting when no stream is runningNikita Yushchenko2016-09-241-23/+26
* ASoC: tpa6130a2: Remove goto err_gpioHelen Koike2016-06-261-7/+4
* ASoC: tpa6130a2: Add DAPM supportHelen Koike2016-06-261-108/+77
* ASoC: tpa6130a2: Use snd soc volsw functionsHelen Koike2016-06-231-62/+2
* ASoC: tap6130a2: Use regmapHelen Koike2016-06-231-120/+46
* ASoC: tpa6130a2: Register componentHelen Koike2016-06-231-15/+15
*-. Merge remote-tracking branches 'asoc/topic/tas2552', 'asoc/topic/tas5086', 'a...Mark Brown2015-08-301-8/+6
|\ \
| | * ASoC: tpa6130a2: Replace TLV_DB_RANGE_HEAD with DECLARE_TLV_DB_RANGELars-Peter Clausen2015-08-051-8/+6
| |/
* / ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-151-1/+0
|/
* ASoC: tpa6130a2: Remove redundant OOM messageSachin Kamat2014-06-271-3/+1
* ASoC: tpa6130a2: Include of.hSachin Kamat2014-04-141-0/+1
* Merge remote-tracking branch 'asoc/topic/warn' into asoc-nextMark Brown2013-11-081-7/+14
|\
| * ASoC: tpa6130a2: Use WARN_ON() instead of BUG_ON()Takashi Iwai2013-11-061-7/+14
* | ASoC: tpa6130a2: Add device tree supportSebastian Reichel2013-10-231-9/+23
|/
* Merge remote-tracking branch 'asoc/topic/tpa6130a2' into asoc-nextMark Brown2012-12-151-17/+6
|\
| * ASoC: tpa6130a2: Use devm_* APIsSachin Kamat2012-12-101-17/+6
* | ASoC: codecs: remove __dev* attributesBill Pemberton2012-12-101-4/+4
|/
* ASoC: tpa6130a2: Use module_i2c_driverSachin Kamat2012-08-061-12/+1
* ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood2012-02-041-2/+2
* ASoC: Convert tpa6130a2 to devm_kzalloc()Axel Lin2012-01-021-4/+1
* ASoC: tpa6130a2: Remove model_id from platform dataPeter Ujfalusi2011-09-211-0/+5
* ASoC: tpa6130a2: Model support cleanupPeter Ujfalusi2011-09-211-3/+4
* ASoC: tpa6130a2: Remove obsolete cleanup for clientdataAxel Lin2011-09-161-1/+0
* ASoC: tpa6130a2: Update e-mail addressPeter Ujfalusi2011-05-111-2/+2
* ASoC: tpa6130a2: Fix compiler warningPeter Ujfalusi2011-01-121-1/+0
* ASoC: tpa6130a2: Replace DAPM code with direct interfacePeter Ujfalusi2010-12-021-58/+11
* ASoC: tpa6130a2: Add stereo DAPM pathPeter Ujfalusi2010-11-301-0/+7
* ASoC: tpa6130a2: Use one event handler for PGA_EPeter Ujfalusi2010-11-301-19/+5
* ASoC: tpa6130a2: Defer SW enable from power enablePeter Ujfalusi2010-11-301-5/+1
* ASoC: tpa6130a2: Simplify power state managementPeter Ujfalusi2010-11-301-4/+6
* Merge branch 'topic/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Mark Brown2010-11-241-3/+3
|\
| * Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/lr...Takashi Iwai2010-11-231-3/+3
| |\
| | * ASoC: tpa6130a2: Revisit power-up sequenceJarkko Nikula2010-11-091-3/+3
* | | Merge branch 'for-2.6.37' into for-2.6.38Mark Brown2010-11-231-1/+3
|\ \ \
| * | | ASoC: Do not update the cache if write to hardware failedAxel Lin2010-11-231-1/+3
* | | | ASoC: Do not include soc-dapm.hJarkko Nikula2010-11-221-1/+0
| |/ / |/| |
* | | ASoC: Decouple DAPM from CODECsLiam Girdwood2010-11-061-2/+3
|/ /
* | ASoC: tpa6130a2: Get rid of compile warning from tpa6130a2_powerJarkko Nikula2010-11-031-1/+1
* | ASoC: tpa6130a2: Fix unbalanced regulator disablesJarkko Nikula2010-10-301-2/+2
|/
* ASoC: tpa6130a2: Error handling for broken chipPeter Ujfalusi2010-10-211-6/+22
* Merge branch 'topic/asoc' into for-linusTakashi Iwai2010-05-201-46/+57
|\
| * ASoC: tpa6130a2: Remove CPVSS and HPVdd suppliesJarkko Nikula2010-05-201-34/+18
| * ASoC: tpa6130a2: Define output pins with SND_SOC_DAPM_OUTPUTJarkko Nikula2010-05-191-2/+2
| * ASoC: tpa6130a2: Fix for the custom kcontrol functionsPeter Ujfalusi2010-05-071-8/+10
| * Revert "ASoC: tpa6130a2: Support for limiting gain"Peter Ujfalusi2010-05-071-68/+8
| * ASoC: tpa6130a2: Support for limiting gainPeter Ujfalusi2010-05-061-8/+68