Re: [PATCH v2 3/6] ASoC: atmel_ssc_dai: implement left-justified data mode

2019-08-26 Thread Codrin.Ciubotariu
> Enable support for left-justified data mode for SSC-codec link. > > Signed-off-by: Michał Mirosław > > --- > v2: rebased I noticed you also added a description and you removed two comments from v1. Please include all the changes in the changelog. I already added my 'Reviewed-by' in v1, but

[PATCH v2 3/6] ASoC: atmel_ssc_dai: implement left-justified data mode

2019-08-24 Thread Michał Mirosław
Enable support for left-justified data mode for SSC-codec link. Signed-off-by: Michał Mirosław --- v2: rebased --- sound/soc/atmel/atmel_ssc_dai.c | 9 + 1 file changed, 9 insertions(+) diff --git a/sound/soc/atmel/atmel_ssc_dai.c b/sound/soc/atmel/atmel_ssc_dai.c index 7dc6ec9b8c7a.