mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-04 04:06:26 +00:00
Merge branch 'fix/asoc' into for-linus
This commit is contained in:
commit
e9a8a85d9f
@ -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 New Issue
Block a user