alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] ASoC: topology: fixes and improvements
@ 2019-01-25 20:06 Pierre-Louis Bossart
  2019-01-25 20:06 ` [PATCH 1/7] ASoC: topology: Reduce number of dereferences when accessing dobj Pierre-Louis Bossart
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Pierre-Louis Bossart @ 2019-01-25 20:06 UTC (permalink / raw)
  To: alsa-devel; +Cc: tiwai, liam.r.girdwood, vkoul, broonie, Pierre-Louis Bossart

Module load/unload tests exposed a set of weaknesses in both the SOF
and Skylake drivers, some of which are related to the topology
framework. This patchset provides a combined set of fixes identified
by the two teams.

DAPM routes were also not properly handled, leading to confusing
issues when the topology resources were released.

All these patches were tested on top of the SOF tree, which tracks
Mark's branch on a weekly basis.

Amadeusz Sławiński (3):
  ASoC: topology: Reduce number of dereferences when accessing dobj
  ASoC: topology: Remove widgets from dobj list
  ASoC: topology: Fix memory leak from soc_tplg_denum_create_texts

Bard liao (2):
  ASoC: topology: fix memory leak in soc_tplg_dapm_widget_create
  ASoC: topology: unload physical dai link in remove

Ranjani Sridharan (2):
  ASoC: topology: add SND_SOC_DOBJ_GRAPH type for dapm routes
  ASoC: topology: modify dapm route loading routine and add dapm route
    unloading

 include/sound/soc-dapm.h     |   2 +
 include/sound/soc-topology.h |   8 +-
 sound/soc/soc-topology.c     | 165 +++++++++++++++++++++++++++++------
 3 files changed, 144 insertions(+), 31 deletions(-)

-- 
2.17.1

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2019-02-01 13:09 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-25 20:06 [PATCH 0/7] ASoC: topology: fixes and improvements Pierre-Louis Bossart
2019-01-25 20:06 ` [PATCH 1/7] ASoC: topology: Reduce number of dereferences when accessing dobj Pierre-Louis Bossart
2019-01-25 20:06 ` [PATCH 2/7] ASoC: topology: Remove widgets from dobj list Pierre-Louis Bossart
2019-01-25 20:06 ` [PATCH 3/7] ASoC: topology: Fix memory leak from soc_tplg_denum_create_texts Pierre-Louis Bossart
2019-01-26 17:43   ` Takashi Iwai
2019-01-28 15:36     ` Pierre-Louis Bossart
2019-01-25 20:06 ` [PATCH 4/7] ASoC: topology: fix memory leak in soc_tplg_dapm_widget_create Pierre-Louis Bossart
2019-01-29 18:12   ` Applied "ASoC: topology: fix memory leak in soc_tplg_dapm_widget_create" to the asoc tree Mark Brown
2019-01-25 20:06 ` [PATCH 5/7] ASoC: topology: add SND_SOC_DOBJ_GRAPH type for dapm routes Pierre-Louis Bossart
2019-01-29 18:12   ` Applied "ASoC: topology: add SND_SOC_DOBJ_GRAPH type for dapm routes" to the asoc tree Mark Brown
2019-01-25 20:06 ` [PATCH 6/7] ASoC: topology: modify dapm route loading routine and add dapm route unloading Pierre-Louis Bossart
2019-01-29 18:12   ` Applied "ASoC: topology: modify dapm route loading routine and add dapm route unloading" to the asoc tree Mark Brown
2019-01-25 20:06 ` [PATCH 7/7] ASoC: topology: unload physical dai link in remove Pierre-Louis Bossart
2019-02-01 13:08   ` Pierre-Louis Bossart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).