summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm8350.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-07Merge remote-tracking branch 'asoc/fix/wm8350' into tmpMark Brown1-2/+2
2013-03-03ASoC: wm8350: Use jiffies rather than msecs in schedule_delayed_work()Axel Lin1-2/+2
2012-12-24ASoC: wm8350: don't use [delayed_]work_pending()Tejun Heo1-6/+4
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-3/+3
2012-11-28ASoC: wm8350: Use devm_regulator_bulk_getSachin Kamat1-3/+1
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-06-03ASoC: wm8350: Convert to direct regmap API usageMark Brown1-17/+3
2012-06-03ASoC: codecs: Refresh copyrights for Wolfson driversMark Brown1-1/+1
2012-05-14ASoC: wm8350: Remove direct usage of codec->control_dataMark Brown1-11/+16
2012-05-13ASoC: wm8350: Don't use irq_baseMark Brown1-19/+27
2012-05-13Merge tag 'v3.4-rc7' into for-3.5Mark Brown1-5/+6
2012-04-30ASoC: wm8350: Replace use of custom I/O with snd_soc_read()/write()Mark Brown1-37/+37
2012-04-30ASoC: wm8350: Remove check for clocks in trigger()Mark Brown1-40/+0
2012-04-30ASoC: wm8350: Don't use locally allocated codec structMark Brown1-5/+6
2011-12-03ASoC: Convert WM8350 to table based DAPM and control initMark Brown1-28/+8
2011-12-03ASoC: Convert WM8350 to devm_kzalloc()Mark Brown1-7/+4
2011-12-02ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen1-1/+1
2011-11-28ASoC: Convert CODEC drivers to module_platform_driverMark Brown1-11/+1
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-1/+1
2011-10-06ASoC: Replace remaining use of *_volsw_2r with *_volswPeter Ujfalusi1-2/+2
2011-10-05ASoC: Consolidate use of controls with custom get/put functionPeter Ujfalusi1-24/+15
2010-12-29ASoC: Yet more x86 tracepoint workaroundsMark Brown1-0/+2
2010-12-23ASoC: ifdef out trace points from modules for x86Mark Brown1-0/+4
2010-12-22ASoC: Trace Wolfson jack detection IRQsMark Brown1-0/+5
2010-12-22ASoC: Use delayed work to debounce WM8350 jack IRQsMark Brown1-19/+43
2010-12-13ASoC: Fix merge errors with flush_scheduled_work() removalTakashi Iwai1-1/+1
2010-12-13Merge branch 'topic/workq-update' into topic/asocTakashi Iwai1-8/+1
2010-12-13sound: don't use flush_scheduled_work()Tejun Heo1-8/+1
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-10Merge branch 'for-2.6.37' into for-2.6.38Mark Brown1-1/+8
2010-11-10ASoC: Ensure sane WM835x AIF configuration by defaultMark Brown1-0/+7
2010-11-10ASoC: Remove broken WM8350 direction constantsMark Brown1-1/+1
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-13/+15
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-147/+84
2010-05-27Merge branch 'for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai1-2/+2
2010-05-26ASoC: Fix dB scales for WM835xMark Brown1-2/+2
2010-05-20Merge branch 'topic/asoc' into for-linusTakashi Iwai1-19/+84
2010-05-10ASoC: Remove unneeded suspend bias managment from CODEC driversMark Brown1-3/+0
2010-04-17ASoC: Add indirection for CODEC private dataMark Brown1-14/+14
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-22ASoC: Allow disabling of WM835x jack detectionMark Brown1-6/+18
2010-03-22ASoC: Move WM8350 microphone detection bias managment out of driverMark Brown1-2/+0
2010-03-17ASoC: Implement WM835x microphone jack detection supportMark Brown1-0/+58
2010-03-07mfd: Update WM8350 drivers for changed interrupt numbersMark Brown1-2/+2
2010-03-07mfd: Add a data argument to the WM8350 IRQ free functionMark Brown1-2/+2
2010-01-08ASoC: Fix WM8350 DSP mode B configurationMark Brown1-1/+1
2009-12-13mfd: Mask and unmask wm8350 IRQs on request and freeMark Brown1-6/+4
2009-12-13mfd: Convert wm8350 IRQ handlers to irq_handler_tMark Brown1-5/+10
2009-11-12ASoC: Remove redundant snd_soc_dapm_new_widgets() callsMark Brown1-1/+1
2009-11-03ASoC: Factor out snd_soc_init_card()Mark Brown1-11/+0