summaryrefslogtreecommitdiffstats
path: root/sound/soc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-04-30293-3101/+15554
|\
| * Merge remote-tracking branch 'asoc/for-5.13' into asoc-nextMark Brown2021-04-23287-2699/+16936
| |\
| | * ASoC: simple-card: Fix breakage on kontron-sl28-var3-ads2Mark Brown2021-04-232-102/+106
| | * ASoC: rt711-sdca: add the notification when volume changedShuming Fan2021-04-231-2/+11
| | * ASoC: rt711-sdca: change capture switch controlsShuming Fan2021-04-232-43/+127
| | * ASoC: da7219: properly get clk from the providerJerome Brunet2021-04-231-1/+4
| | * ASoC: lpass: use the clock provider APIJerome Brunet2021-04-232-13/+5
| | * ASoC: rt5682: clock driver must use the clock provider APIJerome Brunet2021-04-231-3/+3
| | * ASoC: wcd934x: use the clock provider APIJerome Brunet2021-04-231-2/+4
| | * ASoC: stm32: properly get clk from the providerJerome Brunet2021-04-231-1/+4
| | * ASoC: tegra: mark runtime-pm functions as __maybe_unusedArnd Bergmann2021-04-224-8/+8
| | * ASoC: audio-graph: tidyup graph_dai_link_of_dpcm()Kuninori Morimoto2021-04-211-16/+14
| | * ASoC: simple-card: add simple_link_init()Kuninori Morimoto2021-04-211-29/+30
| | * ASoC: simple-card: add simple_parse_node()Kuninori Morimoto2021-04-211-61/+58
| | * ASoC: audio-graph: add graph_link_init()Kuninori Morimoto2021-04-211-37/+33
| | * ASoC: audio-graph: add graph_parse_node()Kuninori Morimoto2021-04-211-59/+49
| | * Merge series "ASoC: audio-graph: cleanups" from Kuninori Morimoto <kuninori.m...Mark Brown2021-04-204-53/+35
| | |\
| | | * ASoC: audio-graph: remove Platform supportKuninori Morimoto2021-04-201-6/+0
| | | * ASoC: audio-graph: remove unused "node" from graph_parse_mclk_fs()Kuninori Morimoto2021-04-201-2/+0
| | | * ASoC: audio-graph: remove "audio-graph-card, " preix supportKuninori Morimoto2021-04-201-5/+0
| | | * ASoC: audio-graph: check ports if existsKuninori Morimoto2021-04-201-4/+6
| | | * ASoC: audio-graph: move audio_graph_remove() to simple-card-utils.cKuninori Morimoto2021-04-204-17/+10
| | | * ASoC: audio-graph: move audio_graph_card_probe() to simple-card-utils.cKuninori Morimoto2021-04-203-19/+19
| | * | ASoC: ak4458: enable daisy chainViorel Suman2021-04-202-16/+32
| | |/
| | * ASoC: simple-card-utils: Allocate link info structure on heapThierry Reding2021-04-202-17/+24
| | * ASoC: rt1015p: add support on format S32_LEJack Yu2021-04-201-1/+2
| | * Merge series "ASoC: rt286/rt298: Fixes for DMIC2 config and combo jack" from ...Mark Brown2021-04-192-15/+28
| | |\
| | | * ASoC: rt286: Generalize support for ALC3263 codecDavid Ward2021-04-191-10/+10
| | | * ASoC: rt298: Configure combo jack for headphonesDavid Ward2021-04-191-2/+7
| | | * ASoC: rt286: Configure combo jack for headphonesDavid Ward2021-04-191-2/+7
| | * | ASoC: sigmadsp: Disable cache mechanism for readbacksNiklas Carlsson2021-04-191-2/+16
| | * | Merge series "ASoC: remove more cppcheck warnings" from Pierre-Louis Bossart ...Mark Brown2021-04-194-10/+3
| | |\ \
| | | * | ASoC: codecs: rt5682: clarify expressionPierre-Louis Bossart2021-04-191-1/+1
| | | * | ASoC: codecs: lpass-rx-macro: remove useless returnPierre-Louis Bossart2021-04-191-2/+0
| | | * | ASoC: soc-core: fix always-false conditionPierre-Louis Bossart2021-04-191-5/+0
| | | * | ASoC: soc-core: fix signed/unsigned issuePierre-Louis Bossart2021-04-191-1/+1
| | | * | ASoC: soc-acpi: remove useless initializationPierre-Louis Bossart2021-04-191-1/+1
| | * | | ASoC: ak4458: check reset control statusViorel Suman2021-04-191-5/+16
| | |/ /
| | * | ASoC: rt715: remove kcontrols which no longer be usedJack Yu2021-04-162-68/+36
| | * | ASoC: rt715: add main capture switch and main capture volumeJack Yu2021-04-162-0/+258
| | * | ASoC: rt715: modification for code simplicityJack Yu2021-04-161-4/+4
| | * | Merge series "ASoC: Intel: add new TGL/ADL configurations" from Pierre-Louis ...Mark Brown2021-04-162-0/+234
| | |\ \
| | | * | ASoC: Intel: sof_sdw: add quirk for new ADL-P RvpVamshi Krishna Gopal2021-04-161-0/+11
| | | * | ASoC: Intel: soc-acpi: add ADL jack-less SoundWire configurationsPierre-Louis Bossart2021-04-161-0/+38
| | | * | ASoC: Intel: soc-acpi: add ADL SoundWire base configurationsPierre-Louis Bossart2021-04-161-0/+185
| | * | | Merge series "ASoC: soc-pcm: ignore dummy-DAI at soc_pcm_params_symmetry()" f...Mark Brown2021-04-163-7/+15
| | |\ \ \
| | | * | | ASoC: soc-pcm: ignore dummy-DAI at soc_pcm_params_symmetry()Kuninori Morimoto2021-04-161-1/+2
| | | * | | ASoC: soc-utils: add snd_soc_component_is_dummy()Kuninori Morimoto2021-04-162-1/+7
| | | * | | ASoC: soc-pcm: indicate DAI name if soc_pcm_params_symmetry() failedKuninori Morimoto2021-04-161-2/+3
| | | * | | ASoC: soc-pcm: don't use "name" on __soc_pcm_params_symmetry() macroKuninori Morimoto2021-04-161-5/+5
| | | |/ /