mbox series

[0/4] ASoC: Intel: machine driver corrections

Message ID 20210625205042.65181-1-pierre-louis.bossart@linux.intel.com
Headers show
Series ASoC: Intel: machine driver corrections | expand

Message

Pierre-Louis Bossart June 25, 2021, 8:50 p.m. UTC
The first fix solves an underflow in SoundWire platforms using the
max98373 amplifier, the rest of the patches are minor corrections in
machine drivers.

The fix should be queued for the 5.14 cycle, the rest should be
harmless but can be deferred for 5.15 if it's too late already.

Brent Lu (2):
  ASoC: SOF: add a helper to get topology configured bclk
  ASoC: Intel: sof_cs42l42: use helper function to get bclk frequency

Gongjun Song (1):
  ASoC: Intel: soc-acpi: add support for SoundWire of TGL-H-RVP

Rander Wang (1):
  ASoC: Intel: boards: fix xrun issue on platform with max98373

 include/sound/sof.h                           |  1 +
 sound/soc/intel/boards/sof_cs42l42.c          |  8 +-
 sound/soc/intel/boards/sof_sdw_max98373.c     | 81 ++++++++++++-------
 .../intel/common/soc-acpi-intel-tgl-match.c   | 15 ++++
 sound/soc/sof/sof-audio.c                     | 42 ++++++++--
 5 files changed, 111 insertions(+), 36 deletions(-)

Comments

Mark Brown June 28, 2021, 5:02 p.m. UTC | #1
On Fri, 25 Jun 2021 15:50:38 -0500, Pierre-Louis Bossart wrote:
> The first fix solves an underflow in SoundWire platforms using the
> max98373 amplifier, the rest of the patches are minor corrections in
> machine drivers.
> 
> The fix should be queued for the 5.14 cycle, the rest should be
> harmless but can be deferred for 5.15 if it's too late already.
> 
> [...]

Applied to

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

Thanks!

[1/4] ASoC: Intel: boards: fix xrun issue on platform with max98373
      commit: 33c8516841ea4fa12fdb8961711bf95095c607ee

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
Mark Brown July 12, 2021, 10:46 a.m. UTC | #2
On Fri, 25 Jun 2021 15:50:38 -0500, Pierre-Louis Bossart wrote:
> The first fix solves an underflow in SoundWire platforms using the
> max98373 amplifier, the rest of the patches are minor corrections in
> machine drivers.
> 
> The fix should be queued for the 5.14 cycle, the rest should be
> harmless but can be deferred for 5.15 if it's too late already.
> 
> [...]

Applied to

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

Thanks!

[2/4] ASoC: Intel: soc-acpi: add support for SoundWire of TGL-H-RVP
      commit: f99acc259f621ae6667782778b2065c15e109693
[3/4] ASoC: SOF: add a helper to get topology configured bclk
      commit: bc619cfc6278c87b4e310f9db9f45abc263220e8
[4/4] ASoC: Intel: sof_cs42l42: use helper function to get bclk frequency
      commit: 837ad6da36ba765d9ff8120c93dd243b9200957e

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