Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: (SOF) topology: Regression fixes for next
@ 2023-02-01 11:28 Peter Ujfalusi
  2023-02-01 11:28 ` [PATCH 1/2] ASoC: SOF: topology: Add missed "else" in sof_connect_dai_widget Peter Ujfalusi
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Peter Ujfalusi @ 2023-02-01 11:28 UTC (permalink / raw)
  To: lgirdwood, broonie, kuninori.morimoto.gx, amadeuszx.slawinski
  Cc: pierre-louis.bossart, cezary.rojewski, kai.vehmanen, alsa-devel,
	tiwai, ranjani.sridharan

Hi,

Today I came across two regressions in next with SOF:

The topology would not load with a failure of creating playback DAI
the first patch is fixing this which was caused by a missing 'else' in the patch

After fixing the topology loading, the module unloading caused kernel panic.
The second patch is correcting that which is I likely caused by copy-paste to
set wrong unload callback for the graph element.

With these patches applied SOF is working on next and modules can be unloaded

Regards,
Peter
---
Peter Ujfalusi (2):
  ASoC: SOF: topology: Add missed "else" in sof_connect_dai_widget
  ASoC: topology: Set correct unload callback for graph type

 sound/soc/soc-topology.c | 2 +-
 sound/soc/sof/topology.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.39.1


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

end of thread, other threads:[~2023-02-03 14:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-01 11:28 [PATCH 0/2] ASoC: (SOF) topology: Regression fixes for next Peter Ujfalusi
2023-02-01 11:28 ` [PATCH 1/2] ASoC: SOF: topology: Add missed "else" in sof_connect_dai_widget Peter Ujfalusi
2023-02-01 23:59   ` Kuninori Morimoto
2023-02-01 11:28 ` [PATCH 2/2] ASoC: topology: Set correct unload callback for graph type Peter Ujfalusi
2023-02-01 11:47   ` Amadeusz Sławiński
2023-02-03 14:55 ` [PATCH 0/2] ASoC: (SOF) topology: Regression fixes for next Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox