As per the members exposed earlier in the series, audio graph driverCan we merge [06/13] and [07/13] patches ?
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>
---