summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ASoC: fsl-asoc-card: Add support for WM8958 codecShengjiu Wang2021-03-252-2/+17
* ASoC: max98373: Added controls for autorestart configRyan Lee2021-03-252-0/+17
* ASoC: rt1015: Add bclk detection and dc detectionJack Yu2021-03-252-1/+27
* Merge series "MFD/extcon/ASoC: Rework arizona codec jack-detect support" from...Mark Brown2021-03-248-359/+306
|\
| * ASoC: Intel: bytcr_wm5102: Add jack detect supportHans de Goede2021-03-241-1/+27
| * ASoC: arizona: Make the wm5102, wm5110, wm8997 and wm8998 drivers use the new...Hans de Goede2021-03-244-4/+43
| * ASoC: arizona-jack: Cleanup loggingHans de Goede2021-03-241-94/+51
| * ASoC: arizona-jack: Use snd_soc_jack to report jack eventsHans de Goede2021-03-242-109/+47
| * ASoC: arizona-jack: convert into a helper library for codec driversHans de Goede2021-03-243-68/+65
| * ASoC: arizona-jack: Use arizona->dev for runtime-pmHans de Goede2021-03-242-25/+18
| * ASoC: arizona-jack: Move jack-detect variables to struct arizona_privHans de Goede2021-03-242-68/+65
* | ASoC: fsl_micfil: Don't use devm_regmap_init_mmio_clkShengjiu Wang2021-03-241-5/+20
* | ASoC: fsl_audmix: Don't use devm_regmap_init_mmio_clkShengjiu Wang2021-03-241-2/+1
* | ASoC: fsl_easrc: Don't use devm_regmap_init_mmio_clkShengjiu Wang2021-03-241-2/+1
* | ASoC: fsl_asrc: Don't use devm_regmap_init_mmio_clkShengjiu Wang2021-03-241-13/+44
* | ASoC: fsl_spdif: Don't use devm_regmap_init_mmio_clkShengjiu Wang2021-03-241-2/+1
* | ASoC: fsl_esai: Don't use devm_regmap_init_mmio_clkShengjiu Wang2021-03-241-12/+36
|/
* Merge tag 'ib-mfd-extcon-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Mark Brown2021-03-231-0/+1819
|\
| * ASoC/extcon: arizona: Move arizona jack code to sound/soc/codecs/arizona-jack.cHans de Goede2021-03-181-0/+1819
* | ASoC: SOF: Intel: hda: drop display power on/off in D0i3 flowsKai Vehmanen2021-03-231-5/+0
* | ASoC: intel: sof_rt5682: use the topology mclkKeyon Jie2021-03-221-2/+14
* | ASoC: SOF: add a helper to get topology configured mclkKeyon Jie2021-03-221-0/+27
* | ASoC: fsl_sai: Don't use devm_regmap_init_mmio_clkShengjiu Wang2021-03-221-16/+32
* | ASoC: amd: Add support for RT5682 codec in machine driverVijendar Mukunda2021-03-222-17/+345
* | Merge series "ASoC: tidyup error message timing" from Kuninori Morimoto <kuni...Mark Brown2021-03-194-145/+107
|\ \
| * | ASoC: don't indicate error message for snd_soc_[pcm_]component_xxx()Kuninori Morimoto2021-03-192-8/+3
| * | ASoC: don't indicate error message for snd_soc_[pcm_]dai_xxx()Kuninori Morimoto2021-03-193-39/+11
| * | ASoC: soc-pcm: don't indicate error message for dpcm_be_dai_hw_free()Kuninori Morimoto2021-03-192-14/+5
| * | ASoC: soc-pcm: don't indicate error message for soc_pcm_hw_free()Kuninori Morimoto2021-03-191-4/+1
| * | ASoC: soc-pcm: indicate error message at dpcm_fe/be_dai_prepare()Kuninori Morimoto2021-03-191-0/+7
| * | ASoC: soc-pcm: indicate error message at dpcm_fe/be_dai_hw_params()Kuninori Morimoto2021-03-191-10/+14
| * | ASoC: soc-pcm: indicate error message at dpcm_fe/be_dai_startup()Kuninori Morimoto2021-03-191-6/+12
| * | ASoC: soc-pcm: indicate error message at dpcm_run_update_startup/shutdown()Kuninori Morimoto2021-03-191-7/+9
| * | ASoC: soc-pcm: indicate error message at dpcm_apply_symmetry()Kuninori Morimoto2021-03-191-6/+6
| * | ASoC: soc-pcm: indicate error message at dpcm_be_dai_trigger()Kuninori Morimoto2021-03-191-15/+15
| * | ASoC: soc-pcm: indicate error message at dpcm_path_get()Kuninori Morimoto2021-03-192-15/+8
| * | ASoC: soc-pcm: indicate error message at soc_pcm_prepare()Kuninori Morimoto2021-03-191-8/+6
| * | ASoC: soc-pcm: indicate error message at soc_pcm_hw_params()Kuninori Morimoto2021-03-191-8/+6
| * | ASoC: soc-pcm: indicate error message at soc_pcm_open()Kuninori Morimoto2021-03-191-5/+4
* | | ASoC: rt1019: make symbol 'rt1019_i2c_driver' staticWei Yongjun2021-03-191-1/+1
|/ /
* | Merge series "ASoC: codecs: remove cppcheck warnings" from Pierre-Louis Bossa...Mark Brown2021-03-1820-46/+32
|\ \
| * | ASoC: tscs454: remove useless test on PLL disablePierre-Louis Bossart2021-03-181-1/+6
| * | ASoC: tlv320dac33: clarify expressionPierre-Louis Bossart2021-03-181-1/+1
| * | ASoC: tas2770: remove useless initializationPierre-Louis Bossart2021-03-181-1/+1
| * | ASoC: tas2562: remove warning on return valuePierre-Louis Bossart2021-03-181-1/+1
| * | ASoC: tas2562: remove useless assignmentPierre-Louis Bossart2021-03-181-1/+0
| * | ASoC: sti-sas: remove unused struct membersPierre-Louis Bossart2021-03-181-3/+0
| * | ASoC: sigmadsp: align function prototypePierre-Louis Bossart2021-03-181-1/+1
| * | ASoC: pcm1681: remove useless assignmentPierre-Louis Bossart2021-03-181-1/+1
| * | ASoC: nau8825: remove useless assignmentPierre-Louis Bossart2021-03-181-1/+1