Re: [PATCH v2 14/16] ASoC: fsl_ssi: Remove cpu_dai_drv from fsl_ssi structure
From: Nicolin Chen <nicoleotsuka@gmail.com>
Date: 2018-01-15 00:13:11
Also in:
alsa-devel, lkml
From: Nicolin Chen <nicoleotsuka@gmail.com>
Date: 2018-01-15 00:13:11
Also in:
alsa-devel, lkml
On Sun, Jan 14, 2018 at 11:42:59PM +0100, Maciej S. Szmigiero wrote:
On 11.01.2018 07:43, Nicolin Chen wrote:quoted
The cpu_dai_drv is only used for symmetric_rates. So this patch replaces it with a synchronous boolean flag.You make cpu_dai_drv common to all SSI instances instead of per-instance. What if you have multiple SSIs in the system with different symmetric_{rates,samplebits,channels} settings?
Good catch...it should maintain each cpu_dai_drv separately. Thanks!