mirror of
https://github.com/S3NEO/android_kernel_samsung_msm8226.git
synced 2024-11-07 03:47:13 +00:00
Merge branch 'fix/asoc' into for-linus
This commit is contained in:
commit
e9a8a85d9f
1 changed files with 3 additions and 0 deletions
|
@ -254,6 +254,9 @@ static int imx_ssi_hw_params(struct snd_pcm_substream *substream,
|
|||
dma_data = &ssi->dma_params_rx;
|
||||
}
|
||||
|
||||
if (ssi->flags & IMX_SSI_SYN)
|
||||
reg = SSI_STCCR;
|
||||
|
||||
snd_soc_dai_set_dma_data(cpu_dai, substream, dma_data);
|
||||
|
||||
sccr = readl(ssi->base + reg) & ~SSI_STCCR_WL_MASK;
|
||||
|
|
Loading…
Reference in a new issue