summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-topology.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'asoc-5.11' into asoc-5.12Mark Brown2021-02-051-5/+6
|\
| * Merge series "Add KUNIT tests for ASoC topology" from Amadeusz Sławiński<am...Mark Brown2021-01-211-4/+5
| |\
| | * ASoC: topology: Properly unregister DAI on removalAmadeusz Sławiński2021-01-201-4/+5
| * | ASoC: topology: Fix memory corruption in soc_tplg_denum_create_values()Dan Carpenter2021-01-201-1/+1
| |/
* | Merge series "Add sanity checks for topology API calls" from Amadeusz Sławi...Mark Brown2021-01-211-7/+15
|\ \
| * | ASoC: topology: Check if ops is set before dereferenceAmadeusz Sławiński2021-01-211-5/+7
| * | ASoC: topology: Ensure that needed parameters are setAmadeusz Sławiński2021-01-211-2/+8
| |/
* / ASoC: sync parameter naming : rate / sample_bitsKuninori Morimoto2021-01-211-4/+4
|/
* ASoC: topology: Fix wrong size checkAmadeusz Sławiński2020-12-111-2/+8
* ASoC: topology: Add missing size checkAmadeusz Sławiński2020-12-111-0/+3
* ASoC: topology: use inclusive language for bclk and fsyncPierre-Louis Bossart2020-11-131-12/+12
* ASoC: topology: Simplify remove_widget functionAmadeusz Sławiński2020-11-041-20/+2
* ASoC: topology: Remove empty functionsAmadeusz Sławiński2020-11-041-44/+0
* ASoC: topology: Change allocations to resource managedAmadeusz Sławiński2020-11-041-131/+40
* ASoC: topology: Unify all device referencesAmadeusz Sławiński2020-11-041-5/+5
* ASoC: topology: Remove multistep topology loadingAmadeusz Sławiński2020-11-041-15/+3
* ASoC: topology: Remove unused functions from topology APIAmadeusz Sławiński2020-11-041-36/+1
* Merge tag 'v5.9-rc5' into asoc-5.10Mark Brown2020-10-061-2/+2
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* | Merge branch 'asoc-5.9' into asoc-5.10Mark Brown2020-09-171-0/+11
|\ \
| * | ASoC: topology: disable size checks for bytes_ext controls if neededPierre-Louis Bossart2020-09-171-0/+11
| |/
* / ASoC: topology: Add support for WO and RO TLV byte kcontrolsDharageswari R2020-09-081-3/+4
|/
* ASoC: topology: add more logs when topology load fails.Pierre-Louis Bossart2020-07-081-3/+10
* ASoC: topology: factor kfree(se) in error handlingPierre-Louis Bossart2020-07-081-6/+3
* ASoC: topology: use break on errors, not continuePierre-Louis Bossart2020-07-081-25/+28
* ASoC: topology: fix tlvs in error handling for widget_dmixerPierre-Louis Bossart2020-07-081-1/+1
* ASoC: topology: fix kernel oops on route addition errorPierre-Louis Bossart2020-07-081-5/+17
* ASoC: soc-topology: use devm_snd_soc_register_dai()Pierre-Louis Bossart2020-06-151-2/+1
* ASoC: topology: remove the redundant pass checksKeyon Jie2020-05-291-44/+2
* ASoC: topology: refine and log the header in the correct passKeyon Jie2020-05-291-14/+36
* Merge series "Add support for SOF on i.MX8M" from Daniel Baluta <daniel.balut...Mark Brown2020-04-161-1/+1
|\
| * ASoC: topology: Fix endianness issueAmadeusz Sławiński2020-04-151-1/+1
* | ASoC: topology: Remove unneeded semicolonAmadeusz Sławiński2020-04-151-1/+1
|/
* ASoC: topology: Check return value of soc_tplg_dai_configAmadeusz Sławiński2020-04-091-2/+7
* ASoC: topology: Check return value of pcm_new_verAmadeusz Sławiński2020-04-091-1/+3
* ASoC: topology: Check soc_tplg_add_route return valueAmadeusz Sławiński2020-04-091-1/+3
* ASoC: topology: Check return value of soc_tplg_*_createAmadeusz Sławiński2020-04-091-6/+12
* ASoC: topology: Check return value of soc_tplg_create_tlvAmadeusz Sławiński2020-04-091-2/+14
* ASoC: topology: Add missing memory checksAmadeusz Sławiński2020-04-091-13/+49
* ASoC: topology: use name_prefix for new kcontrol이경택2020-04-011-1/+1
* Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-03-131-9/+13
|\
| * ASoC: topology: Perform component check upfrontAmadeusz Sławiński2020-03-121-9/+13
* | ASoC: soc-dapm: add for_each_card_widgets() macroKuninori Morimoto2020-03-101-1/+1
* | Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-02-241-7/+10
|\|
| * ASoC: topology: Fix memleak in soc_tplg_manifest_load()Dragos Tarcatu2020-02-191-6/+6
| * ASoC: topology: Fix memleak in soc_tplg_link_elems_load()Dragos Tarcatu2020-02-191-1/+4
* | Merge branch 'asoc-5.6' into asoc-nextMark Brown2020-01-231-22/+66
|\|
| * ASoC: soc-topology: fix endianness issuesPierre-Louis Bossart2020-01-031-20/+22
| * Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-12-251-1/+0
| |\
| * | ASoC: topology: Prevent use-after-free in snd_soc_get_pcm_runtime()Dragos Tarcatu2019-12-181-4/+4