Re: [PATCH] ASoC: fsl_sai: Handle slave mode per TX/RX direction

2019-08-14 Thread Daniel Baluta
On Wed, Aug 14, 2019 at 4:01 AM Nicolin Chen wrote: > > On Sun, Aug 11, 2019 at 10:45:17PM +0300, Daniel Baluta wrote: > > From: Viorel Suman > > > > The SAI interface can be a clock supplier or consumer > > as a function of stream direction. e.g SAI can be master > > for Tx and slave for Rx. >

Re: [PATCH] ASoC: fsl_sai: Handle slave mode per TX/RX direction

2019-08-13 Thread Nicolin Chen
On Sun, Aug 11, 2019 at 10:45:17PM +0300, Daniel Baluta wrote: > From: Viorel Suman > > The SAI interface can be a clock supplier or consumer > as a function of stream direction. e.g SAI can be master > for Tx and slave for Rx. > > Signed-off-by: Viorel Suman > Signed-off-by: Daniel Baluta >

[PATCH] ASoC: fsl_sai: Handle slave mode per TX/RX direction

2019-08-11 Thread Daniel Baluta
From: Viorel Suman The SAI interface can be a clock supplier or consumer as a function of stream direction. e.g SAI can be master for Tx and slave for Rx. Signed-off-by: Viorel Suman Signed-off-by: Daniel Baluta --- sound/soc/fsl/fsl_sai.c | 18 +- sound/soc/fsl/fsl_sai.h |