aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/codecs/wm8580.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-22ASoC: wm8580: Remove #if IS_ENABLED(CONFIG_I2C)Kuninori Morimoto1-24/+1
2016-10-29ASoC: wm8580: Fix non static symbol warningsWei Yongjun1-2/+2
2016-10-24ASoC: wm8580: Add the wm8581 codec to the driverMatt Flax1-9/+89
2016-09-01ASoC: constify snd_soc_codec_driver structuresJulia Lawall1-1/+1
2016-08-08ASoC: codec duplicated callback function goes to component on wm8580Kuninori 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-01ASoC: wm8580: 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: wm8580: Cleanup manual bias level transitionsLars-Peter Clausen1-4/+0
2014-07-31ASoC: wm8580: Convert to params_width()Mark Brown1-5/+5
2014-04-14ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen1-1/+1
2014-03-23Merge remote-tracking branch 'asoc/topic/codecs' into asoc-nextMark Brown1-2/+1
2014-03-18ASoC: codecs: Replace instances of rtd->codec with dai->codecLars-Peter Clausen1-2/+1
2014-03-11ASoC: codec: Simplify ASoC probe code.Xiubo Li1-6/+0
2013-11-24ASoC: wm8580: Use IS_ENABLED() macroFabio Estevam1-3/+3
2013-11-06ASoC: wm8580: Use WARN() instead of BUG_ON()Takashi Iwai1-1/+1
2012-09-12ASoC: wm8580: Move regulator acquisition to I2C probeMark Brown1-14/+12
2012-09-12ASoC: wm8580: Convert to direct regmap API usageMark Brown1-26/+90
2012-09-12ASoC: wm8580: Convert to devm_kzalloc()Mark Brown1-4/+3
2012-06-03ASoC: codecs: Refresh copyrights for Wolfson driversMark Brown1-1/+1
2012-01-02ASoC: Fix return value of wm8580_set_sysclk()Axel Lin1-2/+6
2011-12-03ASoC: Convert WM8580 to table based DAPM and control initMark Brown1-16/+8
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-2/+2
2011-10-17ASoC: wm8580: Use snd_soc_update_bits for read-modify-writeAxel Lin1-13/+9
2011-10-06ASoC: Replace remaining use of *_volsw_2r with *_volswPeter Ujfalusi1-4/+4
2011-10-05ASoC: Consolidate use of controls with custom get/put functionPeter Ujfalusi1-24/+12
2011-08-14ASoC: Add device tree support for WM8580Mark Brown1-0/+7
2011-08-03ASoC: Remove redundant -codec from WM8580 driver nameMark Brown1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-12-28ASoC: codecs: Remove unused reg_cache fields from device structsLars-Peter Clausen1-1/+0
2010-12-09Merge branch 'for-2.6.37' into for-2.6.38Mark Brown1-1/+1
2010-12-09ASoC: WM8580: Fix R8 initial valueSeungwhan Youn1-1/+1
2010-12-08Merge branch 'for-2.6.37' into for-2.6.38Mark Brown1-4/+4
2010-12-07ASoC: WM8580: Debug BCLK and sample sizeJassi Brar1-4/+4
2010-12-03ASoC: WM8580: Debug interface indexJassi Brar1-4/+4
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-08ASoC: Remove unneeded use of address-of operatorDimitris Papastamos1-1/+1
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-5/+6
2010-10-19ASoC: WM8580: Remove useless assignmentJassi Brar1-4/+0
2010-09-10ASoC: Fix incorrect register cache size configurationDimitris Papastamos1-1/+1
2010-08-16ASoC: Fix argument ordering for snd_soc_update_bits() in WM8580Mark Brown1-1/+1
2010-08-16ASoC: Fix WM8580 CLKSEL mask selectionMark Brown1-2/+2
2010-08-15Merge branch 'for-2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into for-2.6.37Mark Brown1-3/+3
2010-08-15ASoC: Automatically manage WM8580 DAC OSRMark Brown1-1/+19
2010-08-15ASoC: Fix inverted WM8580 capture mute controlMark Brown1-1/+1
2010-08-15ASoC: Implement BCLK rate selection for WM8580Mark Brown1-1/+6
2010-08-15ASoC: Automatically calculate clock ratio for WM8580Mark Brown1-22/+79