aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-topology.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-29ASoC: topology: remove the redundant pass checksKeyon Jie1-44/+2
2020-05-29ASoC: topology: refine and log the header in the correct passKeyon Jie1-14/+36
2020-04-16Merge series "Add support for SOF on i.MX8M" from Daniel Baluta <daniel.baluta@oss.nxp.com>Mark Brown1-1/+1
2020-04-15ASoC: topology: Remove unneeded semicolonAmadeusz Sławiński1-1/+1
2020-04-15ASoC: topology: Fix endianness issueAmadeusz Sławiński1-1/+1
2020-04-09ASoC: topology: Check return value of soc_tplg_dai_configAmadeusz Sławiński1-2/+7
2020-04-09ASoC: topology: Check return value of pcm_new_verAmadeusz Sławiński1-1/+3
2020-04-09ASoC: topology: Check soc_tplg_add_route return valueAmadeusz Sławiński1-1/+3
2020-04-09ASoC: topology: Check return value of soc_tplg_*_createAmadeusz Sławiński1-6/+12
2020-04-09ASoC: topology: Check return value of soc_tplg_create_tlvAmadeusz Sławiński1-2/+14
2020-04-09ASoC: topology: Add missing memory checksAmadeusz Sławiński1-13/+49
2020-04-01ASoC: topology: use name_prefix for new kcontrol이경택1-1/+1
2020-03-13Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.7Mark Brown1-9/+13
2020-03-12ASoC: topology: Perform component check upfrontAmadeusz Sławiński1-9/+13
2020-03-10ASoC: soc-dapm: add for_each_card_widgets() macroKuninori Morimoto1-1/+1
2020-02-24Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.7Mark Brown1-7/+10
2020-02-19ASoC: topology: Fix memleak in soc_tplg_manifest_load()Dragos Tarcatu1-6/+6
2020-02-19ASoC: topology: Fix memleak in soc_tplg_link_elems_load()Dragos Tarcatu1-1/+4
2020-01-23Merge branch 'asoc-5.6' into asoc-nextMark Brown1-22/+66
2020-01-23ASoC: topology: fix soc_tplg_fe_link_create() - link->dobj initialization orderJaroslav Kysela1-3/+4
2020-01-03ASoC: soc-topology: fix endianness issuesPierre-Louis Bossart1-20/+22
2019-12-25Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.6Mark Brown1-1/+0
2019-12-24ASoC: topology: Prevent use-after-free in snd_soc_get_pcm_runtime()Dragos Tarcatu1-3/+3
2019-12-18ASoC: topology: Prevent use-after-free in snd_soc_get_pcm_runtime()Dragos Tarcatu1-4/+4
2019-12-10Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.6Mark Brown1-7/+20
2019-12-10ASoC: soc-core: rename snd_soc_remove_dai_link() to snd_soc_remove_pcm_runtime()Kuninori Morimoto1-1/+3
2019-12-10ASoC: soc-core: rename snd_soc_add_dai_link() to snd_soc_add_pcm_runtime()Kuninori Morimoto1-1/+1
2019-12-10ASoC: soc-core: move snd_soc_find_dai_link()Kuninori Morimoto1-0/+41
2019-12-10ASoC: topology: Check return value for soc_tplg_pcm_create()Dragos Tarcatu1-1/+7
2019-12-10ASoC: topology: Check return value for snd_soc_add_dai_link()Dragos Tarcatu1-6/+13
2019-11-05ASoC: soc-core: don't call snd_soc_dapm_new_dai_widgets() at snd_soc_register_dai()Kuninori Morimoto1-1/+16
2019-11-05ASoC: soc-core: have legacy_dai_naming at snd_soc_register_dai()Kuninori Morimoto1-1/+1
2019-10-02Merge branch 'asoc-5.4' into asoc-5.5Mark Brown1-1/+1
2019-09-26ASoC: topology: Fix a signedness bug in soc_tplg_dapm_widget_create()Dan Carpenter1-1/+1
2019-09-09Merge branch 'asoc-5.4' into asoc-nextMark Brown1-1/+1
2019-08-27ASoC: dapm: Expose snd_soc_dapm_new_control_unlocked properlyAmadeusz Sławiński1-6/+0
2019-08-22ASoC: soc-topology: use for_each_component_dais() at remove_dai()Kuninori Morimoto1-1/+1
2019-06-28ASoC: topology: fix memory leaks on sm, se and sbeColin Ian King1-3/+3
2019-06-25ASoC: topology: Consolidate and fix asoc_tplg_dapm_widget_*_create flowAmadeusz Sławiński1-42/+35
2019-06-25ASoC: topology: Consolidate how dtexts and dvalues are freedAmadeusz Sławiński1-17/+24
2019-06-13ASoC: soc-topology: fix modern dai link stylePierre-Louis Bossart1-2/+6
2019-06-06ASoC: soc-topology: use modern dai_link styleKuninori Morimoto1-6/+16
2019-04-26Merge branch 'asoc-5.1' into asoc-5.2Mark Brown1-3/+4
2019-04-08ASoC: topology: Use the correct dobj to free enum control values and textsRanjani Sridharan1-3/+4
2019-04-05ASoC: topology: fix big-endian checkPierre-Louis Bossart1-1/+3
2019-04-05ASoC: topology: fix endianness issuesPierre-Louis Bossart1-121/+170
2019-04-02ASoC: topology: Align tplg pointer increment across all kcontrolsLiam Girdwood1-8/+9
2019-03-19ASoC: topology: free link string in errorBard liao1-0/+3
2019-03-19ASoC: topology: free stream_name of dai_drvBard liao1-0/+5
2019-03-15ASoC: topology: create tlv before soc_tplg_init_kcontrolBard liao1-6/+8