aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/twl6040.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-02ASoC: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-15/+1
2018-08-06ASoC: twl6040: use true and false for boolean valuesGustavo A. R. Silva1-1/+1
2018-03-20ASoC: twl6040: remove duplicated remove callbackKuninori Morimoto1-1/+0
2018-03-12ASoC: twl6040: Add back missing write callbackPeter Ujfalusi1-0/+1
2018-02-12ASoC: twl6040: replace codec to componentKuninori Morimoto1-139/+130
2018-01-25ASoC: Fix twl4030 and 6040 regression by adding back read and writeTony Lindgren1-0/+2
2017-11-27ASoC: don't use snd_soc_write/read on twl6040Kuninori Morimoto1-3/+1
2017-11-27ASoC: don't use codec hw_write on twl6040Kuninori Morimoto1-8/+8
2017-09-01Merge remote-tracking branches 'asoc/topic/twl6040', 'asoc/topic/txx9', 'asoc/topic/utils', 'asoc/topic/ux500' and 'asoc/topic/wm8523' into asoc-nextMark Brown1-2/+2
2017-08-10ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal1-1/+1
2017-07-17ASoC: twl6040: fix error return code in twl6040_probe()Gustavo A. R. Silva1-2/+2
2017-04-03ASoC: twl6040: Add control for HS and HF mono to stereo selectionPeter Ujfalusi1-0/+8
2016-08-08ASoC: codec duplicated callback function goes to component on twl6040Kuninori Morimoto1-6/+8
2016-05-27Merge remote-tracking branch 'asoc/topic/twl6040' into asoc-nextMark Brown1-4/+8
2016-05-18ASoC: twl6040: Disconnect AUX output pads on digital mutePeter Ujfalusi1-2/+2
2016-05-11ASoC: twl6040: Select LPPLL during standbyPeter Ujfalusi1-4/+8
2015-12-24ASoC: twl6040, fsl: use to_platform_deviceGeliang Tang1-2/+1
2015-06-05Merge remote-tracking branches 'asoc/topic/topology', 'asoc/topic/twl6040', 'asoc/topic/wm5100', 'asoc/topic/wm8741' and 'asoc/topic/wm8960' into asoc-nextMark Brown1-1/+2
2015-05-15ASoC: twl6040: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen1-1/+1
2015-05-12ASoC: twl6040: Pass the IRQF_ONESHOT flagFabio Estevam1-1/+2
2015-04-27ASoC: Move bias level update to the coreLars-Peter Clausen1-2/+0
2015-04-27ASoC: Route all bias level updates through the coreLars-Peter Clausen1-1/+1
2015-01-15ASoC: twl6040: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen1-2/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-27ASoC: twl6040: Cleanup manual bias level transitionsLars-Peter Clausen1-22/+1
2014-10-20ASoC: codecs: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-14ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen1-4/+4
2014-02-23ASoC: twl6040: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai1-5/+6
2014-02-07ASoC: twl6040: Constify rate constraintsLars-Peter Clausen1-3/+3
2013-12-19ASoC: twl6040: Remove self managed local reg_cache supportPeter Ujfalusi1-162/+49
2013-12-19ASoC: twl6040: Remove register restore functionalityPeter Ujfalusi1-29/+0
2013-12-19ASoC: twl6040: Custom caching for sensitive DL1/2 path registersPeter Ujfalusi1-2/+49
2013-12-19ASoC: twl6040: Rename twl6040_is_path_unmuted -> twl6040_can_write_to_chipPeter Ujfalusi1-3/+3
2013-10-07ASoC: twl6040: Use virtual DAPM mixer controlsLars-Peter Clausen1-17/+5
2013-09-17ASoC: twl6040: Remove redundant semicolonSachin Kamat1-2/+2
2013-08-22Merge remote-tracking branch 'asoc/topic/twl6040' into asoc-nextMark Brown1-1/+2
2013-07-29ASoC: dapm: Add a helper to get the CODEC for DAPM kcontrolLars-Peter Clausen1-3/+1
2013-07-22ASoC: twl6040: Use power efficient workqueueMark Brown1-1/+2
2013-06-24ASoC: twl6040: Add digital mute supportPeter Ujfalusi1-1/+90
2013-06-24ASoC: twl6040: Assign id for each DAIPeter Ujfalusi1-0/+13
2013-06-24ASoC: twl6040: Drop using devm_request_threaded_irq()Peter Ujfalusi1-1/+4
2013-01-11ASoC: twl6040: Remove leftover code from hs/hf ramp implementationPeter Ujfalusi1-21/+0
2013-01-11ASoC: twl6040: Switch to use system workqueue for jack reportingPeter Ujfalusi1-18/+3
2013-01-11ASoC: twl6040: Convert to use devm_* when possiblePeter Ujfalusi1-17/+10
2013-01-11ASoC: twl6040: Only set the bias_level once in twl6040_resume()Peter Ujfalusi1-1/+0
2013-01-11ASoC: twl6040: Convert PLUGINT to no-suspend irqMisael Lopez Cruz1-1/+1
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-3/+3
2012-10-04ASoC: twl6040: Fix Stream DAPM mappingPeter Ujfalusi1-4/+4
2012-09-22ASoC: twl6040: Convert to use DAI DAPM widgetsPeter Ujfalusi1-14/+29