aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/tlv320aic3x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-10ASoC: Remove unneeded suspend bias managment from CODEC driversMark Brown1-1/+1
2010-05-06ASoC: tlv320aic3x: Add platform data and reset gpio handlingJarkko Nikula1-0/+25
2010-04-27ASoC: tlv320aic3x: Add basic regulator supportJarkko Nikula1-0/+37
2010-04-27ASoC: tlv320aic3x: Change bias management semanticsJarkko Nikula1-7/+3
2010-04-27ASoC: tlv320aic3x: Remove needless power off from aic3x_set_bias_levelJarkko Nikula1-34/+0
2010-04-27ASoC: tlv320aic3x: Remove unused version stringJarkko Nikula1-2/+0
2010-04-17ASoC: Add indirection for CODEC private dataMark Brown1-5/+5
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-04ASoC: Fix variable shadowing warning in TLV320AIC3xMark Brown1-4/+4
2009-12-16ASoC: PLL computation in TLV320AIC3x SoC driverPeter Meerwald1-26/+49
2009-11-12ASoC: Remove redundant snd_soc_dapm_new_widgets() callsMark Brown1-1/+0
2009-11-03ASoC: Factor out snd_soc_init_card()Mark Brown1-10/+0
2009-08-26ASoC: Make platform data optional for TLV320AIC3xMark Brown1-7/+6
2009-08-21ASoC: tlv320aic3x: Change to use device modelBen Dooks1-105/+116
2009-08-07Merge branch 'reg-cache' into for-2.6.32Mark Brown1-9/+2
2009-07-23ASoC: tlv320aic3x: Enable PLL when not bypassedChaithrika U S1-1/+10
2009-07-05ASoC: Remove use of hw_read from TLV320AIC3x driverMark Brown1-9/+2
2009-03-04ASoC: make ops a pointer in 'struct snd_soc_dai'Eric Miao1-6/+8