[PATCH v2 0/2] ASoC: fix usage of playback_only and capture_only

Shengjiu Wang posted 2 patches 2 weeks, 6 days ago
There is a newer version of this series
sound/soc/fsl/imx-card.c              | 2 +-
sound/soc/generic/simple-card-utils.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
[PATCH v2 0/2] ASoC: fix usage of playback_only and capture_only
Posted by Shengjiu Wang 2 weeks, 6 days ago
Check value of is_playback_only and is_capture_only in
graph_util_parse_link_direction() and initialize playback_only and
capture_only in imx-card.c

changes in v2:
- check value of is_playback_only and is_capture_only
- add patch 2/2 to initialize playback_only and capture_only

Shengjiu Wang (2):
  ASoC: simple-card-utils: Check value of is_playback_only and
    is_capture_only
  ASoC: fsl: imx-card: initialize playback_only and capture_only

 sound/soc/fsl/imx-card.c              | 2 +-
 sound/soc/generic/simple-card-utils.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.34.1
Re: [PATCH v2 0/2] ASoC: fix usage of playback_only and capture_only
Posted by Kuninori Morimoto 2 weeks, 6 days ago
Hi

> Check value of is_playback_only and is_capture_only in
> graph_util_parse_link_direction() and initialize playback_only and
> capture_only in imx-card.c

For both

Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Thank you for your help !!

Best regards
---
Kuninori Morimoto