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

2025-02-25 Thread Mark Brown
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

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

2025-02-16 Thread Shengjiu Wang
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: