aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/tlv320aic23.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-15ASoC: tlv320aic23: remove unused variable 'tlv320aic23_rec_src'YueHaibing1-2/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-02-12ASoC: tlv320aic23: replace codec to componentKuninori Morimoto1-59/+61
2017-11-08ASoC: tlv320aic23: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-08-10ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal1-1/+1
2017-03-06ASoC: TLV320AIC23: Unquote NULL from control nameLiviu Dudau1-4/+3
2016-08-08ASoC: codec duplicated callback function goes to component on tlv320aic23Kuninori Morimoto1-6/+8
2015-04-27ASoC: Move bias level update to the coreLars-Peter Clausen1-1/+0
2014-11-27ASoC: tlv320aic23: Cleanup manual bias level transitionsLars-Peter Clausen1-19/+2
2014-07-29ASoC: tlv320aic23: Convert to params_width()Mark Brown1-5/+5
2014-04-14ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen1-2/+2
2014-03-13Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown1-8/+0
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-0/+2
2014-03-12Merge remote-tracking branches 'asoc/topic/da7213', 'asoc/topic/da732x', 'asoc/topic/da9055', 'asoc/topic/davinci', 'asoc/topic/fsl', 'asoc/topic/fsl-esai', 'asoc/topic/fsl-sai' and 'asoc/topic/fsl-spdif' into asoc-nextMark Brown1-50/+17
2014-03-11ASoC: codec: Simplify ASoC probe code.Xiubo Li1-8/+0
2014-03-09ASoC: tlv320aic23: add missing EXPORT_SYMBOLsMax Filippov1-0/+2
2014-03-07ASoC: tlv320aic23: add support for SPI control modeMax Filippov1-44/+11
2014-03-06ASoC: Add helper function to check whether a CODEC is activeLars-Peter Clausen1-1/+1
2014-02-23ASoC: tlv320aic23: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai1-6/+6
2013-09-24ASoC: tlv320aic23: Convert to direct regmap API usageMark Brown1-23/+31
2013-09-24ASoC: tlv320aic23: Convert to table based control initMark Brown1-3/+2
2013-09-24ASoC: tlv320aic23: Remove #defines for I2CMark Brown1-24/+1
2012-05-13Merge tag 'v3.4-rc7' into for-3.5Mark Brown1-2/+2
2012-04-30ASoC: tlv312aic23: unbreak resumeEric Bénard1-2/+2
2012-04-04ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown1-6/+3
2012-04-04ASoC: tlv320aic23: Remove driver-specific version numberMark Brown1-4/+0
2012-02-04ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood1-1/+1
2012-01-02ASoC: Convert tlv320aic23 to devm_kzalloc()Axel Lin1-4/+1
2011-12-02ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen1-2/+1
2011-11-27ASoC: Remove unneeded platform_device.h inclusions from CODECsMark Brown1-1/+0
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-1/+1
2011-10-27ASoC: tlv320aic23: Clear TLV320AIC23_MS_MASTER bit for slave modeAxel Lin1-0/+1
2011-10-14ASoC: tlv320aic23: convert to soc-cacheAxel Lin1-115/+52
2011-10-05ASoC: Consolidate use of controls with custom get/put functionPeter Ujfalusi1-11/+3
2011-03-31ASoC: Use data based init for tlv320aic23 DAPMLu Guanqun1-14/+5
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-4/+5
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-122/+60
2010-06-23codecs/tlv320aic23: fix bias management for suspend/resumeEric Bénard1-3/+4
2010-05-20Merge branch 'topic/asoc' into for-linusTakashi Iwai1-1/+0
2010-05-10ASoC: Remove unneeded suspend bias managment from CODEC driversMark Brown1-1/+0
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
2010-01-29ASoC: AIC23: Fixing writes to non-existing registers in resume functionAnuj Aggarwal1-1/+1
2009-12-04Merge branch 'topic/asoc' into for-linusTakashi Iwai1-9/+0
2009-12-04Merge branch 'topic/core-change' into for-linusTakashi Iwai1-1/+1
2009-12-01Merge branch 'topic/pcm-dma-fix' into topic/core-changeTakashi Iwai1-1/+1
2009-11-27Merge branch 'for-2.6.32' into for-2.6.33Mark Brown1-2/+1
2009-11-27ASoC: AIC23: Fixing infinite loop in resume pathAnuj Aggarwal1-2/+1
2009-11-18Merge branch 'for-2.6.32' into for-2.6.33Mark Brown1-1/+1
2009-11-18ASoC: tlv320aic23 fix rate selectionTroy Kisky1-1/+1