aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8994.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-04ASoC: wm8994: Factor out WM1811A detection mode settingMark Brown1-20/+28
2012-03-04ASoC: wm8994: Don't bother updating the jackdet mode needlesslyMark Brown1-0/+3
2012-03-04ASoC: wm8994: Disable JACKDET when disabling detectonMark Brown1-0/+1
2012-03-04ASoC: wm8994: Make sure we sync DAPM on WM8958 detection mode changesMark Brown1-0/+2
2012-03-04ASoC: wm_hubs: Disable cache of the DC servo calibration for WM1811Mark Brown1-0/+1
2012-03-04ASoC: wm8994: Suppress noop updates of FLL KMark Brown1-1/+2
2012-03-04ASoC: wm8994: Push wm8994 private data allocation out into device probeMark Brown1-9/+13
2012-03-01ASoC: wm8994: Disable debounce of jack detection on inserted jackMark Brown1-0/+8
2012-02-29ASoC: wm8994: Remove stub of register access codeMark Brown1-8/+0
2012-02-29ASoC: wm8994: Make sure we don't have MICBIAS on during jackdet modeMark Brown1-12/+13
2012-02-22mfd/ASoC: Convert WM8994 driver to use regmap patchesMark Brown1-24/+1
2012-02-21ASoC: wm8994: Move wm_hubs callback before we start ramping VMIDMark Brown1-2/+2
2012-02-21ASoC: wm8994: Support external capacitors on MICBIAS2 with jack detectionMark Brown1-0/+24
2012-02-21ASoC: wm8994: Actively discharge idle MICBIAS with jack detectMark Brown1-0/+9
2012-02-21ASoC: wm8994: Enable headphone startup mode 1 for WM1811 and WM8958Mark Brown1-0/+2
2012-02-17ASoC: wm8994: Convert to use DAI widget routing rather than streamsMark Brown1-6/+14
2012-02-14ASoC: wm8994: Use slow start for VMIDMark Brown1-1/+1
2012-02-11ASoC: wm8994: Actively discharge VMID when not in useMark Brown1-0/+4
2012-02-11ASoC: wm8994: VMID management improvementsMark Brown1-6/+14
2012-02-11ASoC: wm_hubs: Improve single ended line output enable performanceMark Brown1-0/+5
2012-02-09Merge tag 'v3.3-rc3' as we've got several bugfixes in there which areMark Brown1-1/+10
2012-02-08ASoC: wm8994: Disable line output discharge prior to ramping VMIDMark Brown1-0/+5
2012-02-08ASoC: wm8994: Fix typo in VMID ramp settingMark Brown1-1/+1
2012-02-06ASoC: wm8994: Bring WM8994 accessory detection up to dateMark Brown1-21/+61
2012-02-06ASoC: wm8994: Unsuspend the device while reading GPIO statusesMark Brown1-0/+5
2012-02-06ASoC: wm8994: We don't need to runtime resume by defaultMark Brown1-1/+1
2012-02-06ASoC: wm8994: Don't bring up to STANDBY by defaultMark Brown1-9/+0
2012-02-06ASoC: wm8994: Enabling VMID should take a runtime PM referenceMark Brown1-0/+4
2012-02-04ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood1-6/+6
2012-01-31ASoC: wm_hubs: Push check for idle_bias_off out into driversMark Brown1-0/+8
2012-01-31ASoC: wm8994: Remove ASoC level register cache syncMark Brown1-5/+0
2012-01-26ASoC: wm8994: Report any low impedance accessory as a headphoneMark Brown1-1/+1
2012-01-20ASoC: 24 bits are significant on wm_hubs DAIsMark Brown1-1/+7
2011-12-30ASoC: Enable ASoC register map dump for some regmap CODECsMark Brown1-0/+8
2011-12-29ASoC: Remove unused label from wm8994 probe()Mark Brown1-1/+1
2011-12-13ASoC: Remove WM8994 register cacheMark Brown1-87/+0
2011-12-13ASoC: Remove ASoC-specific WM8994 I/O codeMark Brown1-51/+12
2011-12-08ASoC: Rely on core enabling the wm8994 with runtime PMMark Brown1-6/+1
2011-12-02Merge branch 'for-3.2' into for-3.3Mark Brown1-6/+6
2011-12-02ASoC: Mark WM8994 ADC muxes as virtualMark Brown1-6/+6
2011-12-02ASoC: Add missing err labelMark Brown1-0/+1
2011-12-02ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen1-1/+1
2011-12-01ASoC: Convert WM8994 to devm_kzalloc()Mark Brown1-7/+4
2011-12-01ASoC: Add platform data for WM8958/WM1811 microphone detection ratesMark Brown1-8/+4
2011-12-01ASoC: Ensure we reconfigure WM8958 microphone detection on rate changesMark Brown1-4/+2
2011-12-01ASoC: Implement support for WM1811A jack detectionMark Brown1-19/+245
2011-12-01ASoC: Rename WM8994 detecting flag to mic_detectingMark Brown1-6/+6
2011-12-01ASoC: Allow more WM8958/WM1811 button levels with default handlerMark Brown1-8/+34
2011-12-01ASoC: Tune down active mode detection rate for WM8958 mic detectionMark Brown1-2/+2
2011-12-01ASoC: Don't use control_data to get struct wm8994Mark Brown1-34/+38