* [PATCH] ASoC: Intel: sof-function-topology-lib: Print out the unsupported dmic count
@ 2025-06-19 10:47 Peter Ujfalusi
2025-06-19 19:07 ` Mark Brown
2025-06-21 8:52 ` Sasha Levin
0 siblings, 2 replies; 3+ messages in thread
From: Peter Ujfalusi @ 2025-06-19 10:47 UTC (permalink / raw)
To: lgirdwood, broonie
Cc: linux-sound, kai.vehmanen, ranjani.sridharan, yung-chuan.liao,
pierre-louis.bossart, stable
It is better to print out the non supported num_dmics than printing that
it is not matching with 2 or 4.
Fixes: 2fbeff33381c ("ASoC: Intel: add sof_sdw_get_tplg_files ops")
Cc: stable@vger.kernel.org
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.dev>
---
sound/soc/intel/common/sof-function-topology-lib.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sound/soc/intel/common/sof-function-topology-lib.c b/sound/soc/intel/common/sof-function-topology-lib.c
index 90fe7aa3df1c..3cc81dcf047e 100644
--- a/sound/soc/intel/common/sof-function-topology-lib.c
+++ b/sound/soc/intel/common/sof-function-topology-lib.c
@@ -73,7 +73,8 @@ int sof_sdw_get_tplg_files(struct snd_soc_card *card, const struct snd_soc_acpi_
break;
default:
dev_warn(card->dev,
- "only -2ch and -4ch are supported for dmic\n");
+ "unsupported number of dmics: %d\n",
+ mach_params.dmic_num);
continue;
}
tplg_dev = TPLG_DEVICE_INTEL_PCH_DMIC;
--
2.49.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: Intel: sof-function-topology-lib: Print out the unsupported dmic count
2025-06-19 10:47 [PATCH] ASoC: Intel: sof-function-topology-lib: Print out the unsupported dmic count Peter Ujfalusi
@ 2025-06-19 19:07 ` Mark Brown
2025-06-21 8:52 ` Sasha Levin
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2025-06-19 19:07 UTC (permalink / raw)
To: lgirdwood, Peter Ujfalusi
Cc: linux-sound, kai.vehmanen, ranjani.sridharan, yung-chuan.liao,
pierre-louis.bossart, stable
On Thu, 19 Jun 2025 13:47:05 +0300, Peter Ujfalusi wrote:
> It is better to print out the non supported num_dmics than printing that
> it is not matching with 2 or 4.
>
>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] ASoC: Intel: sof-function-topology-lib: Print out the unsupported dmic count
commit: 16ea4666bbb7f5bd1130fa2d75631ccf8b62362e
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ASoC: Intel: sof-function-topology-lib: Print out the unsupported dmic count
2025-06-19 10:47 [PATCH] ASoC: Intel: sof-function-topology-lib: Print out the unsupported dmic count Peter Ujfalusi
2025-06-19 19:07 ` Mark Brown
@ 2025-06-21 8:52 ` Sasha Levin
1 sibling, 0 replies; 3+ messages in thread
From: Sasha Levin @ 2025-06-21 8:52 UTC (permalink / raw)
To: stable, peter.ujfalusi; +Cc: Sasha Levin
[ Sasha's backport helper bot ]
Hi,
Summary of potential issues:
⚠️ Found matching upstream commit but patch is missing proper reference to it
Found matching upstream commit: 16ea4666bbb7f5bd1130fa2d75631ccf8b62362e
Note: The patch differs from the upstream commit:
---
1: 16ea4666bbb7f < -: ------------- ASoC: Intel: sof-function-topology-lib: Print out the unsupported dmic count
-: ------------- > 1: a2b47f77e740a Linux 6.15.3
---
Results of testing on various branches:
| Branch | Patch Apply | Build Test |
|---------------------------|-------------|------------|
| stable/linux-6.15.y | Success | Success |
| stable/linux-6.12.y | Success | Success |
| stable/linux-6.6.y | Success | Success |
| stable/linux-6.1.y | Success | Success |
| stable/linux-5.15.y | Success | Success |
| stable/linux-5.10.y | Success | Success |
| stable/linux-5.4.y | Success | Success |
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-06-21 8:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-19 10:47 [PATCH] ASoC: Intel: sof-function-topology-lib: Print out the unsupported dmic count Peter Ujfalusi
2025-06-19 19:07 ` Mark Brown
2025-06-21 8:52 ` Sasha Levin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.