summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm8985.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+3
2013-01-29Merge branch 'master' into for-nextJiri Kosina1-33/+11
2013-01-09sound: soc: Fix typo in sound/codecsMasanari Iida1-3/+3
2012-12-27ASoC: wm8985: Refactor set_pll code to avoid gcc warningsFabio Estevam1-23/+20
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-7/+7
2012-11-23ASoC: wm8985: Convert to use devm_regmap_init_{spi,i2c}()Tushar Behera1-26/+4
2012-01-21ASoC: wm8985: Convert to direct regmap API usageMark Brown1-76/+177
2012-01-21ASoC: wm8985 Don't directly reference the cache data structureMark Brown1-5/+4
2012-01-21ASoC: wm8985: Use standard cache sync implementationMark Brown1-20/+1
2012-01-21ASoC: wm8985: Convert to table based DAPM and control initMark Brown1-16/+8
2012-01-21ASoC: wm8985: Convert to devm_kzalloc()Mark Brown1-8/+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-10-31ASoC: Convert wm8985 MICBIAS to a supply widgetMark Brown1-1/+2
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-5/+6
2010-10-11ASoC: checking kzalloc() for IS_ERR() instead of NULLDan Carpenter1-4/+4
2010-09-30ASoC: Remove unneeded use of spi_bus_typeDimitris Papastamos1-1/+0
2010-09-28ASoC: WM8985: Use the correct macro for the kcontrol definedDimitris Papastamos1-2/+2
2010-09-27ASoC: Fix a compile warning for printk formatTakashi Iwai1-1/+1
2010-09-24ASoC: WM8985: Remove unneeded declaration.Dimitris Papastamos1-2/+0
2010-09-15ASoC: WM8985: Initial driverDimitris Papastamos1-0/+1195