Re: [PATCH] ASoC: fsl_ssi: Fix mode setting when changing channel number

2018-04-09 Thread Mika Penttilä
On 04/08/2018 07:40 AM, Nicolin Chen wrote: > This is a partial revert (in a cleaner way) of commit ebf08ae3bc90 > ("ASoC: fsl_ssi: Keep ssi->i2s_net updated") to fix a regression > at test cases when switching between mono and stereo audio. > > The problem is that ssi->i2s_net is initialized in

[PATCH] ASoC: fsl_ssi: Fix mode setting when changing channel number

2018-04-07 Thread Nicolin Chen
This is a partial revert (in a cleaner way) of commit ebf08ae3bc90 ("ASoC: fsl_ssi: Keep ssi->i2s_net updated") to fix a regression at test cases when switching between mono and stereo audio. The problem is that ssi->i2s_net is initialized in set_dai_fmt() only, while this set_dai_fmt() is only