summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm5102.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: arizona: Add support for SNDRV_PCM_RATE_KNOTCharles Keepax2016-02-051-1/+1
* ASoC: wm5102: Add support for the audio trace firmwareCharles Keepax2016-01-291-1/+84
* ASoC: wm_adsp: Move setting of DSP speed into CODEC specific codeCharles Keepax2016-01-291-3/+3
* ASoC: arizona: Fix error path in codec probeCharles Keepax2015-07-101-1/+6
* ASoC: arizona: Implement stability check for LHPF coefficientsCharles Keepax2015-07-071-4/+4
* ASoC: arizona: Implement stability check for EQ coefficientsCharles Keepax2015-07-071-8/+4Star
* Merge remote-tracking branch 'asoc/topic/arizona' into asoc-nextMark Brown2015-06-221-0/+5
|\
| * ASoC: wm_adsp: Move DSP Rate controls into the codecRichard Fitzgerald2015-06-191-0/+5
| * Merge branches 'topic/adsp' and 'topic/dapm' of git://git.kernel.org/pub/scm/...Mark Brown2015-06-191-2/+3
| |\
| | \
| \ \
*-. \ \ Merge remote-tracking branches 'asoc/topic/adsp' and 'asoc/topic/atmel' into ...Mark Brown2015-06-221-2/+4
|\ \ \ \ | | |/ / | |/| |
| * | | ASoC: wm_adsp: create ALSA controls from wm_adsp driverRichard Fitzgerald2015-06-111-4/+0Star
| * | | ASoC: wm_adsp: Add codec_probe and codec_remove stubsRichard Fitzgerald2015-06-111-0/+6
| | | |
| \ \ \
*-. | | | Merge remote-tracking branches 'asoc/topic/adau1977', 'asoc/topic/adav80x', '...Mark Brown2015-06-051-4/+51
|\ \| | | | | |/ / | |/| |
| | * | ASoC: wm_adsp: Move DVFS control into codec driverRichard Fitzgerald2015-06-021-2/+45
| | * | ASoC: arizona: Export functions to control subsystem DVFSRichard Fitzgerald2015-06-021-4/+8
| |/ /
* | | Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown2015-06-051-2/+3
|\ \ \ | | |/ | |/|
| * | ASoC: wm5102: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen2015-06-011-2/+3
| |/
* / ASoC: arizona: Fix noise generator gain TLVRichard Fitzgerald2015-05-281-1/+1
|/
* ASoC: wm5102: Remove set of volume update bits for output 3RCharles Keepax2015-04-061-1/+0Star
* Merge branch 'topic/arizona' of git://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown2015-01-281-8/+13
|\
| * ASoC: arizona: Coalesce output power up delaysCharles Keepax2015-01-271-5/+5
| * ASoC: arizona: Add delay for output disableCharles Keepax2015-01-271-5/+10
| * ASoC: wm5102: Use put_unaligned_be16Vaishali Thakkar2015-01-081-3/+3
* | ASoC: wm5102: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen2015-01-141-1/+1
|/
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\
| * ASoC: codecs: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | ASoC: wm5102: Initialize dac_comp_lock mutexMark Brown2014-12-081-0/+2
* | ASoC: wm5102: Move ultrasonic response settings lock to the driver levelLars-Peter Clausen2014-11-101-8/+8
|/
*-. Merge remote-tracking branches 'asoc/topic/adau1977', 'asoc/topic/ak4642', 'a...Mark Brown2014-08-041-0/+62
|\ \
| | * ASoC: wm5102: Convert snd_kcontrol_chip to snd_soc_kcontrol_codecCharles Keepax2014-06-121-4/+4
| | * ASoC: wm5102: Add controls to allow shaping of ultrasonic responseCharles Keepax2014-06-091-0/+62
* | | ASoC: wm5102: Set symmetric samplebits on AIFsRichard Fitzgerald2014-07-231-0/+3
|/ /
* | Merge remote-tracking branch 'asoc/topic/enum' into asoc-nextMark Brown2014-05-221-7/+7
|\ \
| * | ASoC: wm5102: Replace usage deprecated SOC_VALUE_ENUM macroLars-Peter Clausen2014-04-141-5/+5
| * | ASoC: wm5102: Replace usage deprecated MUX/ENUM macrosLars-Peter Clausen2014-04-141-2/+2
| |/
* | ASoC: codec: fix the sparse check warnings.Xiubo Li2014-04-141-1/+1
* | ASoC: wm5102: Remove the set_cache_io() entirely from ASoC probe.Xiubo Li2014-04-141-4/+8
|/
* Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown2014-03-131-3/+1Star
|\
| * ASoC: io: New signature for snd_soc_codec_set_cache_io()Xiubo Li2014-03-111-3/+1Star
* | ASoC: wm{5102, 5110, 8997}: Replace codec->control_data with arizona->regmapLars-Peter Clausen2014-03-041-1/+1
* | ASoC: wm5102: Use ARRAY_SIZE() for SOC_VALUE_ENUM_SINGLE()Takashi Iwai2014-02-231-3/+6
* | ASoC: wm5102: Correct typo in EQ coefficient sizesCharles Keepax2014-02-031-4/+4
* | ASoC: wm5102: Improve EQ coefficient controlsCharles Keepax2014-02-031-9/+8Star
|/
* ASoC: wm5102: Use async writesMark Brown2013-12-171-2/+2
* ASoC: arizona: Fix typo in name of EQ coefficient controlsRichard Fitzgerald2013-11-131-4/+4
* ASoC: wm5102: Add inputs for noise and mic mixersMark Brown2013-08-191-3/+3
* ASoC: arizona: Add widget<->mux route into mux route macroCharles Keepax2013-08-121-29/+12Star
* ASoC: arizona: Add signal activity output for DRCCharles Keepax2013-07-151-0/+6
* Merge remote-tracking branch 'asoc/topic/arizona' into asoc-nextMark Brown2013-06-171-1/+204
|\
| * ASoC: wm5102: Expose controls for DRECharles Keepax2013-06-121-0/+13