aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8523.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-21ASoC: wm8523: Remove #if IS_ENABLED(CONFIG_I2C)Kuninori Morimoto1-23/+1
2016-09-01ASoC: constify snd_soc_codec_driver structuresJulia Lawall1-1/+1
2016-08-08ASoC: codec duplicated callback function goes to component on wm8523Kuninori Morimoto1-6/+8
2015-08-30Merge remote-tracking branches 'asoc/topic/fsl-spdif', 'asoc/topic/fsl-ssi', 'asoc/topic/gtm601', 'asoc/topic/ics43432' and 'asoc/topic/ids' into asoc-nextMark Brown1-0/+1
2015-07-31ASoC: Export OF module alias information in missing codec driversJavier Martinez Canillas1-0/+1
2015-07-15ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-06-22Merge remote-tracking branches 'asoc/topic/wm8523' and 'asoc/topic/wm8741' into asoc-nextMark Brown1-0/+26
2015-06-12ASoC: wm8523: Set bclk ratio for master modeJulian Scheel1-0/+26
2015-06-01ASoC: wm8523: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen1-1/+1
2015-04-27ASoC: Move bias level update to the coreLars-Peter Clausen1-1/+0
2014-11-24ASoC: wm8523: Cleanup manual bias level transitionsLars-Peter Clausen1-28/+1
2014-07-31ASoC: wm8523: Convert to params_width()Mark Brown1-5/+5
2014-03-13Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown1-7/+0
2014-03-11ASoC: codec: Simplify ASoC probe code.Xiubo Li1-7/+0
2014-02-23ASoC: wm8523: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai1-2/+2
2013-11-24ASoC: wm8523: Use IS_ENABLED() macroFabio Estevam1-3/+3
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-4/+4
2012-09-10ASoC: wm8523: Move device ID verification and reset to I2C probeMark Brown1-46/+38
2012-09-10ASoC: wm8523: Convert to direct regmap API usageMark Brown1-31/+38
2012-09-10ASoC: wm8523: Move regulator acquisition to I2C probe()Mark Brown1-14/+12
2012-09-10ASoC: wm8523: Convert to devm_kzalloc()Mark Brown1-4/+3
2012-04-04ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown1-2/+1
2011-12-02ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen1-1/+1
2011-11-27ASoC: Remove unneeded platform_device.h inclusions from CODECsMark Brown1-1/+0
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-1/+1
2011-10-04ASoC: Remove unneeded hw_write initialisation in wm8523Axel Lin1-1/+0
2011-08-22ASoC: Convert WM8523 to table based control and DAPM initializationMark Brown1-17/+9
2011-08-14ASoC: Add device tree binding for WM8523Mark Brown1-0/+7
2011-08-03ASoC: Remove -codec from WM8523 driver nameMark Brown1-1/+1
2011-01-17ASoC: Avoid direct register cache access when setting defaultsMark Brown1-3/+3
2011-01-13ASoC: Update users of readable_register()/volatile_register()Dimitris Papastamos1-1/+1
2010-12-28Merge branch 'for-2.6.37' into for-2.6.38Mark Brown1-4/+5
2010-12-28ASoC: codecs: wm8523: Fix register cache incoherencyLars-Peter Clausen1-4/+5
2010-11-22Merge branch 'for-2.6.37' into for-2.6.38Mark Brown1-1/+0
2010-11-22ASoC: Fix multi-component mismerge in WM8523Mark Brown1-1/+0
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-5/+6
2010-08-12ASoC: Remove unneeded control_data management from Wolfson driversMark Brown1-3/+0
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-133/+47
2010-08-03ASoC: wm8523: fix resource reclaim in wm8523_register error pathAxel Lin1-4/+6
2010-05-20Merge branch 'topic/asoc' into for-linusTakashi Iwai1-5/+5
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
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-15ASoC: Remove snd_soc_suspend_device()Mark Brown1-17/+0
2009-08-03ASoC: Factor out I/O for Wolfson 8 bit data 16 bit register CODECsMark Brown1-77/+21
2009-07-01ASoC: Add WM8523 CODEC driverMark Brown1-0/+755