summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* 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: rt286: Make RT286_SET_GPIO_* readable and writableDavid Ward2021-04-191-0/+3
| * ASoC: rt286: Fix upper byte in DMIC2 configurationDavid Ward2021-04-191-1/+1
* | 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
| |/ /
* | | ASoC: simple-card-utils: Increase maximum number of links to 128Thierry Reding2021-04-162-4/+4
* | | ASoC: simple-card-utils: Propagate errors on too many linksThierry Reding2021-04-162-15/+21
* | | ASoC: core: Don't set platform name when of_node is setDaniel Baluta2021-04-161-1/+5
|/ /
* | ASoC: SOF: use current DAI config during resumeRanjani Sridharan2021-04-151-1/+1
* | Merge series "ASoC: simple-card/audio-graph: adjust to multi CPU/Codec" from ...Mark Brown2021-04-152-46/+47
|\ \
| * | ASoC: audio-graph: use simple_props_to_xxx() macroKuninori Morimoto2021-04-151-5/+5
| * | ASoC: audio-graph: use asoc_link_to_xxx() macroKuninori Morimoto2021-04-151-15/+18