Re: [PATCH linux-next 09/10] ASoC: rsnd: add busif property to dai stream

2018-10-02 Thread Jiada Wang
Hi Morimoto-san On 2018/09/28 9:21, Kuninori Morimoto wrote: Hi Jiada SSI may use different busif for data transfer, this patch adds busif property to each dai stream, to indicate the busif used by playback/capture stream. (snip) + io_playback->busif = rsnd_busif_get(priv, dai_i); +

Re: [PATCH linux-next 09/10] ASoC: rsnd: add busif property to dai stream

2018-10-02 Thread Jiada Wang
Hi Morimoto-san On 2018/09/28 9:21, Kuninori Morimoto wrote: Hi Jiada SSI may use different busif for data transfer, this patch adds busif property to each dai stream, to indicate the busif used by playback/capture stream. (snip) + io_playback->busif = rsnd_busif_get(priv, dai_i); +

Re: [PATCH linux-next 09/10] ASoC: rsnd: add busif property to dai stream

2018-09-27 Thread Kuninori Morimoto
Hi Jiada > SSI may use different busif for data transfer, this patch > adds busif property to each dai stream, to indicate the > busif used by playback/capture stream. (snip) > + io_playback->busif = rsnd_busif_get(priv, dai_i); > + io_capture->busif = rsnd_busif_get(priv,

Re: [PATCH linux-next 09/10] ASoC: rsnd: add busif property to dai stream

2018-09-27 Thread Kuninori Morimoto
Hi Jiada > SSI may use different busif for data transfer, this patch > adds busif property to each dai stream, to indicate the > busif used by playback/capture stream. (snip) > + io_playback->busif = rsnd_busif_get(priv, dai_i); > + io_capture->busif = rsnd_busif_get(priv,

[PATCH linux-next 09/10] ASoC: rsnd: add busif property to dai stream

2018-09-26 Thread jiada_wang
From: Jiada Wang SSI may use different busif for data transfer, this patch adds busif property to each dai stream, to indicate the busif used by playback/capture stream. Signed-off-by: Jiada Wang --- sound/soc/sh/rcar/core.c | 16 +++- sound/soc/sh/rcar/rsnd.h | 3 +++

[PATCH linux-next 09/10] ASoC: rsnd: add busif property to dai stream

2018-09-26 Thread jiada_wang
From: Jiada Wang SSI may use different busif for data transfer, this patch adds busif property to each dai stream, to indicate the busif used by playback/capture stream. Signed-off-by: Jiada Wang --- sound/soc/sh/rcar/core.c | 16 +++- sound/soc/sh/rcar/rsnd.h | 3 +++