summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs (follow)
Commit message (Expand)AuthorAgeFilesLines
*-----. Merge remote-tracking branches 'asoc/topic/adau1977', 'asoc/topic/adav80x', '...Mark Brown2015-06-0510-530/+987
|\ \ \ \
| | | * | ASoC: arizona: Add DVFS handling for sample rate controlRichard Fitzgerald2015-06-021-1/+18
| | | * | ASoC: wm_adsp: Move DVFS control into codec driverRichard Fitzgerald2015-06-024-83/+54
| | | * | ASoC: arizona: Export functions to control subsystem DVFSRichard Fitzgerald2015-06-024-7/+157
| | | * | Merge branch 'topic/adsp' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2015-06-023-446/+763
| | | |\ \
| | | | * | ASoC: wm_adsp: Dump scratch registers on DSP shutdownRichard Fitzgerald2015-05-291-0/+27
| | | | * | ASoC: wm_adsp: Add support for DSP control flagsCharles Keepax2015-04-272-8/+40
| | | | * | ASoC: wm_adsp: Use __leXX for little endian dataCharles Keepax2015-04-271-3/+3
| | | | * | ASoC: wm_adsp: Warn that firmware file format 0 is depreciatedCharles Keepax2015-04-271-0/+3
| | | | * | ASoC: wm_adsp: Add support for rev 2 firmware file formatCharles Keepax2015-04-271-18/+119
| | | | * | ASoC: wm_adsp: Add basic support for rev 1 firmware file formatCharles Keepax2015-04-273-49/+226
| | | | * | ASoC: wm_adsp: Group all the ALSA control functions togetherCharles Keepax2015-04-271-140/+140
| | | | * | ASoC: wm_adsp: Remove private field from wm_coeff_ctlCharles Keepax2015-04-271-1/+0
| | | | * | ASoC: wm_adsp: Factor out creation of alg_regionsCharles Keepax2015-04-271-70/+64
| | | | * | ASoC: wm_adsp: Clean up low level control read/write functionsCharles Keepax2015-04-271-7/+5
| | | | * | ASoC: wm_adsp: Move temporary control name to the stackCharles Keepax2015-04-271-17/+6
| | | | * | ASoC: wm_adsp: Limit firmware control name to ALSA control name sizeCharles Keepax2015-04-271-2/+2
| | | | * | ASoC: wm_adsp: Remove len field from wm_adsp_alg_regionCharles Keepax2015-04-272-28/+28
| | | | * | ASoC: wm_adsp: Improve variable namingCharles Keepax2015-04-273-182/+182
| | | | * | ASoC: wm_adsp: Split out adsp1 & 2 setup algorithmsCharles Keepax2015-04-271-251/+248
| | | | |/
| | | * / ASoC: arizona: Use auto disable muxes for routingCharles Keepax2015-05-061-2/+2
| | | |/
| | * / ASoC: adav80x: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen2015-05-041-4/+6
| | |/
| * / ASoC: adau1977: fix typo s/Substraction/Subtraction/Antonio Ospite2015-04-281-1/+1
| |/
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ad1836', 'asoc/...Mark Brown2015-06-058-55/+145
|\ \ \ \ \ \
| | | | | * | ASoC: adau17x1: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen2015-05-043-29/+26
| | | | | |/
| | | | * / ASoC: adau1701: add regulator consumer supportPascal Huerst2015-04-271-15/+110
| | | | |/
| | | * / ASoC: adau1977: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen2015-05-041-2/+3
| | | |/
| | * / ASoC: ad1836: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen2015-05-041-1/+1
| | |/
| * | ASoC: ac97: make selectable in configMaciej S. Szmigiero2015-05-221-2/+3
| * | ASoC: ac97: Remove rate constraintsMaciej S. Szmigiero2015-05-121-6/+2
| |/
* | Merge remote-tracking branch 'asoc/topic/rt5645' into asoc-nextMark Brown2015-06-052-262/+846
|\ \
| * | ASoC: rt5645: fix kernel hang when call rt5645_set_jack_detect()John Lin2015-05-191-1/+2
| * | ASoC: rt5645: fix jack type detect errorJohn Lin2015-05-121-15/+20
| * | ASoC: rt5645: fix IRQ error in jack detectionJohn Lin2015-05-121-14/+24
| * | ASoC: rt5645: remove unnecessary power in JD functionJohn Lin2015-05-121-11/+0
| * | ASoC: rt5645: improve headphone depop functionJohn Lin2015-05-121-78/+174
| * | ASoC: rt5645: remove unused field in pdataBard Liao2015-05-062-65/+61
| * | ASoC: rt5645: fix add missing widgetBard Liao2015-05-061-0/+2
| * | ASoC: rt5645: make volume TLV closer to realityBard Liao2015-05-011-6/+6
| * | ASoC: rt5645: add TDM slot control into dapm routeBard Liao2015-05-012-57/+299
| * | ASoC: rt5645: fix PLL source register definitionsBard Liao2015-05-011-7/+8
| * | ASoC: rt5645: remove RT5645_I2S_BCLK_MS1 controlBard Liao2015-05-012-7/+2
| * | ASoC: rt5645: fix wrong mask for button reportBard Liao2015-05-011-1/+2
| * | ASoC: rt5645: fix implicit declaration errorBard Liao2015-04-301-0/+2
| * | ASoC: rt5645: Adds push button support for rt5650Bard Liao2015-04-292-38/+236
| * | ASoC: rt5645: fixed section mismatchSudip Mukherjee2015-04-281-1/+1
| * | ASoC: rt5645: fixed kbuild errFang, Yang A2015-04-281-0/+1
| * | ASoC: rt5645: set platform data base on DMIFang, Yang A2015-04-271-1/+46
| * | Merge branch 'fix/rt5645' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2015-04-271-1/+12
| |\ \ | | |/ | |/|
* | | Merge remote-tracking branch 'asoc/topic/dapm' into asoc-nextMark Brown2015-06-05107-398/+278
|\ \ \