summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ASoC: soc-component: add snd_soc_component_compr_set_params()Kuninori Morimoto2020-11-183-23/+25
* ASoC: soc-component: add snd_soc_component_compr_trigger()Kuninori Morimoto2020-11-183-24/+24
* ASoC: soc-component: add snd_soc_component_compr_free()Kuninori Morimoto2020-11-183-25/+24
* ASoC: soc-component: add snd_soc_component_compr_open()Kuninori Morimoto2020-11-183-29/+27
* ASoC: Fix 7/8 spaces indentation in KconfigGeert Uytterhoeven2020-11-175-19/+19
* ASoC: intel: SND_SOC_INTEL_KEEMBAY should depend on ARCH_KEEMBAYGeert Uytterhoeven2020-11-171-1/+1
* ASoC: fsl: SND_SOC_FSL_AUD2HTX should depend on ARCH_MXCGeert Uytterhoeven2020-11-171-0/+1
* ASoc: adi: Kconfig: Remove depends on for ADI reference designsBogdan Togorean2020-11-171-1/+0
* ASoC: adau1977: convert text binding to yaml formatAlexandru Ardelean2020-11-172-61/+92
* Merge series "ASoC: Intel: catpt: Offload fixes and code optimization" from C...Mark Brown2020-11-174-123/+74
|\
| * ASoC: Intel: catpt: Cleanup after power routines streamliningCezary Rojewski2020-11-162-50/+0
| * ASoC: Intel: catpt: Streamline power routines across LPT and WPTCezary Rojewski2020-11-163-16/+18
| * ASoC: Intel: catpt: Optimize applying user settingsCezary Rojewski2020-11-161-52/+52
| * ASoC: Intel: catpt: Correct clock selection for dai triggerCezary Rojewski2020-11-161-5/+2
| * ASoC: Intel: catpt: Skip position update for unprepared streamsCezary Rojewski2020-11-161-0/+2
* | Merge series "ASoC: pcm512x: Patch series to set fmt from `set_fmt()`" from K...Mark Brown2020-11-171-50/+84
|\ \
| * | ASoC: pcm512x: Add support for more data formatsKirill Marinushkin2020-11-161-0/+38
| * | ASoC: pcm512x: Move format check into `set_fmt()`Kirill Marinushkin2020-11-161-25/+30
| * | ASoC: pcm512x: Rearrange operations in `hw_params()`Kirill Marinushkin2020-11-161-29/+20
| * | ASoC: pcm512x: Fix not setting word length if DAIFMT_CBS_CFSKirill Marinushkin2020-11-161-7/+7
* | | ASoC: qcom: sc7180: Register shutdown handler for lpass platformV Sujith Kumar Reddy2020-11-163-0/+12
* | | ASoC: qcom: lpass-sc7180: Add 32 bit format support for captureV Sujith Kumar Reddy2020-11-161-1/+2
* | | ASoC: SOF: Intel: initial support for Alderlake-SKai Vehmanen2020-11-164-0/+54
* | | ASoC: meson: fix COMPILE_TEST errorJerome Brunet2020-11-161-1/+1
* | | ASoC: qcom: sc7180: initialize the "no_headphone" variableDan Carpenter2020-11-161-1/+1
|/ /
* | Merge series "ASoC: use inclusive language for bclk/fsync/topology" from Pier...Mark Brown2020-11-139-69/+89
|\ \
| * | ASoC: Intel: keembay: use inclusive language for bclk and fsyncPierre-Louis Bossart2020-11-132-15/+15
| * | ASoC: Intel: atom: use inclusive language for SSP bclk/fsyncPierre-Louis Bossart2020-11-132-8/+8
| * | ASoC: SOF: use inclusive language for bclk and fsyncPierre-Louis Bossart2020-11-132-14/+20
| * | ASoC: topology: use inclusive language for bclk and fsyncPierre-Louis Bossart2020-11-134-35/+49
* | | ASoC: rt5682: Add a new property to the device tree.Oder Chiou2020-11-131-0/+2
* | | ASoC: rt5682: Add a new property for the DMIC clock drivingOder Chiou2020-11-134-0/+23
|/ /
* | Merge series "ASoC: SOF: Kconfig corrections" from Pierre-Louis Bossart <pier...Mark Brown2020-11-123-58/+58
|\ \
| * | ASoC: SOF: Intel: fix Kconfig dependency for SND_INTEL_DSP_CONFIGPierre-Louis Bossart2020-11-121-1/+1
| * | ASoC: SOF: Intel: fix Kconfig punctuation and wordingRandy Dunlap2020-11-121-31/+31
| * | ASoC: SOF: Kconfig: fix Kconfig punctuation and wordingRandy Dunlap2020-11-121-21/+21
| * | ASoC: SOF: imx: fix Kconfig punctuationRandy Dunlap2020-11-121-5/+5
* | | Merge series "Support SC7180 sound card variation without headset" from xuyuq...Mark Brown2020-11-123-14/+77
|\ \ \
| * | | ASoC: qcom: sc7180: Modify machine driver for sound cardxuyuqing2020-11-122-13/+74
| * | | ASoC: google: dt-bindings: add new compatible for sc7180-coachzxuyuqing2020-11-121-1/+3
| |/ /
* | | Merge series "ASoC: soundwire: SDCA device quirk and cleanups" from Pierre-Lo...Mark Brown2020-11-128-13/+24
|\ \ \
| * | | ASoC: codecs: max98373-sdw: align regmap use with other codecsPierre-Louis Bossart2020-11-121-1/+1
| * | | ASoC: rt711: remove warningsPierre-Louis Bossart2020-11-121-7/+8
| * | | ASoC: codecs: rt*.c: remove useless pointer castPierre-Louis Bossart2020-11-125-5/+5
| * | | ASoC: Intel: sof_sdw: add quirk for new TigerLake-SDCA devicePierre-Louis Bossart2020-11-121-0/+10
| |/ /
* | | Merge series "ASoC: Fix error handling in wm899x" from Zhang Qilong <zhangqil...Mark Brown2020-11-121-0/+2
|\ \ \
| * | | ASoC: arizona: Fix a wrong free in wm8997_probeZhang Qilong2020-11-121-0/+2
| |/ /
* | | ASoC: imx-ssi: Remove unused driverFabio Estevam2020-11-123-658/+1
* | | ASoC: fsl: eukrea: Remove the SND_SOC_IMX_SSI selectionFabio Estevam2020-11-121-1/+0
* | | ASoC: imx-mc13783: Remove unused driverFabio Estevam2020-11-123-166/+0