mbox series

[0/4] ASoC: add support for some new Lenovo laptops with

Message ID 20241016030344.13535-1-yung-chuan.liao@linux.intel.com (mailing list archive)
Headers show
Series ASoC: add support for some new Lenovo laptops with | expand

Message

Bard Liao Oct. 16, 2024, 3:03 a.m. UTC
Some SKUs are using host DMICs rather than the cs42l43 DMICs, update the
endpoint structure for these SKUs to remove the DMIC endpoint.

Charles Keepax (4):
  ASoC: sdw_utils: Add support for exclusion DAI quirks
  ASoC: sdw_utils: Add a quirk to allow the cs42l43 mic DAI to be
    ignored
  ASoC: Intel: sof_sdw: Add quirk for cs42l43 system using host DMICs
  ASoC: Intel: sof_sdw: Add quirks for some new Lenovo laptops

 include/sound/soc_sdw_utils.h       |  2 ++
 sound/soc/intel/boards/sof_sdw.c    | 41 +++++++++++++++++++++++++++++
 sound/soc/sdw_utils/soc_sdw_utils.c |  5 +++-
 3 files changed, 47 insertions(+), 1 deletion(-)

Comments

Mark Brown Oct. 18, 2024, 9:30 p.m. UTC | #1
On Wed, 16 Oct 2024 11:03:40 +0800, Bard Liao wrote:
> Some SKUs are using host DMICs rather than the cs42l43 DMICs, update the
> endpoint structure for these SKUs to remove the DMIC endpoint.
> 
> Charles Keepax (4):
>   ASoC: sdw_utils: Add support for exclusion DAI quirks
>   ASoC: sdw_utils: Add a quirk to allow the cs42l43 mic DAI to be
>     ignored
>   ASoC: Intel: sof_sdw: Add quirk for cs42l43 system using host DMICs
>   ASoC: Intel: sof_sdw: Add quirks for some new Lenovo laptops
> 
> [...]

Applied to

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

Thanks!

[1/4] ASoC: sdw_utils: Add support for exclusion DAI quirks
      commit: 3d9b44d0972be1298400e449cfbcc436df2e988e
[2/4] ASoC: sdw_utils: Add a quirk to allow the cs42l43 mic DAI to be ignored
      commit: a6f7afb39362ef70d08d23e5bfc0a14d69fafea1
[3/4] ASoC: Intel: sof_sdw: Add quirk for cs42l43 system using host DMICs
      commit: ea657f6b24e11651a39292082be84ad81a89e525
[4/4] ASoC: Intel: sof_sdw: Add quirks for some new Lenovo laptops
      commit: 83c062ae81e89f73e3ab85953111a8b3daaaf98e

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