summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm8993.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-17ASoC: wm8993: Convert to module_i2c_driver()Mark Brown1-18/+1
2012-02-11ASoC: wm_hubs: Improve single ended line output enable performanceMark Brown1-0/+4
2012-02-10ASoC: wm8993: Add register default for INPUTS_CLAMPMark Brown1-0/+1
2012-02-10ASoC: wm8993: Correct typos in regmap conversionMark Brown1-2/+2
2012-02-04ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood1-2/+2
2012-01-31ASoC: wm_hubs: Push check for idle_bias_off out into driversMark Brown1-0/+6
2012-01-31ASoC: wm8993: Convert to use a regmap patchMark Brown1-5/+13
2012-01-20ASoC: 24 bits are significant on wm_hubs DAIsMark Brown1-0/+2
2012-01-20ASoC: Make WM8993 I2C usage unconditionalMark Brown1-6/+0
2012-01-20ASoC: Implement basic WM8993 interrupt supportMark Brown1-9/+85
2012-01-20ASoC: Move WM8993 resource acquisition and device reset to bus probeMark Brown1-40/+49
2012-01-20ASoC: Convert wm8993 to direct regmap API usageMark Brown1-149/+271
2012-01-17ASoC: Wait for WM8993 FLL to stabiliseMark Brown1-0/+6
2011-12-15ASoC: Fix partial cherry pick in wm8993Mark Brown1-1/+1
2011-12-14ASoC: Use standard register cache sync in wm8993Mark Brown1-23/+1
2011-12-14ASoC: Convert wm8993 to devm_kzalloc()Mark Brown1-3/+2
2011-12-03ASoC: Remove unused -codec from Wolfson device driver namesMark Brown1-1/+1
2011-12-02ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen1-1/+1
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-1/+1
2011-11-20ASoC: wm8993: fix DB_RANGE sizeClemens Ladisch1-1/+1
2011-08-14ASoC: Add VMID widget for wm_hubs devicesMark Brown1-0/+4
2011-08-01ASoC: Support separate left and right channel dcs_codes valuesMark Brown1-1/+2
2011-07-14ASoC: Use late enable handling for direct voice, speaker and headphoneMark Brown1-1/+1
2011-06-23ASoC: Trigger wm_hubs series update startup off a separate flagMark Brown1-0/+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
2011-01-13ASoC: Update users of readable_register()/volatile_register()Dimitris Papastamos1-1/+1
2010-12-28ASoC: codecs: Remove unused reg_cache fields from device structsLars-Peter Clausen1-1/+0
2010-12-14ASoC: Explicitly clear WM8993 ramp controls on power downMark Brown1-0/+6
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-15ASoC: Remove unnecessary semicolonsJoe Perches1-1/+1
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-4/+5
2010-10-28ASoC: Store DC offset correction for wm_hubs devices in class W modeMark Brown1-0/+2
2010-09-10ASoC: Fix incorrect register cache size configurationDimitris Papastamos1-1/+1
2010-08-12ASoC: Remove unneeded control_data management from Wolfson driversMark Brown1-3/+0
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-184/+123
2010-05-20Merge branch 'topic/asoc' into for-linusTakashi Iwai1-12/+12
2010-04-17ASoC: Add indirection for CODEC private dataMark Brown1-12/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-04ASoC: Disable WM8993 regulators when turning bias offMark Brown1-9/+45
2010-02-04ASoC: Initial WM8993 regulator API hookupMark Brown1-3/+38
2010-02-04ASoC: Convert WM8993 to use shared cache I/O codeMark Brown1-109/+43
2010-02-01ASoC: Activate DCS correction for WM8993Mark Brown1-1/+2
2010-02-01ASoC: Improved wm_hubs headphone handlingMark Brown1-0/+8
2010-01-12Merge branch 'for-2.6.33' into for-2.6.34Mark Brown1-2/+2
2010-01-04ASoC: Implement suspend and resume for WM8993Mark Brown1-0/+67
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-2/+2
2009-11-12ASoC: Remove redundant snd_soc_dapm_new_widgets() callsMark Brown1-2/+0
2009-11-03ASoC: Factor out snd_soc_init_card()Mark Brown1-9/+0