Re: [PATCH v3 07/13] ASoC: audio-graph: Update driver as per new exposed members

From: Sameer Pujar
Date: Fri Oct 02 2020 - 05:00:16 EST



As per the members exposed earlier in the series, audio graph driver
is updated to make use of these. Functionally there is no change
in behavior if these are not populated. So following changes are made
as part of this.

- Update 'dai_link->ops' for DPCM links if a custom 'snd_soc_ops'
is defined by the vendor driver.

- Consider 'force_dpcm' flag status when deciding if a DAI link
needs to be treated as DPCM or not. In doing so the logic is
moved to a separate inline function for a better readability.

- Populate 'dpcm_selectable' flag which is then used to detect
DPCM DAI links.

Signed-off-by: Sameer Pujar <spujar@xxxxxxxxxx>
Cc: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx>
---
Can we merge [06/13] and [07/13] patches ?

Yes can be merged.