Re: [PATCH 1/2] ASoC: fsl-asoc-card: Support configuring dai fmt from DT

2020-07-23 Thread Mark Brown
On Tue, 21 Jul 2020 11:41:49 +0800, Shengjiu Wang wrote: > Support same propeties as simple card for configuring fmt > from DT. > In order to make this change compatible with old DT, these > properties are optional. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git

Re: [PATCH 1/2] ASoC: fsl-asoc-card: Support configuring dai fmt from DT

2020-07-22 Thread Nicolin Chen
On Tue, Jul 21, 2020 at 11:41:49AM +0800, Shengjiu Wang wrote: > Support same propeties as simple card for configuring fmt > from DT. > In order to make this change compatible with old DT, these > properties are optional. > > Signed-off-by: Shengjiu Wang For both changes: Acked-by: Nicolin Chen

[PATCH 1/2] ASoC: fsl-asoc-card: Support configuring dai fmt from DT

2020-07-20 Thread Shengjiu Wang
Support same propeties as simple card for configuring fmt from DT. In order to make this change compatible with old DT, these properties are optional. Signed-off-by: Shengjiu Wang --- sound/soc/fsl/fsl-asoc-card.c | 28 1 file changed, 28 insertions(+) diff --git