aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm9712.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-11Revert "ASoC: AC97 doesn't use regmap by default"Fabio Estevam1-1/+0
2012-09-05Merge branch 'asoc-omap' into for-3.7Mark Brown1-3/+18
2012-08-22ASoC: wm9712: Provide TLV information for capture boost controlsMark Brown1-2/+3
2012-08-17ASoC: wm9712: Fix inverted capture volumeMark Brown1-1/+1
2012-08-17ASoC: wm9712: Fix microphone source selectionMark Brown1-2/+17
2012-08-03ASoC: wm9712: Fix name of Capture SwitchMark Brown1-1/+1
2012-08-03ASoC: wm9712: Fix funky indentationMark Brown1-2/+2
2012-07-31ASoC: AC97 doesn't use regmap by defaultManuel Lauss1-0/+1
2012-06-03ASoC: codecs: Refresh copyrights for Wolfson driversMark Brown1-1/+1
2012-04-10ASoC: wm9712: Fix build due to missing definition of "runtime"Fabio Estevam1-0/+2
2012-04-04ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown1-6/+2
2012-02-04ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood1-1/+1
2012-02-01ASoC: wm9712: Add TLV information for microphone inputMark Brown1-3/+7
2012-02-01ASoC: wm9712: Remove driver specific versionMark Brown1-4/+0
2011-12-02ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen1-2/+1
2011-11-28ASoC: Convert CODEC drivers to module_platform_driverMark Brown1-11/+1
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-2/+2
2011-03-31ASoC: Use data based init for wm9712 DAPMLu Guanqun1-13/+5
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-4/+5
2010-09-10ASoC: Fix incorrect register cache size configurationDimitris Papastamos1-1/+1
2010-09-06ASoC: Staticise WM9712 DAI listMark Brown1-1/+1
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-72/+52
2010-05-20Merge branch 'topic/asoc' into for-linusTakashi Iwai1-3/+0
2010-05-10ASoC: Remove unneeded suspend bias managment from CODEC driversMark Brown1-3/+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
2009-12-23ASoC: Do not write to invalid registers on the wm9712.Eric Millbrandt1-1/+2
2009-11-27ASoC: Revert missing reset_err in wm97*.cTakashi Iwai1-0/+2
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-05-14ASoC: Support AC97 link off by default on WM9712Marek Vasut1-0/+2
2009-05-02ASoC: Use a shared define for AC97 CODEC data formatsMark Brown1-3/+3
2009-03-04ASoC: make ops a pointer in 'struct snd_soc_dai'Eric Miao1-4/+10
2009-01-27ASoC: Push the codec runtime storage into the card structureMark Brown1-10/+11
2009-01-19ASoC: fixes to caching implementationsIan Molton1-2/+2
2009-01-09ASoC: cleanup duplicated code.Ian Molton1-16/+2
2008-12-01ASoC: Rename snd_soc_register_card() to snd_soc_init_card()Mark Brown1-1/+1
2008-11-24ASoC: Remove DAI type informationMark Brown1-1/+1
2008-11-21ASoC: Improve error reporting for AC97 reset failuresMark Brown1-1/+1
2008-11-21ASoC: Merge snd_soc_ops into snd_soc_dai_opsMark Brown1-2/+4
2008-10-13ALSA: ASoC: update email address for Liam GirdwoodLiam Girdwood1-2/+1
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk1-1/+0
2008-07-20ALSA: soc - wm9712 mono mixerMarek Vasut1-5/+5
2008-07-10ALSA: asoc: codecs - merge structs snd_soc_codec_dai and snd_soc_cpu_dai.Liam Girdwood1-1/+1
2008-06-16ALSA: ASoC: Check for exact register match in wm97xx_reset()Mark Brown1-2/+2
2008-06-13ALSA: ASoC: Add missing includesMark Brown1-0/+1
2008-05-19[ALSA] soc - Convert Wolfson codec drivers to use bulk DAPM registrationMark Brown1-11/+4
2008-05-19[ALSA] ASoC: Clarify API for bias configurationMark Brown1-14/+14
2008-05-19[ALSA] ASoC: Remove in-code changelogsMark Brown1-3/+0
2008-04-29[ALSA] soc - wm9712 - checkpatch fixesMark Brown1-33/+29