aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8990.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: WM8990: msleep() takes milliseconds not jiffiesDimitris Papastamos2011-01-171-5/+5
* ASoC: Do not include soc-dapm.hJarkko Nikula2010-11-221-1/+0
* ASoC: Decouple DAPM from CODECsLiam Girdwood2010-11-061-5/+6
* ASoC: Remove needless codec->bias_level assignment to SND_SOC_BIAS_OFFJarkko Nikula2010-09-151-1/+0
* ASoC: Remove unneeded control_data management from Wolfson driversMark Brown2010-08-121-4/+0
* ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood2010-08-121-172/+54
* Merge commit 'v2.6.35-rc1' into for-2.6.36Mark Brown2010-05-311-0/+1
|\
| * Merge branch 'for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai2010-05-271-9/+9
| |\
| | * ASoC: Fix dB scales for WM8990Mark Brown2010-05-261-9/+9
| * | Merge branch 'topic/asoc' into for-linusTakashi Iwai2010-05-201-4/+4
| |\ \ | | |/
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | | ASoC: Fix dB scales for WM8990Mark Brown2010-05-251-9/+9
* | | ASoC: Remove version display from WM8990Mark Brown2010-05-251-4/+0
| |/ |/|
* | ASoC: Add indirection for CODEC private dataMark Brown2010-04-171-4/+4
|/
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | ASoC: Remove unneeded suspend checks from CODEC driversMark Brown2009-12-311-8/+0
|/
* ASoC: Remove redundant snd_soc_dapm_new_widgets() callsMark Brown2009-11-121-1/+0
* ASoC: Factor out snd_soc_init_card()Mark Brown2009-11-031-8/+1
* 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-118/+76
* ASoC: correct print specifiers for unsignedsRoel Kluin2009-05-281-1/+1
* ASoC: Fix errors in WM8990Jinyoung Park2009-05-051-20/+20
* ASoC: make ops a pointer in 'struct snd_soc_dai'Eric Miao2009-03-041-8/+10
* Merge branch 'for-2.6.29' into for-2.6.30Mark Brown2009-02-061-1/+3
|\
| * ASoC: WM8990: Fix kcontrol's private value use in put callbackJarkko Nikula2009-02-061-1/+3
* | Merge branch 'fix/asoc' into topic/asocTakashi Iwai2009-02-031-2/+1
|\ \ | |/
| * ALSA: ASoC: email - update email addresses.Liam Girdwood2009-02-031-2/+1
* | ASoC: Push the codec runtime storage into the card structureMark Brown2009-01-271-7/+7
* | ASoC: fixes to caching implementationsIan Molton2009-01-191-2/+2
* | ASoC: cleanup duplicated code.Ian Molton2009-01-091-16/+2
|/
* ALSA: ASoC - Fix wrong section typesTakashi Iwai2008-12-101-1/+1
* 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/+3
* ASoC: Manage VMID mode for WM8990Mark Brown2008-11-171-0/+11
* ASoC: Enable WM8990 ADC clocking workaroundMark Brown2008-11-171-2/+4
* ASoC: Allow writes to uncached registers in WM8990Mark Brown2008-11-171-3/+3
* ALSA: ASoC: Remove unused AUDIO_NAME define from codec driversJarkko Nikula2008-10-131-1/+0
* ALSA: ASoC: Don't suggest compile time selection of codec accessMark Brown2008-09-041-3/+3
* ALSA: ASoC: Convert wm8990 to a new-style i2c driverJean Delvare2008-09-041-50/+53
* ALSA: ASoC: Fix double free and memory leak in many codec driversJean Delvare2008-08-251-4/+7
* ALSA: wm8990: Implement speaker volume PGAMark Brown2008-08-151-2/+6
* ALSA: wm8990: Fix routing of left DAC to speaker mixerMark Brown2008-08-151-1/+1
* ALSA: asoc: codecs - merge structs snd_soc_codec_dai and snd_soc_cpu_dai.Liam Girdwood2008-07-101-6/+6
* ALSA: ASoC: Replace custom debug macros with pr_ equivalentsMark Brown2008-06-261-22/+3
* [ALSA] ASoC: Add WM8990 driverMark Brown2008-06-061-0/+1645