mbox series

[0/7] ASoC: Intel: updates for JasperLake and SoundWire machines

Message ID 20210712203240.46960-1-pierre-louis.bossart@linux.intel.com (mailing list archive)
Headers show
Series ASoC: Intel: updates for JasperLake and SoundWire machines | expand

Message

Pierre-Louis Bossart July 12, 2021, 8:32 p.m. UTC
The first 4 patches enable the use of a Maxim 98360a amplifier on
JasperLake using the existing sof_cs42l42 machine driver, and a
slightly different hardware layout compared to GeminiLake devices.

The last 3 patches reflect recent changes in the RT711 codec driver:
we want to avoid duplicating the JD modes and can following the
definitions from the codec driver.

Bard Liao (2):
  ASoC: Intel: sof_sdw: extends SOF_RT711_JDSRC to 4 bits
  ASoC: Intel: sof_sdw: include rt711.h for RT711 JD mode

Brent Lu (4):
  ASoC: Intel: sof_cs42l42: support arbitrary DAI link sequence
  ASoC: Intel: maxim-common: support max98360a
  ASoC: Intel: sof_cs42l42: add support for jsl_cs4242_mx98360a
  ASoC: Intel: sof_rt5682: code refactor for max98360a

jairaj arava (1):
  ASoC: Intel: sof_sdw: update quirk for jack detection in ADL RVP

 sound/soc/intel/boards/sof_cs42l42.c          | 353 ++++++++++++------
 sound/soc/intel/boards/sof_maxim_common.c     |  17 +-
 sound/soc/intel/boards/sof_maxim_common.h     |   4 +-
 sound/soc/intel/boards/sof_rt5682.c           |  52 +--
 sound/soc/intel/boards/sof_sdw.c              |  23 +-
 sound/soc/intel/boards/sof_sdw_common.h       |  27 +-
 .../intel/common/soc-acpi-intel-jsl-match.c   |   8 +
 7 files changed, 292 insertions(+), 192 deletions(-)

Comments

Mark Brown July 14, 2021, 3:55 p.m. UTC | #1
On Mon, 12 Jul 2021 15:32:33 -0500, Pierre-Louis Bossart wrote:
> The first 4 patches enable the use of a Maxim 98360a amplifier on
> JasperLake using the existing sof_cs42l42 machine driver, and a
> slightly different hardware layout compared to GeminiLake devices.
> 
> The last 3 patches reflect recent changes in the RT711 codec driver:
> we want to avoid duplicating the JD modes and can following the
> definitions from the codec driver.
> 
> [...]

Applied to

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

Thanks!

[1/7] ASoC: Intel: sof_cs42l42: support arbitrary DAI link sequence
      commit: 3cb97cf3a65a7fdbf4844ccd39b7e96fe14f762b
[2/7] ASoC: Intel: maxim-common: support max98360a
      commit: 07acee589f4293cb0ebd77aa201d616e9a296bb9
[3/7] ASoC: Intel: sof_cs42l42: add support for jsl_cs4242_mx98360a
      commit: 7d1bf46cb233aa80e684f61cde5f91530da3f3ea
[4/7] ASoC: Intel: sof_rt5682: code refactor for max98360a
      commit: 542d7050da19343ffe61f7b5d1fe2d44ccb0451a
[5/7] ASoC: Intel: sof_sdw: extends SOF_RT711_JDSRC to 4 bits
      commit: 368fa526e6e396972d5f0ed7c2a86ac0c3399ff3
[6/7] ASoC: Intel: sof_sdw: include rt711.h for RT711 JD mode
      commit: 8e6c00f1fdea9fdf727969d7485d417240d2a1f9
[7/7] ASoC: Intel: sof_sdw: update quirk for jack detection in ADL RVP
      commit: f28fbe57e84b4a6cfad314ea9bc3442d96f4fa08

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