summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-topology.c
Commit message (Expand)AuthorAgeFilesLines
...
* ASoC: topology: handle endianness warningPierre-Louis Bossart2021-10-271-1/+1
* ASoC: topology: change the complete op in snd_soc_tplg_ops to return intRanjani Sridharan2021-10-011-4/+6
* ASoC: soc-topology: Move template info print soc_tplg_dapm_widget_create()Peter Ujfalusi2021-09-131-4/+2
* ASoC: soc-topology: cleanup cppcheck warning at snd_soc_find_dai_link()Kuninori Morimoto2021-08-021-2/+1
* ASoC: soc-topology: cleanup cppcheck warning at soc_tplg_kcontrol_elems_load()Kuninori Morimoto2021-08-021-3/+1
* ASoC: soc-topology: cleanup cppcheck warning at soc_tplg_dapm_widget_elems_lo...Kuninori Morimoto2021-08-021-3/+4
* ASoC: soc-topology: cleanup cppcheck warning at soc_tplg_dai_elems_load()Kuninori Morimoto2021-08-021-3/+4
* ASoC: soc-topology: cleanup cppcheck warning at soc_tplg_process_headers()Kuninori Morimoto2021-08-021-1/+1
* Merge series "ASoC: tlv320aic32x4: Add support for TAS2505" from Claudius Hei...Mark Brown2021-06-231-3/+3
|\
| * ASoC: topology: Fix spelling mistake "vesion" -> "version"Colin Ian King2021-06-011-3/+3
* | ASoC: topology: Fix using uninitialized pointerJaska Uimonen2021-05-201-1/+1
* | ASoC: topology: Add support for multiple kcontrol types to a widgetJaska Uimonen2021-05-141-243/+223
|/
* ASoC: soc-topology: clarify expressionPierre-Louis Bossart2021-03-101-8/+8
* 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