mbox series

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

Message ID 20250214070533.2808496-1-shengjiu.wang@nxp.com (mailing list archive)
Headers show
Series ASoC: imx-card: support playback or capture only | expand

Message

Shengjiu Wang Feb. 14, 2025, 7:05 a.m. UTC
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(+)

Comments

Iuliana Prodan Feb. 14, 2025, 12:49 p.m. UTC | #1
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