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

Shengjiu Wang posted 2 patches 3 weeks, 5 days ago
There is a newer version of this series
.../devicetree/bindings/sound/imx-audio-card.yaml         | 8 ++++++++
sound/soc/fsl/imx-card.c                                  | 5 +++++
2 files changed, 13 insertions(+)
[PATCH v2 0/2] ASoC: imx-card: support playback or capture only
Posted by Shengjiu Wang 3 weeks, 5 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 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         | 8 ++++++++
 sound/soc/fsl/imx-card.c                                  | 5 +++++
 2 files changed, 13 insertions(+)

-- 
2.34.1
Re: [PATCH v2 0/2] ASoC: imx-card: support playback or capture only
Posted by Iuliana Prodan 3 weeks, 5 days ago
On 2/14/2025 9:05 AM, 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
>
> 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         | 8 ++++++++
>   sound/soc/fsl/imx-card.c                                  | 5 +++++
>   2 files changed, 13 insertions(+)

For the series:

Reviewed-by: Iuliana Prodan <iuliana.prodan@nxp.com>

Thanks,
Iulia