summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8900.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: codecs: remove __dev* attributesBill Pemberton2012-12-101-7/+7
* ASoC: wm8900: Fix typo of name to wm9700Mark Brown2012-09-111-2/+2
* ASoC: wm8900: Convert to direct regmap API usageMark Brown2012-09-111-58/+90
* ASoC: wm8900: Convert to devm_kzalloc()Mark Brown2012-09-111-8/+6
* ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown2012-04-041-2/+1
* ASoC: Convert WM8900 to table based DAPM and control initMark Brown2011-12-091-16/+8
* ASoC: Remove unused -codec from Wolfson device driver namesMark Brown2011-12-031-2/+2
* ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen2011-12-021-1/+1
* ASoC: Remove unneeded platform_device.h inclusions from CODECsMark Brown2011-11-271-1/+0
* ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen2011-11-231-1/+1
* ASoC: Convert wm8900 MICBIAS to a supply widgetMark Brown2011-10-311-1/+1
* ASoC: wm8900: Use snd_soc_update_bits for read-modify-writeAxel Lin2011-10-171-67/+42
* ASoC: wm8900: Fix the mask definesAxel Lin2011-10-171-7/+7
* ASoC: wm8900: Fix wrong mask for setting DAC_CLKDIV/ADC_CLKDIV/LRCLK_MODEAxel Lin2011-10-171-3/+3
* ASoC: wm8900: fix a memory leak if wm8900_set_fll failsAxel Lin2011-07-141-0/+1
* ASoC: Update users of readable_register()/volatile_register()Dimitris Papastamos2011-01-131-1/+1
* ASoC: codecs: Remove unused reg_cache fields from device structsLars-Peter Clausen2010-12-281-1/+0
* ASoC: Do not include soc-dapm.hJarkko Nikula2010-11-221-1/+0
* ASoC: Decouple DAPM from CODECsLiam Girdwood2010-11-061-5/+6
* ASoC: Remove volatility from WM8900 POWER1 registerMark Brown2010-11-011-6/+0
* ASoC: Remove unneeded use of spi_bus_typeDimitris Papastamos2010-09-301-1/+0
* ASoC: Fix incorrect register cache size configurationDimitris Papastamos2010-09-101-1/+1
* ASoC: Remove unneeded control_data management from Wolfson driversMark Brown2010-08-121-4/+0
* ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood2010-08-121-129/+122
* Merge branch 'topic/asoc' into for-linusTakashi Iwai2010-05-201-5/+5
|\
| * ASoC: Add indirection for CODEC private dataMark Brown2010-04-171-5/+5
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* ASoC: Correct code taking the size of a pointerJulia Lawall2009-12-141-1/+1
* ASoC: Remove redundant snd_soc_dapm_new_widgets() callsMark Brown2009-11-121-2/+0
* ASoC: Remove dead code and labelsTakashi Iwai2009-11-071-5/+0
* ASoC: Factor out snd_soc_init_card()Mark Brown2009-11-031-6/+0
* ASoC: Remove snd_soc_suspend_device()Mark Brown2009-10-151-17/+0
* ASoC: Add source argument to PLL configurationMark Brown2009-09-051-2/+2
* ASoC: Factor out I/O for Wolfson 8 bit data 16 bit register CODECsMark Brown2009-08-031-203/+116
* ASoC: Add suspend and resume callbacks to Wolfson CODEC driversMark Brown2009-06-131-0/+17
* ASoC: Automatically manage WM8900 sloping stopband filterMark Brown2009-06-131-1/+12
* ASoC: correct print specifiers for unsignedsRoel Kluin2009-05-281-3/+3
* ASoC: make ops a pointer in 'struct snd_soc_dai'Eric Miao2009-03-041-7/+9
* ASoC: Add device init/exit annotations to new-style Wolfson CODEC driversMark Brown2009-02-181-4/+4
* ASoC: Push the codec runtime storage into the card structureMark Brown2009-01-271-4/+4
* ASoC: cleanup duplicated code.Ian Molton2009-01-091-17/+2
* ASoC: Convert WM8900 to do more work at I2C probe timeMark Brown2008-12-101-78/+81
* ALSA: ASoC - Fix wrong section typesTakashi Iwai2008-12-101-1/+1
* ASoC: Convert WM8900 to allow registration by machine codeMark Brown2008-12-091-77/+20
* ASoC: Register non-AC97 codec DAIsMark Brown2008-12-091-0/+12
* ASoC: Rename snd_soc_register_card() to snd_soc_init_card()Mark Brown2008-12-011-1/+1
* ASoC: Merge snd_soc_ops into snd_soc_dai_opsMark Brown2008-11-211-3/+2
* ALSA: ASoC: Convert wm8900 to a new-style i2c driverJean Delvare2008-10-161-59/+54
* ALSA: ASoC codec: remove unused #include <version.h>Huang Weiyi2008-10-131-1/+0
* ALSA: ASoC: Add WM8900 CODEC driverMark Brown2008-08-061-0/+1542