summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm8994.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-22ASoC: 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-15ASoC: wm8994: Use slow start for VMIDMark Brown1-1/+1
2012-02-12ASoC: wm8994: Actively discharge VMID when not in useMark Brown1-0/+4
2012-02-12ASoC: wm8994: VMID management improvementsMark Brown1-6/+14
2012-02-12ASoC: 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-12ASoC: Remove WM8994 register cacheMark Brown1-87/+0
2011-12-12ASoC: 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
2011-12-01ASoC: Provide debug log of accessory status on WM8958Mark Brown1-0/+2
2011-11-30ASoC: Enhance default WM8958 microphone detectionMark Brown1-11/+109
2011-11-29ASoC: Put WM8958 and WM1811 MICBIAS into bypass mode when no audioMark Brown1-1/+39
2011-11-29ASoC: Ensure SYSCLK is enabled for WM8958 accessory detectionMark Brown1-0/+3
2011-11-29Merge branch 'for-3.2' into for-3.3Mark Brown1-0/+2
2011-11-29ASoC: Supply dcs_codes for newer WM1811 revisionsMark Brown1-0/+2
2011-11-29Merge branch 'for-3.2' into for-3.3Mark Brown1-0/+5
2011-11-29ASoC: Error out if we can't generate a LRCLK at all for WM8994Mark Brown1-0/+5
2011-11-28ASoC: Convert CODEC drivers to module_platform_driverMark Brown1-12/+1
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-3/+3
2011-11-05ASoC: Ensure we get an impedence reported for WM8958 jack detectMark Brown1-11/+26