aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs
AgeCommit message (Expand)AuthorFilesLines
2017-07-17ASoC: msm8916-wcd-analog: constify snd_soc_dai_ops structureGustavo A. R. Silva1-1/+1
2017-07-17ASoC: rt5616: constify snd_soc_dai_ops structureGustavo A. R. Silva1-1/+1
2017-07-17ASoC: rt5663: constify snd_soc_dai_ops structureGustavo A. R. Silva1-1/+1
2017-07-17ASoC: cs42l42: constify snd_soc_dai_ops structureGustavo A. R. Silva1-1/+1
2017-07-17ASoC: tlv320aic32x4: Add gpio configuration to the codecDan Murphy2-0/+209
2017-07-17ASoC: tlv320aic32x4: Add support for tlv320aic32x6Dan Murphy2-0/+4
2017-07-17ASoC: rt5514: Support the DSP recording continuously after the hotwording triggeredoder_chiou@realtek.com2-70/+76
2017-07-17ASoC: sta32x: Remove unneeded gpiod NULL checkFabio Estevam1-2/+1
2017-07-17ASoC: cs53l30: Remove unneeded gpiod NULL checkFabio Estevam1-10/+5
2017-07-17ASoC: cs42l42: Remove unneeded gpiod NULL checkFabio Estevam1-6/+3
2017-07-17ASoC: cs35l34: Remove unneeded gpiod NULL checkFabio Estevam1-2/+1
2017-07-17ASoC: cs35l33: Remove unneeded gpiod NULL checkFabio Estevam1-8/+4
2017-07-17ASoC: wm8804: Remove unneeded gpiod NULL checkFabio Estevam1-2/+1
2017-07-17ASoC: adau1977: Remove unneeded gpiod NULL checkFabio Estevam1-4/+2
2017-07-17ASoC: rt5665: force using PLL if MCLK is not suitableBard Liao1-3/+6
2017-07-17ASoC: twl6040: fix error return code in twl6040_probe()Gustavo A. R. Silva1-2/+2
2017-07-17ASoC: rt5663: Add the manual offset field to compensate the DC offsetoder_chiou@realtek.com2-5/+52
2017-07-17ASoC: rt5663: add in missing loop counter to avoid infinite loopColin Ian King1-1/+1
2017-07-17ASoC: rt5663: Modify the power sequence for reducing the pop soundoder_chiou@realtek.com1-7/+29
2017-07-17ASoC: rt5663: Optimize the Jack Type detectionoder_chiou@realtek.com1-9/+14
2017-07-17ASoC: rt5663: Update the calibration funcitonoder_chiou@realtek.com1-21/+79
2017-07-17ASoC: rt5514: Move the auto disable DSP function to set_bias_level()oder_chiou@realtek.com1-31/+18
2017-07-17ASoC: hdmi-codec: make const array hdmi_codec_eld_spk_alloc_bits staticColin Ian King1-1/+1
2017-07-17ASoC: hdmi-codec: ELD control corresponds to the PCM streamKuninori Morimoto1-15/+16
2017-07-10ASoC: rt5663: Update the HW default values based on the shipping versionoder_chiou@realtek.com1-9/+9
2017-07-03Merge remote-tracking branch 'asoc/topic/zx-aud96p22' into asoc-nextMark Brown3-0/+410
2017-07-03Merge remote-tracking branches 'asoc/topic/stm32', 'asoc/topic/sunxi', 'asoc/topic/tlv320dac31xx', 'asoc/topic/topology' and 'asoc/topic/wm-adsp' into asoc-nextMark Brown2-5/+3
2017-07-03Merge remote-tracking branches 'asoc/topic/samsung', 'asoc/topic/sgtl5000' and 'asoc/topic/sh' into asoc-nextMark Brown1-0/+89
2017-07-03Merge remote-tracking branches 'asoc/topic/rt5614', 'asoc/topic/rt5645', 'asoc/topic/rt5651', 'asoc/topic/rt5665' and 'asoc/topic/rt5670' into asoc-nextMark Brown5-152/+161
2017-07-03Merge remote-tracking branches 'asoc/topic/omap', 'asoc/topic/pxa', 'asoc/topic/rockchip' and 'asoc/topic/rt5514' into asoc-nextMark Brown2-2/+37
2017-07-03Merge remote-tracking branches 'asoc/topic/msm8916', 'asoc/topic/mtk', 'asoc/topic/nau8824', 'asoc/topic/nau8825' and 'asoc/topic/of-graph' into asoc-nextMark Brown5-17/+130
2017-07-03Merge remote-tracking branches 'asoc/topic/fsl', 'asoc/topic/hdmi', 'asoc/topic/hisi' and 'asoc/topic/max9867' into asoc-nextMark Brown2-82/+12
2017-07-03Merge remote-tracking branches 'asoc/topic/davinci', 'asoc/topic/drm', 'asoc/topic/dwc' and 'asoc/topic/es8316' into asoc-nextMark Brown4-0/+773
2017-07-03Merge remote-tracking branches 'asoc/topic/cs4271', 'asoc/topic/cs53l30', 'asoc/topic/da7213' and 'asoc/topic/da7218' into asoc-nextMark Brown4-22/+21
2017-07-03Merge remote-tracking branches 'asoc/topic/ak4613', 'asoc/topic/ak4642', 'asoc/topic/atmel', 'asoc/topic/cs35l34' and 'asoc/topic/cs35l35' into asoc-nextMark Brown5-20/+171
2017-07-03Merge remote-tracking branch 'asoc/topic/intel' into asoc-nextMark Brown2-25/+16
2017-07-03Merge remote-tracking branches 'asoc/fix/rockchip', 'asoc/fix/rt5645', 'asoc/fix/rt5663', 'asoc/fix/rt5670' and 'asoc/fix/zte' into asoc-linusMark Brown4-4/+10
2017-07-03Merge remote-tracking branches 'asoc/fix/ak4613', 'asoc/fix/atmel', 'asoc/fix/compress', 'asoc/fix/cs35l35' and 'asoc/fix/da7219' into asoc-linusMark Brown5-27/+74
2017-06-30ASoC: rt5645: Add quirk override by module optionTakashi Iwai1-0/+20
2017-06-30ASoC: rt5665: calibration should be done before jack detectionBard Liao1-0/+7
2017-06-30ASoC: nau8825: change crosstalk-bypass property to bool typeJohn Hsu1-4/+2
2017-06-30ASoC: rt5670: fix incompatible pointer type of set_sysclkBard Liao1-1/+1
2017-06-30ASoC: ak4642: make arrays fs_list and ps_list static constColin Ian King1-2/+2
2017-06-28ASoC: rt5645: enable speaker protection featuresBard Liao1-1/+3
2017-06-28ASoC: rt5651: remove unexisting MuxesBard Liao1-43/+1
2017-06-28ASoC: rt5670: move set_sysclk to codec levelBard Liao1-5/+4
2017-06-28ASoC: rt5670: remove duplicate route.Bard Liao1-2/+0
2017-06-28ASoC: rt5670: fix wrong audio routeBard Liao1-3/+2
2017-06-28ASoC: nau8825: debug message of crosstalk bypassJohn Hsu1-0/+2
2017-06-28ASoC: codecs: rt5670: fix jd mode for Lenovo Miix 2 10Pierre-Louis Bossart1-0/+9