aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/tlv320aic23.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-14ASoC: tlv320aic23: convert to soc-cacheAxel Lin1-115/+52
2011-10-05ASoC: Consolidate use of controls with custom get/put functionPeter Ujfalusi1-11/+3
2011-03-31ASoC: Use data based init for tlv320aic23 DAPMLu Guanqun1-14/+5
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-4/+5
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-122/+60
2010-06-23codecs/tlv320aic23: fix bias management for suspend/resumeEric BĂ©nard1-3/+4
2010-05-20Merge branch 'topic/asoc' into for-linusTakashi Iwai1-1/+0
2010-05-10ASoC: Remove unneeded suspend bias managment from CODEC driversMark Brown1-1/+0
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-29ASoC: AIC23: Fixing writes to non-existing registers in resume functionAnuj Aggarwal1-1/+1
2009-12-04Merge branch 'topic/asoc' into for-linusTakashi Iwai1-9/+0
2009-12-04Merge branch 'topic/core-change' into for-linusTakashi Iwai1-1/+1
2009-12-01Merge branch 'topic/pcm-dma-fix' into topic/core-changeTakashi Iwai1-1/+1
2009-11-27Merge branch 'for-2.6.32' into for-2.6.33Mark Brown1-2/+1
2009-11-27ASoC: AIC23: Fixing infinite loop in resume pathAnuj Aggarwal1-2/+1
2009-11-18Merge branch 'for-2.6.32' into for-2.6.33Mark Brown1-1/+1
2009-11-18ASoC: tlv320aic23 fix rate selectionTroy Kisky1-1/+1
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-8/+0
2009-10-30ALSA: Cleanup redundant tests on unsignedRoel Kluin1-1/+1
2009-06-06ASoC: codec tlv320aic23 fix bogus divide by 0 messageTroy Kisky1-5/+5
2009-05-28ASoC: correct print specifiers for unsignedsRoel Kluin1-2/+2
2009-04-09ASoC: tlv320aic23: add DSP_A format supportPeter Ujfalusi1-0/+2
2009-03-04ASoC: make ops a pointer in 'struct snd_soc_dai'Eric Miao1-8/+10
2009-01-27ASoC: Push the codec runtime storage into the card structureMark Brown1-9/+9
2009-01-09ASoC: cleanup duplicated code.Ian Molton1-19/+2
2008-12-22ASoC: Fix incorrect DSP format in OMAP McBSP DAI and affected driversJarkko Nikula1-1/+1
2008-12-10ALSA: ASoC - Fix wrong section typesTakashi Iwai1-1/+1
2008-12-09ASoC: Register non-AC97 codec DAIsMark Brown1-0/+12
2008-12-01ASoC: Rename snd_soc_register_card() to snd_soc_init_card()Mark Brown1-1/+1
2008-11-21ASoC: Merge snd_soc_ops into snd_soc_dai_opsMark Brown1-9/+10
2008-11-17ASoC: Build tlv320aic23 cleanlyMark Brown1-4/+9
2008-11-07ASoC: TLV320AIC23B Support more sample ratesTroy Kisky1-45/+177
2008-10-13ALSA: ASoC: Fix compile-time warning for tlv320aic23.cArun KS1-5/+5
2008-10-13ALSA: ASoC: Remove unused AUDIO_NAME define from codec driversJarkko Nikula1-1/+0
2008-10-13ALSA: ASoC: Add custom SOC_SINGLE_TLV for tlv320aic23 codecArun KS1-4/+49
2008-10-13ALSA: ASoC: Add TLV320AIC23 codec driverArun KS1-0/+670