mbox series

[0/2] ASoC: intel: Add CS42L43 sdw machine driver support

Message ID 20230919020011.1896041-1-yung-chuan.liao@linux.intel.com (mailing list archive)
Headers show
Series ASoC: intel: Add CS42L43 sdw machine driver support | expand

Message

Bard Liao Sept. 19, 2023, 2 a.m. UTC
Add cs42l43 codec support to sof_sdw machine driver.

Bard Liao (1):
  ASoC: intel: sof_sdw: Add CS42L43 CODEC support

Chao Song (1):
  ASoC: Intel: soc-acpi-intel-mtl-match: add acpi match table for
    cdb35l56-eight-c

 sound/soc/intel/boards/Kconfig                |   4 +
 sound/soc/intel/boards/Makefile               |   3 +-
 sound/soc/intel/boards/sof_sdw.c              |  27 ++++
 sound/soc/intel/boards/sof_sdw_common.h       |  13 ++
 sound/soc/intel/boards/sof_sdw_cs42l43.c      | 145 ++++++++++++++++++
 .../intel/common/soc-acpi-intel-mtl-match.c   |  78 ++++++++++
 6 files changed, 269 insertions(+), 1 deletion(-)
 create mode 100644 sound/soc/intel/boards/sof_sdw_cs42l43.c

Comments

Mark Brown Sept. 21, 2023, 4:30 p.m. UTC | #1
On Tue, 19 Sep 2023 10:00:09 +0800, Bard Liao wrote:
> Add cs42l43 codec support to sof_sdw machine driver.
> 
> Bard Liao (1):
>   ASoC: intel: sof_sdw: Add CS42L43 CODEC support
> 
> Chao Song (1):
>   ASoC: Intel: soc-acpi-intel-mtl-match: add acpi match table for
>     cdb35l56-eight-c
> 
> [...]

Applied to

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

Thanks!

[1/2] ASoC: intel: sof_sdw: Add CS42L43 CODEC support
      commit: 06d94b43fc39af16d3d74a93d27ee92902b56bc6
[2/2] ASoC: Intel: soc-acpi-intel-mtl-match: add acpi match table for cdb35l56-eight-c
      commit: 05fe62842804d644d986cb248ca871335b2628af

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