summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-topology.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ASoC: topology: unload physical dai link in removeBard liao2019-02-041-0/+32
* | ASoC: topology: modify dapm route loading routine and add dapm route unloadingRanjani Sridharan2019-01-291-16/+86
* | ASoC: topology: fix memory leak in soc_tplg_dapm_widget_createBard liao2019-01-291-0/+3
* | ASoC: topology: Fix memory leak from soc_tplg_denum_create_textsAmadeusz Sławiński2019-01-291-0/+3
* | ASoC: topology: Remove widgets from dobj listAmadeusz Sławiński2019-01-291-0/+2
* | ASoC: topology: Reduce number of dereferences when accessing dobjAmadeusz Sławiński2019-01-291-12/+12
|/
* ASoC: topology: Use the standard fall-through annotationsTakashi Iwai2018-10-051-2/+2
* ASoC: dapm: Move error handling to snd_soc_dapm_new_control_unlockedCharles Keepax2018-09-051-11/+0
* ASoC: soc-topology: convert to SPDX identifiersKuninori Morimoto2018-07-021-26/+21
* ASoC: topology: Add callback for DAPM route load/unloadLiam Girdwood2018-06-181-0/+13
* ASoC: topology: Give more data to clients via callbacksLiam Girdwood2018-06-181-13/+18
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* ASoC: topology: Move v4 manifest header data structures to uapiGuenter Roeck2018-06-011-56/+0
* ASoC: topology: Improve backwards compatibility with v4 topology filesGuenter Roeck2018-06-011-2/+5
OpenPOWER on IntegriCloud