summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rockchip: pdm: use pm_runtime_resume_and_get()Pierre-Louis Bossart2022-06-271-4/+2
* ASoC: img: img-i2s-out: use pm_runtime_resume_and_get()Pierre-Louis Bossart2022-06-271-8/+4
* ASoC: fsl: fsl_sai: use pm_runtime_resume_and_get()Pierre-Louis Bossart2022-06-271-4/+2
* ASoC: rockchip: i2s_tdm: use pm_runtime_resume_and_get()Pierre-Louis Bossart2022-06-271-4/+2
* ASoC: wsa881x: use pm_runtime_resume_and_get()Pierre-Louis Bossart2022-06-271-4/+2
* ASoC: wcd-mbhc-v2: use pm_runtime_resume_and_get()Pierre-Louis Bossart2022-06-271-6/+4
* ASoC: Intel: skylake: skl-pcm: use pm_runtime_resume_and_get()Pierre-Louis Bossart2022-06-271-1/+4
* ASoC: Intel: catpt: use pm_runtime_resume_and_get()Pierre-Louis Bossart2022-06-272-7/+23
* ASoC: cs35l41: Add support for CLSA3541 ACPI device IDCristian Ciocaltea2022-06-241-0/+1
* ASoC: rockchip: i2s: Fix missing error code in rockchip_i2s_probe()Jiapeng Chong2022-06-241-0/+1
* ASoC: Intel: haswell and broadwell boards updateMark Brown2022-06-247-547/+462
|\
| * ASoC: Intel: bdw_rt286: Remove FE DAI opsCezary Rojewski2022-06-231-25/+0
| * ASoC: Intel: bdw_rt286: Improve codec_init() qualityCezary Rojewski2022-06-231-4/+3
| * ASoC: Intel: bdw_rt286: Improve hw_params() debug-abilityCezary Rojewski2022-06-231-1/+1
| * ASoC: Intel: bdw_rt286: Improve probe() function qualityCezary Rojewski2022-06-231-12/+11
| * ASoC: Intel: bdw_rt286: Update file commentsCezary Rojewski2022-06-232-17/+8
| * ASoC: Intel: bdw_rt286: Update code indentationCezary Rojewski2022-06-231-51/+28
| * ASoC: Intel: bdw_rt286: Reword driver nameCezary Rojewski2022-06-232-3/+3
| * ASoC: Intel: bdw_rt286: Reword prefixes of all driver membersCezary Rojewski2022-06-231-51/+51
| * ASoC: Intel: Rename broadwell source file to bdw_rt286Cezary Rojewski2022-06-232-1/+1
| * ASoC: Intel: hsw_rt5640: Improve hw_params() debug-abilityCezary Rojewski2022-06-231-1/+1
| * ASoC: Intel: hsw_rt5640: Improve probe() function qualityCezary Rojewski2022-06-231-3/+4
| * ASoC: Intel: hsw_rt5640: Update file commentsCezary Rojewski2022-06-232-11/+7
| * ASoC: Intel: hsw_rt5640: Update code indentationCezary Rojewski2022-06-231-41/+18
| * ASoC: Intel: hsw_rt5640: Reword driver nameCezary Rojewski2022-06-232-4/+4
| * ASoC: Intel: hsw_rt5640: Reword prefixes of all driver membersCezary Rojewski2022-06-231-23/+23
| * ASoC: Intel: Rename haswell source file to hsw_rt5640Cezary Rojewski2022-06-232-1/+1
* | ASoC: dapm: Move stereo autodisable checkCharles Keepax2022-06-231-5/+5
* | ASoC: topology: KUnit: Followup prototype change of snd_soc_unregister_card()Uwe Kleine-König2022-06-231-20/+10
|/
* ASoC: rockchip: i2s: switch BCLK to GPIOMark Brown2022-06-221-45/+35
|\
| * ASoC: rockchip: i2s: switch BCLK to GPIOJudy Hsiao2022-06-211-46/+123
* | Add MT8186 ADSP dt-bindingMark Brown2022-06-221-2/+2
|\ \
| * | ASoC: SOF: mediatek: Align mt8186 clock names with dt-bindingsTinghan Shen2022-06-221-2/+2
* | | ASoC: rockchip: i2s: Fix crash on missing pinctrlChen-Yu Tsai2022-06-221-15/+14
* | | ASoC: amd: acp: Fix error handling in .remove()Uwe Kleine-König2022-06-221-8/+2
* | | ASoC: core: Make snd_soc_unregister_card() return voidUwe Kleine-König2022-06-224-10/+7
|/ /
* | ASoC: Merge fixesMark Brown2022-06-2212-122/+263
|\ \ | |/ |/|
| * ASoC: rt711-sdca: fix kernel NULL pointer dereference when IO errorShuming Fan2022-06-211-2/+2
| * ASoC: cs35l41: Correct some control namesCharles Keepax2022-06-211-6/+6
| * ASoC: wm5110: Fix DRE controlCharles Keepax2022-06-211-2/+6
| * ASoC: wm_adsp: Fix event for preloaderCharles Keepax2022-06-211-1/+1
| * ASoC: rockchip: i2s: switch BCLK to GPIOJudy Hsiao2022-06-201-31/+129
| * ASoC: SOF: Intel: fix resume from hibernateMark Brown2022-06-183-2/+24
| |\
| | * ASoC: SOF: Intel: disable IMR boot when resuming from ACPI S4 and S5 statesPierre-Louis Bossart2022-06-171-1/+2
| | * ASoC: SOF: pm: add definitions for S4 and S5 statesPierre-Louis Bossart2022-06-172-0/+11
| | * ASoC: SOF: pm: add explicit behavior for ACPI S1 and S2Pierre-Louis Bossart2022-06-171-1/+11
| * | ASoC: SOF: Intel: hda: Fix compressed stream position trackingPeter Ujfalusi2022-06-173-77/+94
| |/
| * ASoC: SOF: mediatek: Fix error code in probeDan Carpenter2022-06-151-1/+1
* | ASoC: fsl_asrc_dma: Use dmaengine_terminate_async()Sascha Hauer2022-06-201-2/+2
* | ASoC: SOF/soundwire: use resume_and_get on component probeMark Brown2022-06-189-1/+87
|\ \