summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/tlv320aic3x.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: tlv320aic3x: Remove deadlock from snd_soc_dapm_put_volsw_aic3x()Andreas Irestål2013-06-071-5/+5
* Merge remote-tracking branch 'asoc/topic/tlv320aic3x' into asoc-nextMark Brown2013-02-111-6/+77
|\
| * ASoC: tlv320aic3x: Convert mic bias to a supply widgetHebbar Gururaja2013-02-041-6/+77
* | ASoC: tlv320aic3x: Remove mono supportBenoît Thébaudeau2013-01-301-2/+2
|/
* ASoC: tlv320aic3x: Add device tree bindingsHebbar, Gururaja2012-08-271-0/+31
* ASoC: tlv320aic3x: Use module_i2c_driverSachin Kamat2012-08-061-17/+1
* Merge tag 'asoc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Takashi Iwai2012-07-191-2/+38
|\
| * ASoC: tlv320aic3x: add input clock selectionJiri Prchal2012-07-101-0/+6
| * ASoC: tlv320aic3x: add AGC settingsJiri Prchal2012-07-101-0/+25
| * ASoC: tlv320aic3x: add deemphasis switchJiri Prchal2012-07-091-0/+3
| * ASoC: tlv320aic3x: extending registers cacheJiri Prchal2012-07-041-1/+3
| * ASoC: tlv320aic3x: Change Class-D amplifier gain control nameJarkko Nikula2012-06-031-1/+1
* | ASoC: tlv320aic3x: Fix codec pll configure bugHebbar, Gururaja2012-06-291-3/+1
|/
* ASoC: tlv320aic3x: Remove unused, non-standard headset detectionMark Brown2012-05-141-18/+0
* ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown2012-04-041-2/+1
* ASoC: tlv320aic3x: Remove even more unused codeMark Brown2012-02-071-24/+0
* ASoC: tlv320aic3x: remove unused codeFelipe Contreras2012-02-061-36/+0
* ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood2012-02-041-2/+2
* ASoC: Set idle_bias_off flag in snd_soc_codec_driverAxel Lin2012-01-271-1/+1
* ASoC: Convert tlv320aic3x to devm_kzalloc()Axel Lin2012-01-021-4/+1
* ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen2011-12-021-1/+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: Remove conditional I2C usage from tlv320aic3x driverMark Brown2011-11-221-6/+0
* Merge branch 'for-3.2' into for-3.3Mark Brown2011-11-081-0/+1
|\
| * ASoC: tlv320aic3x: Clear BIT_CLK_MASTER and WORD_CLK_MASTER bits for for slav...Axel Lin2011-10-271-0/+1
* | ASoC: tlv320aic3x: Use snd_soc_update_bits for read-modify-writeAxel Lin2011-10-271-27/+14
|/
* ASoC: tlv320aic3x: Convert codec->hw_read to snd_soc_readAxel Lin2011-10-141-1/+4
* ASoC: Fix DAPM sync for TLV320AIC3x custom DAPM widgetMark Brown2011-10-101-0/+4
* ASoC: tlv320aic3x: Use driver_data field of struct i2c_device_id to identify ...Axel Lin2011-09-301-9/+4
* ASoC: Remove unused "control_data" field of struct aic3x_privAxel Lin2011-09-301-3/+0
* Merge branch 'topic/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Mark Brown2011-07-091-13/+21
|\
| * ASoC: tlv320aic3x: Add correct hw registers to Line1 cross connect muxesJarkko Nikula2011-07-041-13/+21
* | ASoC: tlv320aic3x: Do soft reset to codec when going to bias off stateJarkko Nikula2011-05-231-0/+7
* | ASoC: tlv320aic3x: Don't sync first two registers from register cacheJarkko Nikula2011-05-231-1/+1
|/
* ASoC: Fix wrong data type access in a few codec driversJarkko Nikula2011-05-161-1/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Merge branch 'topic/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Mark Brown2010-12-171-15/+0
|\
| * ASoC: Remove unused aic3x_i2c_init and aic3x_i2c_exit functionsAxel Lin2010-12-021-15/+0
* | ASoC: Move DAPM paths from DAPM context to snd_soc_cardJarkko Nikula2010-12-151-1/+1
|/
* Merge branch 'for-2.6.37' into for-2.6.38Mark Brown2010-11-251-3/+3
|\
| * ASoC: tlv320aic3x - fix variable may be used uninitialized warningAxel Lin2010-11-251-3/+3
* | Merge branch 'topic/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Mark Brown2010-11-241-5/+27
|\ \
| * \ Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/lr...Takashi Iwai2010-11-231-5/+27
| |\ \
| | * | ASoC: tlv320aic3x: Add support to shared common reset lineJarkko Nikula2010-11-031-3/+25
| | * | ASoC: tlv320aic3x: Use gpio_is_valid in checking for valid gpio_resetJarkko Nikula2010-11-031-5/+5
| | |/
* | / ASoC: Do not include soc-dapm.hJarkko Nikula2010-11-221-1/+0
|/ /
* | ASoC: Fix incorrect kfree in aic3x_probe error pathAxel Lin2010-11-161-1/+0
* | ASoC: Decouple DAPM from CODECsLiam Girdwood2010-11-061-10/+12
|/
* ASoC: tlv320aic3x: Let the codec hit SND_SOC_BIAS_OFF when idleJarkko Nikula2010-09-201-18/+2