aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8990.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-27Merge branch 'for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6 into fix/asocTakashi Iwai1-9/+9
2010-05-26ASoC: Fix dB scales for WM8990Mark Brown1-9/+9
2010-05-20Merge branch 'topic/asoc' into for-linusTakashi Iwai1-4/+4
2010-04-17ASoC: Add indirection for CODEC private dataMark Brown1-4/+4
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
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2009-12-31ASoC: Remove unneeded suspend checks from CODEC driversMark Brown1-8/+0
2009-11-12ASoC: Remove redundant snd_soc_dapm_new_widgets() callsMark Brown1-1/+0
2009-11-03ASoC: Factor out snd_soc_init_card()Mark Brown1-8/+1
2009-09-05ASoC: Add source argument to PLL configurationMark Brown1-2/+2
2009-08-03ASoC: Factor out I/O for Wolfson 8 bit data 16 bit register CODECsMark Brown1-118/+76
2009-05-28ASoC: correct print specifiers for unsignedsRoel Kluin1-1/+1
2009-05-05ASoC: Fix errors in WM8990Jinyoung Park1-20/+20
2009-03-04ASoC: make ops a pointer in 'struct snd_soc_dai'Eric Miao1-8/+10
2009-02-06Merge branch 'for-2.6.29' into for-2.6.30Mark Brown1-1/+3
2009-02-06ASoC: WM8990: Fix kcontrol's private value use in put callbackJarkko Nikula1-1/+3
2009-02-03Merge branch 'fix/asoc' into topic/asocTakashi Iwai1-2/+1
2009-02-03ALSA: ASoC: email - update email addresses.Liam Girdwood1-2/+1
2009-01-27ASoC: Push the codec runtime storage into the card structureMark Brown1-7/+7
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/+3
2008-11-17ASoC: Manage VMID mode for WM8990Mark Brown1-0/+11
2008-11-17ASoC: Enable WM8990 ADC clocking workaroundMark Brown1-2/+4
2008-11-17ASoC: Allow writes to uncached registers in WM8990Mark Brown1-3/+3
2008-10-13ALSA: ASoC: Remove unused AUDIO_NAME define from codec driversJarkko Nikula1-1/+0
2008-09-04ALSA: ASoC: Don't suggest compile time selection of codec accessMark Brown1-3/+3
2008-09-04ALSA: ASoC: Convert wm8990 to a new-style i2c driverJean Delvare1-50/+53
2008-08-25ALSA: ASoC: Fix double free and memory leak in many codec driversJean Delvare1-4/+7
2008-08-15ALSA: wm8990: Implement speaker volume PGAMark Brown1-2/+6
2008-08-15ALSA: wm8990: Fix routing of left DAC to speaker mixerMark Brown1-1/+1
2008-07-10ALSA: asoc: codecs - merge structs snd_soc_codec_dai and snd_soc_cpu_dai.Liam Girdwood1-6/+6
2008-06-26ALSA: ASoC: Replace custom debug macros with pr_ equivalentsMark Brown1-22/+3
2008-06-06[ALSA] ASoC: Add WM8990 driverMark Brown1-0/+1645