mbox series

[0/3] ASoC: SOF: Intel: HDA/DMIC updates

Message ID 20240503133253.108201-1-pierre-louis.bossart@linux.intel.com
Headers show
Series ASoC: SOF: Intel: HDA/DMIC updates | expand

Message

Pierre-Louis Bossart May 3, 2024, 1:32 p.m. UTC
The first patch handles a problematic configuration where the wrong
machine driver/topology is used: when the hardware reports an external
HDaudio codec the direction is to ignore/discard ACPI SoundWire
devices.

The last two patch deal with DMIC format configurations and allow
users to select S16_LE even if the DMIC and internal copiers only
support 24 or 32-bits. The code changes are located in sound/soc/sof/
but in the scope of Intel DAIs.

Peter Ujfalusi (2):
  ASoC: SOF: ipc4-topology: Allow selective update in
    sof_ipc4_update_hw_params
  ASoC: SOF: ipc4-topology: Correct DAI copier config and NHLT blob
    request

Pierre-Louis Bossart (1):
  ASoC: SOF: Intel: discard SoundWire configuration if HDaudio codec is
    reported

 sound/soc/sof/intel/hda.c     |   9 +-
 sound/soc/sof/intel/hda.h     |   2 +
 sound/soc/sof/ipc4-topology.c | 245 ++++++++++++++++++++++++++--------
 3 files changed, 196 insertions(+), 60 deletions(-)

Comments

Mark Brown May 7, 2024, 1:35 a.m. UTC | #1
On Fri, 03 May 2024 08:32:50 -0500, Pierre-Louis Bossart wrote:
> The first patch handles a problematic configuration where the wrong
> machine driver/topology is used: when the hardware reports an external
> HDaudio codec the direction is to ignore/discard ACPI SoundWire
> devices.
> 
> The last two patch deal with DMIC format configurations and allow
> users to select S16_LE even if the DMIC and internal copiers only
> support 24 or 32-bits. The code changes are located in sound/soc/sof/
> but in the scope of Intel DAIs.
> 
> [...]

Applied to

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

Thanks!

[1/3] ASoC: SOF: Intel: discard SoundWire configuration if HDaudio codec is reported
      commit: 5a7543d0ca01d68d992f480d151efd693807e0ce
[2/3] ASoC: SOF: ipc4-topology: Allow selective update in sof_ipc4_update_hw_params
      commit: b679302526d637700e998da85ed1e06d8f7d3674
[3/3] ASoC: SOF: ipc4-topology: Correct DAI copier config and NHLT blob request
      commit: f9209644ae7688e82f629e737417bc8916db7b57

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