aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8728.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-01ASoC: constify snd_soc_codec_driver structuresJulia Lawall1-1/+1
2016-08-08ASoC: codec duplicated callback function goes to component on wm8728Kuninori Morimoto1-6/+8
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-07-15ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-06-01ASoC: wm8728: 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: wm8728: Cleanup manual bias level transitionsLars-Peter Clausen1-32/+2
2014-07-31ASoC: wm8728: Convert to params_width()Mark Brown1-4/+4
2014-03-11ASoC: codec: Simplify ASoC probe code.Xiubo Li1-10/+1
2013-11-24ASoC: wm8728: Use IS_ENABLED() macroFabio Estevam1-3/+3
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-7/+7
2012-09-12ASoC: wm8728: Convert to direct regmap API usageMark Brown1-17/+28
2012-09-12ASoC: wm8728: Convert to devm_kzalloc()Mark Brown1-8/+7
2012-04-04ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown1-2/+1
2011-12-03ASoC: Convert WM8728 to table based control initMark Brown1-3/+2
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-08-14ASoC: Add device tree binding for WM8728Mark Brown1-0/+9
2011-08-10ASoC: Remove some more redundant -codecs from driver namesMark Brown1-2/+2
2011-03-31ASoC: Use data based init for wm8728 DAPMLu Guanqun1-13/+5
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-5/+6
2010-09-30ASoC: Remove unneeded use of spi_bus_typeDimitris Papastamos1-1/+0
2010-09-10ASoC: Fix incorrect register cache size configurationDimitris Papastamos1-1/+1
2010-08-12ASoC: Remove unneeded control_data management from Wolfson driversMark Brown1-4/+0
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-199/+95
2010-05-20Merge branch 'topic/asoc' into for-linusTakashi Iwai1-1/+1
2010-05-10ASoC: Remove unneeded suspend bias managment from CODEC driversMark Brown1-1/+1
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-2/+0
2009-11-03ASoC: Factor out snd_soc_init_card()Mark Brown1-8/+0
2009-08-03ASoC: Factor out 7 bit register 9 bit data SPI writeMark Brown1-25/+0
2009-08-03ASoC: Add I/O control bus information to factored out cache setupMark Brown1-5/+5
2009-07-05ASoC: Begin to factor out register cache I/O functionsMark Brown1-56/+22
2009-03-04ASoC: make ops a pointer in 'struct snd_soc_dai'Eric Miao1-5/+7
2009-01-27ASoC: Push the codec runtime storage into the card structureMark Brown1-8/+8
2009-01-19ASoC: fixes to caching implementationsIan Molton1-2/+2
2009-01-09ASoC: cleanup duplicated code.Ian Molton1-16/+2
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-3/+2
2008-11-14ASoC: Add WM8728 codec driverMark Brown1-0/+574