aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/tlv320aic3x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-09ASoC: TLV320AIC3X: Add TLV information for volume controlsJarkko Nikula1-41/+73
2009-02-09ASoC: TLV320AIC3X: Fix volume rangesJarkko Nikula1-19/+19
2009-02-06Merge branch 'for-2.6.29' into for-2.6.30Mark Brown1-4/+7
2009-02-06ASoC: TLV320AIC3X: Fix kcontrol's private value use in put callbackEero Nurkkala1-4/+7
2009-01-27ASoC: Push the codec runtime storage into the card structureMark Brown1-7/+7
2009-01-09ASoC: cleanup duplicated code.Ian Molton1-17/+2
2008-12-20ALSA: ASoC: tlv320aic3x add dsp_aTroy Kisky1-0/+4
2008-12-10ALSA: ASoC - Fix wrong section typesTakashi Iwai1-1/+1
2008-12-09ASoC: Register non-AC97 codec DAIsMark Brown1-0/+12
2008-12-05ASoC: tlv320aic3x: control additions and cleanupsDaniel Mack1-5/+13
2008-12-03ASoC: tlv320aic3x: headset/button press supportDaniel Mack1-2/+29
2008-12-01ASoC: Rename snd_soc_register_card() to snd_soc_init_card()Mark Brown1-1/+1
2008-11-26ASoC: Allow more routing features for tlv320aic3xDaniel Mack1-30/+66
2008-11-21ASoC: Merge snd_soc_ops into snd_soc_dai_opsMark Brown1-3/+2
2008-10-23ALSA: ASoC: tlv320aic3x: Fix DSP DAI format and signal polarities matchingJarkko Nikula1-6/+10
2008-10-13ALSA: ASoC: Remove unused AUDIO_NAME define from codec driversJarkko Nikula1-1/+0
2008-10-13ALSA: ASoC: tlv320aic3x: Use uniform tlv320aic namingJarkko Nikula1-2/+2
2008-10-10ALSA: Correct Vladimir Barinov's e-mail addressVladimir Barinov1-1/+1
2008-09-23ALSA: ASoC: Convert tlv320aic3x to a new-style i2c driver (v2)Jean Delvare1-52/+54
2008-08-25ALSA: ASoC: Fix double free and memory leak in many codec driversJean Delvare1-4/+7
2008-07-10ALSA: asoc: codecs - merge structs snd_soc_codec_dai and snd_soc_cpu_dai.Liam Girdwood1-4/+4
2008-07-10ALSA: asoc: core - refactored DAPM pin control API.Liam Girdwood1-2/+2
2008-07-10ALSA: ASoC: TLV320AIC3X: Add mixer control for ADC highpass filterJarkko Nikula1-0/+6
2008-06-26ALSA: ASoC: TLV320AIC3X: Add support for digital microphone inputJarkko Nikula1-0/+31
2008-06-26ALSA: ASoC: TLV320AIC3X: Modify only interface related bits in aic3x_set_dai_fmtJarkko Nikula1-2/+4
2008-06-26ALSA: ASoC: TLV320AIC3X: Use register modifier widget for mic biasJarkko Nikula1-4/+6
2008-06-13ALSA: ASoC: Tweak tlv320aicx reg_cache_sizeMark Brown1-1/+1
2008-05-19[ALSA] ASoC: Clarify API for bias configurationMark Brown1-13/+13
2008-05-19[ALSA] soc - tlv320aic3x - Convert to use bulk registration APIsMark Brown1-11/+4
2008-05-19[ALSA] soc - tlv320aic3x - add GPIO supportDaniel Mack1-0/+53
2008-05-19[ALSA] soc - tlv320aic3x - revisit clock setupDaniel Mack1-134/+91