mbox series

[0/2] ASoC: SOF: Add support for MICFIL PDM interface

Message ID 20231109135900.88310-1-daniel.baluta@oss.nxp.com (mailing list archive)
Headers show
Series ASoC: SOF: Add support for MICFIL PDM interface | expand

Message

Daniel Baluta (OSS) Nov. 9, 2023, 1:58 p.m. UTC
From: Daniel Baluta <daniel.baluta@nxp.com>

This is used for configuring MICFIL PDM with i.MX8MPlus. Tested
with 8MIC-RPI-MX8 microphone array.

Daniel Baluta (2):
  ASoC: SOF: imx8m: Add DAI driver entry for MICFIL PDM
  ASoC: SOF: Add support for configuring PDM interface from topology

 include/sound/sof/dai-imx.h     |  7 +++++
 include/sound/sof/dai.h         |  2 ++
 include/uapi/sound/sof/tokens.h |  4 +++
 sound/soc/sof/imx/imx8m.c       |  7 +++++
 sound/soc/sof/ipc3-pcm.c        | 11 ++++++++
 sound/soc/sof/ipc3-topology.c   | 46 +++++++++++++++++++++++++++++++++
 sound/soc/sof/sof-audio.h       |  1 +
 sound/soc/sof/topology.c        |  5 ++++
 8 files changed, 83 insertions(+)

Comments

Mark Brown Nov. 13, 2023, 4:14 p.m. UTC | #1
On Thu, 09 Nov 2023 15:58:58 +0200, Daniel Baluta wrote:
> This is used for configuring MICFIL PDM with i.MX8MPlus. Tested
> with 8MIC-RPI-MX8 microphone array.
> 
> Daniel Baluta (2):
>   ASoC: SOF: imx8m: Add DAI driver entry for MICFIL PDM
>   ASoC: SOF: Add support for configuring PDM interface from topology
> 
> [...]

Applied to

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

Thanks!

[1/2] ASoC: SOF: imx8m: Add DAI driver entry for MICFIL PDM
      commit: fc85d9d0b3ba8f8934963c760af98fc38029d9da
[2/2] ASoC: SOF: Add support for configuring PDM interface from topology
      commit: 89ef42088b3ba884a007ad10bd89ce8a81b9dedd

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