Re: [PATCH 09/25] ASoC: sun8i-codec: Prepare to extend the DAI driver

2020-10-05 Thread Maxime Ripard
Hi, On Wed, Sep 30, 2020 at 09:11:32PM -0500, Samuel Holland wrote: > In preparation for adding additional DAIs to this component, convert the > DAI driver definition to an array. Since this changes all of the lines > in the definition anyway, let's move it closer to the ops function >

[PATCH 09/25] ASoC: sun8i-codec: Prepare to extend the DAI driver

2020-09-30 Thread Samuel Holland
In preparation for adding additional DAIs to this component, convert the DAI driver definition to an array. Since this changes all of the lines in the definition anyway, let's move it closer to the ops function definitions, instead of on the far side of the DAPM arrays. And while moving the DAI