summaryrefslogtreecommitdiff
path: root/sound/soc/soc-topology.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: topology: Fix endianness issueAmadeusz 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
| * | Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-12-101-7/+20
| |\ \
| * | | ASoC: soc-core: rename snd_soc_remove_dai_link() to snd_soc_remove_pcm_runtime()Kuninori Morimoto2019-12-101-1/+3
| * | | ASoC: soc-core: rename snd_soc_add_dai_link() to snd_soc_add_pcm_runtime()Kuninori Morimoto2019-12-101-1/+1
| * | | ASoC: soc-core: move snd_soc_find_dai_link()Kuninori Morimoto2019-12-101-0/+41
* | | | ASoC: topology: fix soc_tplg_fe_link_create() - link->dobj initialization orderJaroslav Kysela2020-01-231-3/+4
| |_|/ |/| |
* | | ASoC: topology: Prevent use-after-free in snd_soc_get_pcm_runtime()Dragos Tarcatu2019-12-241-3/+3
| |/ |/|
* | ASoC: topology: Check return value for soc_tplg_pcm_create()Dragos Tarcatu2019-12-101-1/+7
* | ASoC: topology: Check return value for snd_soc_add_dai_link()Dragos Tarcatu2019-12-101-6/+13
|/
* ASoC: soc-core: don't call snd_soc_dapm_new_dai_widgets() at snd_soc_register...Kuninori Morimoto2019-11-051-1/+16
* ASoC: soc-core: have legacy_dai_naming at snd_soc_register_dai()Kuninori Morimoto2019-11-051-1/+1
* Merge branch 'asoc-5.4' into asoc-5.5Mark Brown2019-10-021-1/+1
|\
| * ASoC: topology: Fix a signedness bug in soc_tplg_dapm_widget_create()Dan Carpenter2019-09-261-1/+1
* | Merge branch 'asoc-5.4' into asoc-nextMark Brown2019-09-091-1/+1
|\ \ | |/
| * ASoC: soc-topology: use for_each_component_dais() at remove_dai()Kuninori Morimoto2019-08-221-1/+1
* | ASoC: dapm: Expose snd_soc_dapm_new_control_unlocked properlyAmadeusz Sławiński2019-08-271-6/+0
|/
* ASoC: topology: fix memory leaks on sm, se and sbeColin Ian King2019-06-281-3/+3
* ASoC: topology: Consolidate and fix asoc_tplg_dapm_widget_*_create flowAmadeusz Sławiński2019-06-251-42/+35
* ASoC: topology: Consolidate how dtexts and dvalues are freedAmadeusz Sławiński2019-06-251-17/+24
* ASoC: soc-topology: fix modern dai link stylePierre-Louis Bossart2019-06-131-2/+6
* ASoC: soc-topology: use modern dai_link styleKuninori Morimoto2019-06-061-6/+16
* Merge branch 'asoc-5.1' into asoc-5.2Mark Brown2019-04-261-3/+4
|\
| * ASoC: topology: Use the correct dobj to free enum control values and textsRanjani Sridharan2019-04-081-3/+4
* | ASoC: topology: fix big-endian checkPierre-Louis Bossart2019-04-051-1/+3
* | ASoC: topology: fix endianness issuesPierre-Louis Bossart2019-04-051-121/+170
* | ASoC: topology: Align tplg pointer increment across all kcontrolsLiam Girdwood2019-04-021-8/+9
* | ASoC: topology: free link string in errorBard liao2019-03-191-0/+3
* | ASoC: topology: free stream_name of dai_drvBard liao2019-03-191-0/+5
* | ASoC: topology: create tlv before soc_tplg_init_kcontrolBard liao2019-03-151-6/+8
|/
* Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-02-181-1/+7
|\
| * ASoC: topology: free created components in tplg load errorBard liao2019-02-181-1/+7
* | Merge branch 'asoc-5.0' into asoc-5.1 for dapm tableMark Brown2019-02-061-0/+5
|\ \ | |/
| * ASoC: topology: fix oops/use-after-free case with dai driverGuennadi Liakhovetski2019-02-021-0/+5