aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/tlv320aic3x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-20ASoC: tlv320aic3x: Add virtual output pin DetectionJarkko Nikula1-0/+8
2010-09-15ASoC: tlv320aic3x: Complete the soc-cache conversionJarkko Nikula1-16/+9
2010-09-15ASoC: tlv320aic3x: Switch to soc-cache helpersJarkko Nikula1-37/+9
2010-09-15ASoC: tlv320aic3x: Use snd_soc_read and snd_soc_writeJarkko Nikula1-96/+98
2010-09-11ASoC: tlv320aic3x: Optimize PLL programming in aic3x_set_bias_levelJarkko Nikula1-4/+6
2010-09-06ASoC: tlv320aic3x: Fix null pointer dereference when pdata is not setJarkko Nikula1-6/+8
2010-08-28ASoC: tlv320aic3x: Sanitize output controlsJarkko Nikula1-38/+76
2010-08-28ASoC: tlv320aic3x: Reimplement output mixersJarkko Nikula1-207/+187
2010-08-28ASoC: tlv320aic3x: Fix remaining output pin switch namesJarkko Nikula1-3/+3
2010-08-23Merge remote branch 'broonie-asoc/for-2.6.37' into for-2.6.37Liam Girdwood1-10/+70
2010-08-23ASoC: Fix tlv320aic3x GPIO initializationJarkko Nikula1-2/+2
2010-08-20ASoC: Add support for tlv320aic3007 to tlv320aic3x codec.Randolph Chung1-10/+69
2010-08-19ASoC: Configure symmetric rates for tlv320aic3xRandolph Chung1-0/+1
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-152/+71
2010-05-20Merge branch 'topic/asoc' into for-linusTakashi Iwai1-48/+70