aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/tlv320aic3x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-27ASoC: tlv320aic3x: Add device tree bindingsHebbar, Gururaja1-0/+31
2012-08-06ASoC: tlv320aic3x: Use module_i2c_driverSachin Kamat1-17/+1
2012-07-19Merge tag 'asoc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-2/+38
2012-07-10ASoC: tlv320aic3x: add input clock selectionJiri Prchal1-0/+6
2012-07-10ASoC: tlv320aic3x: add AGC settingsJiri Prchal1-0/+25
2012-07-09ASoC: tlv320aic3x: add deemphasis switchJiri Prchal1-0/+3
2012-07-04ASoC: tlv320aic3x: extending registers cacheJiri Prchal1-1/+3
2012-06-29ASoC: tlv320aic3x: Fix codec pll configure bugHebbar, Gururaja1-3/+1
2012-06-03ASoC: tlv320aic3x: Change Class-D amplifier gain control nameJarkko Nikula1-1/+1
2012-05-14ASoC: tlv320aic3x: Remove unused, non-standard headset detectionMark Brown1-18/+0
2012-04-04ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown1-2/+1
2012-02-07ASoC: tlv320aic3x: Remove even more unused codeMark Brown1-24/+0
2012-02-06ASoC: tlv320aic3x: remove unused codeFelipe Contreras1-36/+0
2012-02-04ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood1-2/+2
2012-01-27ASoC: Set idle_bias_off flag in snd_soc_codec_driverAxel Lin1-1/+1
2012-01-02ASoC: Convert tlv320aic3x to devm_kzalloc()Axel Lin1-4/+1
2011-12-02ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen1-1/+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-11-22ASoC: Remove conditional I2C usage from tlv320aic3x driverMark Brown1-6/+0
2011-11-08Merge branch 'for-3.2' into for-3.3Mark Brown1-0/+1
2011-10-27ASoC: tlv320aic3x: Clear BIT_CLK_MASTER and WORD_CLK_MASTER bits for for slave modeAxel Lin1-0/+1
2011-10-27ASoC: tlv320aic3x: Use snd_soc_update_bits for read-modify-writeAxel Lin1-27/+14
2011-10-14ASoC: tlv320aic3x: Convert codec->hw_read to snd_soc_readAxel Lin1-1/+4
2011-10-10ASoC: Fix DAPM sync for TLV320AIC3x custom DAPM widgetMark Brown1-0/+4
2011-09-30ASoC: tlv320aic3x: Use driver_data field of struct i2c_device_id to identify modelsAxel Lin1-9/+4
2011-09-30ASoC: Remove unused "control_data" field of struct aic3x_privAxel Lin1-3/+0
2011-07-09Merge branch 'topic/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 into for-3.1Mark Brown1-13/+21
2011-07-04ASoC: tlv320aic3x: Add correct hw registers to Line1 cross connect muxesJarkko Nikula1-13/+21
2011-05-23ASoC: tlv320aic3x: Do soft reset to codec when going to bias off stateJarkko Nikula1-0/+7
2011-05-23ASoC: tlv320aic3x: Don't sync first two registers from register cacheJarkko Nikula1-1/+1
2011-05-16ASoC: Fix wrong data type access in a few codec driversJarkko Nikula1-1/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-12-17Merge branch 'topic/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 into for-2.6.38Mark Brown1-15/+0
2010-12-15ASoC: Move DAPM paths from DAPM context to snd_soc_cardJarkko Nikula1-1/+1
2010-12-02ASoC: Remove unused aic3x_i2c_init and aic3x_i2c_exit functionsAxel Lin1-15/+0
2010-11-25Merge branch 'for-2.6.37' into for-2.6.38Mark Brown1-3/+3
2010-11-25ASoC: tlv320aic3x - fix variable may be used uninitialized warningAxel Lin1-3/+3
2010-11-24Merge branch 'topic/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 into for-2.6.38Mark Brown1-5/+27
2010-11-23Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into topic/asocTakashi Iwai1-5/+27
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-16ASoC: Fix incorrect kfree in aic3x_probe error pathAxel Lin1-1/+0
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-10/+12
2010-11-03ASoC: tlv320aic3x: Add support to shared common reset lineJarkko Nikula1-3/+25
2010-11-03ASoC: tlv320aic3x: Use gpio_is_valid in checking for valid gpio_resetJarkko Nikula1-5/+5
2010-09-20ASoC: tlv320aic3x: Let the codec hit SND_SOC_BIAS_OFF when idleJarkko Nikula1-18/+2
2010-09-20ASoC: tlv320aic3x: Use regulator notifiers for optimizing the cache syncJarkko Nikula1-2/+61
2010-09-20ASoC: tlv320aic3x: Add runtime regulator control to aic3x_set_bias_levelJarkko Nikula1-18/+65
2010-09-20ASoC: tlv320aic3x: Move regulator management from i2c to soc domainJarkko Nikula1-50/+50
2010-09-20Merge remote branch 'asoc/for-2.6.37' into for-2.6.37Liam Girdwood1-148/+115