summaryrefslogtreecommitdiff
path: root/sound/soc/soc-topology.c
AgeCommit message (Expand)Author
2020-07-29ASoC: topology: fix tlvs in error handling for widget_dmixerPierre-Louis Bossart
2020-07-29ASoC: topology: fix kernel oops on route addition errorPierre-Louis Bossart
2020-05-10ASoC: topology: Fix endianness issueAmadeusz Sławiński
2020-05-10ASoC: topology: Check return value of soc_tplg_dai_configAmadeusz Sławiński
2020-05-10ASoC: topology: Check return value of pcm_new_verAmadeusz Sławiński
2020-05-10ASoC: topology: Check soc_tplg_add_route return valueAmadeusz Sławiński
2020-05-10ASoC: topology: Check return value of soc_tplg_*_createAmadeusz Sławiński
2020-05-10ASoC: topology: Check return value of soc_tplg_create_tlvAmadeusz Sławiński
2020-04-17ASoC: topology: use name_prefix for new kcontrol이경택
2020-03-12ASoC: topology: Fix memleak in soc_tplg_manifest_load()Dragos Tarcatu
2020-03-12ASoC: topology: Fix memleak in soc_tplg_link_elems_load()Dragos Tarcatu
2020-02-24ASoC: soc-topology: fix endianness issuesPierre-Louis Bossart
2020-02-05ASoC: topology: fix soc_tplg_fe_link_create() - link->dobj initialization orderJaroslav Kysela
2020-02-01ASoC: topology: Prevent use-after-free in snd_soc_get_pcm_runtime()Dragos Tarcatu
2020-01-12ASoC: topology: Check return value for soc_tplg_pcm_create()Dragos Tarcatu
2020-01-12ASoC: topology: Check return value for snd_soc_add_dai_link()Dragos Tarcatu
2019-10-21Merge tag 'asoc-fix-v5.4-rc4' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai
2019-09-26ASoC: topology: Fix a signedness bug in soc_tplg_dapm_widget_create()Dan Carpenter
2019-09-09Merge branch 'asoc-5.4' into asoc-nextMark Brown
2019-08-27ASoC: dapm: Expose snd_soc_dapm_new_control_unlocked properlyAmadeusz Sławiński
2019-08-22ASoC: soc-topology: use for_each_component_dais() at remove_dai()Kuninori Morimoto
2019-06-28ASoC: topology: fix memory leaks on sm, se and sbeColin Ian King
2019-06-25ASoC: topology: Consolidate and fix asoc_tplg_dapm_widget_*_create flowAmadeusz Sławiński
2019-06-25ASoC: topology: Consolidate how dtexts and dvalues are freedAmadeusz Sławiński
2019-06-13ASoC: soc-topology: fix modern dai link stylePierre-Louis Bossart
2019-06-06ASoC: soc-topology: use modern dai_link styleKuninori Morimoto
2019-04-26Merge branch 'asoc-5.1' into asoc-5.2Mark Brown
2019-04-08ASoC: topology: Use the correct dobj to free enum control values and textsRanjani Sridharan
2019-04-05ASoC: topology: fix big-endian checkPierre-Louis Bossart
2019-04-05ASoC: topology: fix endianness issuesPierre-Louis Bossart
2019-04-02ASoC: topology: Align tplg pointer increment across all kcontrolsLiam Girdwood
2019-03-19ASoC: topology: free link string in errorBard liao
2019-03-19ASoC: topology: free stream_name of dai_drvBard liao
2019-03-15ASoC: topology: create tlv before soc_tplg_init_kcontrolBard liao
2019-02-18Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown
2019-02-18ASoC: topology: free created components in tplg load errorBard liao
2019-02-06Merge branch 'asoc-5.0' into asoc-5.1 for dapm tableMark Brown
2019-02-04ASoC: topology: unload physical dai link in removeBard liao
2019-02-02ASoC: topology: fix oops/use-after-free case with dai driverGuennadi Liakhovetski
2019-01-29ASoC: topology: modify dapm route loading routine and add dapm route unloadingRanjani Sridharan
2019-01-29ASoC: topology: fix memory leak in soc_tplg_dapm_widget_createBard liao
2019-01-29ASoC: topology: Fix memory leak from soc_tplg_denum_create_textsAmadeusz Sławiński
2019-01-29ASoC: topology: Remove widgets from dobj listAmadeusz Sławiński
2019-01-29ASoC: topology: Reduce number of dereferences when accessing dobjAmadeusz Sławiński
2018-10-05ASoC: topology: Use the standard fall-through annotationsTakashi Iwai
2018-09-05ASoC: dapm: Move error handling to snd_soc_dapm_new_control_unlockedCharles Keepax
2018-07-02ASoC: soc-topology: convert to SPDX identifiersKuninori Morimoto
2018-06-18ASoC: topology: Add callback for DAPM route load/unloadLiam Girdwood
2018-06-18ASoC: topology: Give more data to clients via callbacksLiam Girdwood
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook