Linux Sound subsystem development
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: tiwai@suse.de, Bard Liao <yung-chuan.liao@linux.intel.com>
Cc: linux-sound@vger.kernel.org, pierre-louis.bossart@linux.dev,
	 bard.liao@intel.com, niranjan.hy@ti.com,
	sbinding@opensource.cirrus.com
Subject: Re: [PATCH v2 0/9] ASoC: use sof_sdw as default Intel SOF SDW machine driver
Date: Wed, 15 Oct 2025 17:22:10 +0100	[thread overview]
Message-ID: <176054533077.196625.15815600577359484537.b4-ty@kernel.org> (raw)
In-Reply-To: <20251014071335.3844631-1-yung-chuan.liao@linux.intel.com>

On Tue, 14 Oct 2025 15:13:26 +0800, Bard Liao wrote:
> Currently, we create a ACPI mach table for every new audio
> configuration. And all Intel SOF SoundWire configurations point to the
> same sof_sdw machine driver. Also, we don't need a specific topology for
> a coufguration, we can use the function topology instead. That give us a
> change to generate an ACPI mach table based on the SoundWire codec
> information reported by the ACPI table and use the sof_sdw machine
> driver as the default machine driver.
> This will reduce the effort to support a new Intel SOF SoundWire audio
> configuration.
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/9] ASoC: SOF: Don't print the monolithic topology name if function topology may be used
      commit: 2b92b98cc4765fbb0748742e7e0dd94d15d6f178
[2/9] ASoC: soc-acpi: make some variables of acpi adr and link adr non-const
      commit: d25de16477657f9eddd4be9abd409515edcc3b9e
[3/9] ASoC: soc_sdw_utils: add name_prefix to asoc_sdw_codec_info struct
      commit: aa1ee85ce3576defd29f2a389d7508d2036af977
[4/9] ASoC: Intel: export sof_sdw_get_tplg_files
      commit: 7196fc4e482928a276da853e2687f31cd8ea2611
[5/9] ASoC: soc_sdw_utils: export asoc_sdw_get_dai_type
      commit: 5ed60e45c59d66e61586a10433e2b5527d4d72b5
[6/9] ASoC: SOF: add platform name into sof_intel_dsp_desc
      commit: 6937ff42f28a13ffdbe2d1f5b9a51a35f626e93a
[7/9] ASoC: SOF: don't check the existence of dummy topology
      commit: 99c159279c6dfa2c4867c7f76875f58263f8f43b
[8/9] ASoC: SOF: Intel: use sof_sdw as default SDW machine driver
      commit: 5226d19d4cae5398caeb93a6052bfb614e0099c7
[9/9] ASoC: sof-function-topology-lib: escalate the log when missing function topoplogy
      commit: 9797329220a2c6622411eb9ecf6a35b24ce09d04

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


      parent reply	other threads:[~2025-10-15 16:22 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-14  7:13 [PATCH v2 0/9] ASoC: use sof_sdw as default Intel SOF SDW machine driver Bard Liao
2025-10-14  7:13 ` [PATCH v2 1/9] ASoC: SOF: Don't print the monolithic topology name if function topology may be used Bard Liao
2025-10-14  7:13 ` [PATCH v2 2/9] ASoC: soc-acpi: make some variables of acpi adr and link adr non-const Bard Liao
2025-10-14  7:13 ` [PATCH v2 3/9] ASoC: soc_sdw_utils: add name_prefix to asoc_sdw_codec_info struct Bard Liao
2025-10-14  7:13 ` [PATCH v2 4/9] ASoC: Intel: export sof_sdw_get_tplg_files Bard Liao
2025-10-14  7:13 ` [PATCH v2 5/9] ASoC: soc_sdw_utils: export asoc_sdw_get_dai_type Bard Liao
2025-10-14  7:13 ` [PATCH v2 6/9] ASoC: SOF: add platform name into sof_intel_dsp_desc Bard Liao
2025-10-14  7:13 ` [PATCH v2 7/9] ASoC: SOF: don't check the existence of dummy topology Bard Liao
2025-10-14  7:13 ` [PATCH v2 8/9] ASoC: SOF: Intel: use sof_sdw as default SDW machine driver Bard Liao
2025-10-14  7:13 ` [PATCH v2 9/9] ASoC: sof-function-topology-lib: escalate the log when missing function topoplogy Bard Liao
2025-10-15 16:22 ` Mark Brown [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=176054533077.196625.15815600577359484537.b4-ty@kernel.org \
    --to=broonie@kernel.org \
    --cc=bard.liao@intel.com \
    --cc=linux-sound@vger.kernel.org \
    --cc=niranjan.hy@ti.com \
    --cc=pierre-louis.bossart@linux.dev \
    --cc=sbinding@opensource.cirrus.com \
    --cc=tiwai@suse.de \
    --cc=yung-chuan.liao@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox