summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-topology.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: topology: Correct error handling in soc_tplg_dapm_widget_create()Peter Ujfalusi2022-04-041-2/+2
* ASoC: topology: Optimize soc_tplg_dapm_graph_elems_load behaviorAmadeusz Sławiński2022-01-241-42/+14
* ASoC: topology: Allow TLV control to be either read or writeAmadeusz Sławiński2022-01-241-1/+2
* ASoC: topology: Remove superfluous error printsAmadeusz Sławiński2022-01-241-33/+11
* ASoC: topology: Fix typoQinghua Jin2022-01-061-1/+1
* ASoC: topology: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai2021-11-161-0/+3
* ASoC: topology: Change topology device to card deviceAmadeusz Sławiński2021-10-291-3/+3
* ASoC: topology: Use correct device for printsAmadeusz Sławiński2021-10-291-1/+1
* ASoC: topology: Check for dapm widget completenessAmadeusz Sławiński2021-10-291-0/+17
* ASoC: topology: Add header payload_size verificationCezary Rojewski2021-10-291-0/+9
* 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