summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/tlv320aic23.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: tlv320aic23: replace codec to componentKuninori Morimoto2018-02-121-59/+61
* ASoC: tlv320aic23: mark expected switch fall-throughGustavo A. R. Silva2017-11-081-0/+1
* ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal2017-08-101-1/+1
* ASoC: TLV320AIC23: Unquote NULL from control nameLiviu Dudau2017-03-061-4/+3
* ASoC: codec duplicated callback function goes to component on tlv320aic23Kuninori Morimoto2016-08-081-6/+8
* ASoC: Move bias level update to the coreLars-Peter Clausen2015-04-271-1/+0
* ASoC: tlv320aic23: Cleanup manual bias level transitionsLars-Peter Clausen2014-11-271-19/+2
* ASoC: tlv320aic23: Convert to params_width()Mark Brown2014-07-291-5/+5
* ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen2014-04-141-2/+2
* Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown2014-03-131-8/+0
|\
| * ASoC: codec: Simplify ASoC probe code.Xiubo Li2014-03-111-8/+0
| |
| \
*-. \ Merge remote-tracking branches 'asoc/topic/tlv320aic23', 'asoc/topic/tlv320ai...Mark Brown2014-03-121-0/+2
|\ \ \ | | |/ | |/|
| * | ASoC: tlv320aic23: add missing EXPORT_SYMBOLsMax Filippov2014-03-091-0/+2
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'asoc/topic/da7213', 'asoc/topic/da732x', 'aso...Mark Brown2014-03-121-50/+17
|\ \ \ \ | | |/ / | | | / | | |/ | |/|
| | * ASoC: tlv320aic23: add support for SPI control modeMax Filippov2014-03-071-44/+11
| | * ASoC: tlv320aic23: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai2014-02-231-6/+6
| |/
* | ASoC: Add helper function to check whether a CODEC is activeLars-Peter Clausen2014-03-061-1/+1
|/
* ASoC: tlv320aic23: Convert to direct regmap API usageMark Brown2013-09-241-23/+31
* ASoC: tlv320aic23: Convert to table based control initMark Brown2013-09-241-3/+2
* ASoC: tlv320aic23: Remove #defines for I2CMark Brown2013-09-241-24/+1
* Merge tag 'v3.4-rc7' into for-3.5Mark Brown2012-05-131-2/+2
|\
| * ASoC: tlv312aic23: unbreak resumeEric Bénard2012-04-301-2/+2
* | ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown2012-04-041-6/+3
* | ASoC: tlv320aic23: Remove driver-specific version numberMark Brown2012-04-041-4/+0
|/
* ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood2012-02-041-1/+1
* ASoC: Convert tlv320aic23 to devm_kzalloc()Axel Lin2012-01-021-4/+1
* ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen2011-12-021-2/+1
* ASoC: Remove unneeded platform_device.h inclusions from CODECsMark Brown2011-11-271-1/+0
* ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen2011-11-231-1/+1
* ASoC: tlv320aic23: Clear TLV320AIC23_MS_MASTER bit for slave modeAxel Lin2011-10-271-0/+1
* ASoC: tlv320aic23: convert to soc-cacheAxel Lin2011-10-141-115/+52
* ASoC: Consolidate use of controls with custom get/put functionPeter Ujfalusi2011-10-051-11/+3
* ASoC: Use data based init for tlv320aic23 DAPMLu Guanqun2011-03-311-14/+5
* ASoC: Do not include soc-dapm.hJarkko Nikula2010-11-221-1/+0
* ASoC: Decouple DAPM from CODECsLiam Girdwood2010-11-061-4/+5
* ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood2010-08-121-122/+60
* codecs/tlv320aic23: fix bias management for suspend/resumeEric Bénard2010-06-231-3/+4
* Merge branch 'topic/asoc' into for-linusTakashi Iwai2010-05-201-1/+0
|\
| * ASoC: Remove unneeded suspend bias managment from CODEC driversMark Brown2010-05-101-1/+0
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* ASoC: AIC23: Fixing writes to non-existing registers in resume functionAnuj Aggarwal2010-01-291-1/+1
* Merge branch 'topic/asoc' into for-linusTakashi Iwai2009-12-041-9/+0
|\
| * Merge branch 'for-2.6.32' into for-2.6.33Mark Brown2009-11-271-2/+1
| |\
| * \ Merge branch 'for-2.6.32' into for-2.6.33Mark Brown2009-11-181-1/+1
| |\ \
| * | | ASoC: Remove redundant snd_soc_dapm_new_widgets() callsMark Brown2009-11-121-1/+0
| * | | ASoC: Factor out snd_soc_init_card()Mark Brown2009-11-031-8/+0
* | | | Merge branch 'topic/core-change' into for-linusTakashi Iwai2009-12-041-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'topic/pcm-dma-fix' into topic/core-changeTakashi Iwai2009-12-011-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | ALSA: Cleanup redundant tests on unsignedRoel Kluin2009-10-301-1/+1
| | |/ | |/|
* | | ASoC: AIC23: Fixing infinite loop in resume pathAnuj Aggarwal2009-11-271-2/+1
| |/ |/|
OpenPOWER on IntegriCloud