summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm_hubs.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: wm8993/wm8994/wm8958: replace codec to componentKuninori Morimoto2018-02-121-127/+127
* scripts/spelling.txt: add "unneded" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* ASoC: wm_hubs: Replace TLV_DB_RANGE_HEAD with DECLARE_TLV_DB_RANGELars-Peter Clausen2015-08-051-4/+3
* ASoC: wm_hubs: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen2015-06-011-2/+2
* ASoC: wm_hubs: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen2015-01-141-5/+5
* ASoC: wm_hubs: Remove redundant OOM messageSachin Kamat2014-06-271-3/+1
* ASoC: Add snd_soc_kcontrol_codec() helper functionLars-Peter Clausen2014-04-141-1/+1
* ASoC: wm_hubs: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai2014-02-231-8/+8
* ASoC: wm_hubs: Replace BUG() with WARN()Takashi Iwai2013-11-071-1/+1
* ASoC: wm_hubs: Add missing break in hp_supply_event()Takashi Iwai2013-10-301-0/+1
* ASoC: dapm: Add a helper to get the CODEC for DAPM kcontrolLars-Peter Clausen2013-07-291-6/+2
* ASoC: wm_hubs: Use SOC_SINGLE_EXT() instead of open-coding itLars-Peter Clausen2013-06-191-4/+2
* ASoC: wm_hubs: Silence reg_r and reg_l 'may be used uninitialized' warningsTim Gardner2013-03-121-3/+6
* ASoC: wm_hubs: Ensure volume updates are handled during class W startupMark Brown2012-09-281-0/+5
* ASoC: wm_hubs: Allow configuration of MICBIAS power up delay via pdataMark Brown2012-08-221-4/+31
* ASoC: wm_hubs: Add trace showing semantics of the DCS updateMark Brown2012-08-221-0/+4
* ASoC: wm_hubs: Use explicit casts for converting to signedMark Brown2012-08-221-2/+2
* ASoC: wm_hubs: Rename calibrate_dc_servo()Mark Brown2012-08-031-2/+2
* ASoC: wm_hubs: Factor out DC servo readback codeMark Brown2012-08-031-22/+43
* ASoC: wm_hubs: Move CODEC stored in private data into wm_hubsMark Brown2012-08-031-0/+2
* ASoC: codecs: Refresh copyrights for Wolfson driversMark Brown2012-06-031-1/+1
* Merge tag 'v3.4-rc7' into for-3.5Mark Brown2012-05-131-6/+9
|\
| * ASoC: wm_hubs: Make sure we don't disable differential line outputsMark Brown2012-04-231-6/+9
* | ASoC: wm_hubs: Cache multiple DCS offsetsMark Brown2012-05-011-9/+65
* | ASoC: wm_hubs: Enable class W for output mixer pathsMark Brown2012-04-271-21/+40
* | ASoC: wm_hubs: Factor out class W managementMark Brown2012-04-271-0/+59
* | ASoC: wm_hubs: Special case headphones for digital paths in more use casesMark Brown2012-04-271-6/+42
|/
* ASoC: wm_hubs: Don't actively manage LINEOUT_VMID_BUFMark Brown2012-03-191-11/+5
* ASoC: wm_hubs: Disable cache of the DC servo calibration for WM1811Mark Brown2012-03-041-1/+1
* ASoC: wm_hubs: Bomb out if we can't read back the DC servo resultMark Brown2012-02-291-1/+1
* ASoC: wm_hubs: Convert headphone driver to output driver widgetMark Brown2012-02-211-3/+2
* ASoC: wm_hubs: Clamp inputs to VMID while we rampMark Brown2012-02-111-0/+10
* ASoC: wm_hubs: Improve single ended line output enable performanceMark Brown2012-02-111-8/+105
* Merge tag 'v3.3-rc3' as we've got several bugfixes in there which areMark Brown2012-02-091-6/+12
|\
| * ASoC: wm_hubs: Correct line input to line output 2 pathsMark Brown2012-02-011-2/+2
| * ASoC: wm_hubs: Fix routing of input PGAs to line output mixerMark Brown2012-01-311-4/+4
| * ASoC: wm_hubs: fix wrong bits for LINEOUT2 N/P mixerUK KIM2012-01-271-2/+2
| * ASoC: wm_hubs: Enable line out VMID buffer for single ended line outputsMark Brown2012-01-261-0/+6
* | ASoC: wm_hubs: Convert most output drivers to OUT_DRV widgetsMark Brown2012-02-071-12/+12
* | ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood2012-02-041-1/+1
* | ASoC: wm_hubs: Push check for idle_bias_off out into driversMark Brown2012-01-311-6/+0
|/
* ASoC: Convert WM8994 MICBIASes to supply widgetsMark Brown2011-12-021-2/+2
* ASoC: Remove unneeded platform_device.h inclusions from CODECsMark Brown2011-11-271-1/+0
* Merge branch 'for-3.2' into for-3.3Mark Brown2011-11-211-1/+1
|\
| * ASoC: wm_hubs: fix DB_RANGE sizeClemens Ladisch2011-11-201-1/+1
* | ASoC: Disable thermal shutdown when not using speakers in wm_hubsMark Brown2011-11-041-0/+3
|/
* ASoC: Replace remaining use of *_volsw_2r with *_volswPeter Ujfalusi2011-10-061-2/+2
* ASoC: Consolidate use of controls with custom get/put functionPeter Ujfalusi2011-10-051-13/+5
* ASoC: Add VMID widget for wm_hubs devicesMark Brown2011-08-141-0/+16
* Merge branch 'for-3.1' into for-3.2Mark Brown2011-08-081-2/+1
|\