[PATCH v3 0/2] ASoC: imx-card: support playback or capture only

Shengjiu Wang posted 2 patches 3 weeks, 2 days ago
.../devicetree/bindings/sound/imx-audio-card.yaml  | 14 ++++++++++++++
sound/soc/fsl/imx-card.c                           |  5 +++++
2 files changed, 19 insertions(+)
[PATCH v3 0/2] ASoC: imx-card: support playback or capture only
Posted by Shengjiu Wang 3 weeks, 2 days ago
Be similar to audio graph card, support playback or capture only for
imx-audio-card.

imx-card can't directly refer to audio-graph-port.yaml, because it is
not based on 'ports'. Add playback-only and capture-only property
directly

changes in v3:
- add mutually exclusive expression

changes in v2:
- wrap at 75 chars for commit messages

Shengjiu Wang (2):
  ASoC: dt-bindings: imx-card: Add playback-only and capture-only
    property
  ASoC: imx-card: Add playback_only or capture_only support

 .../devicetree/bindings/sound/imx-audio-card.yaml  | 14 ++++++++++++++
 sound/soc/fsl/imx-card.c                           |  5 +++++
 2 files changed, 19 insertions(+)

-- 
2.34.1
Re: [PATCH v3 0/2] ASoC: imx-card: support playback or capture only
Posted by Mark Brown 2 weeks, 1 day ago
On Mon, 17 Feb 2025 10:17:13 +0800, Shengjiu Wang wrote:
> Be similar to audio graph card, support playback or capture only for
> imx-audio-card.
> 
> imx-card can't directly refer to audio-graph-port.yaml, because it is
> not based on 'ports'. Add playback-only and capture-only property
> directly
> 
> [...]

Applied to

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

Thanks!

[1/2] ASoC: dt-bindings: imx-card: Add playback-only and capture-only property
      commit: 8c6ede5cc4226fd841f252d02ab0372cb92ee75c
[2/2] ASoC: imx-card: Add playback_only or capture_only support
      commit: 1877c3e7937fb2b9373ba263a4900448d50917b7

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