alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: atmel_ssc_dai: Fix DMA params for different SSC
@ 2016-07-05  9:46 Peter Meerwald
  2016-07-07 10:00 ` Applied "ASoC: atmel_ssc_dai: Fix DMA params for different SSC" to the asoc tree Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Meerwald @ 2016-07-05  9:46 UTC (permalink / raw)
  To: Mark Brown
  Cc: Peter Meerwald-Stadler, alsa-devel, Nicolas Ferre, Wu, Songjun,
	linux-arm-kernel

From: Peter Meerwald <p.meerwald@bct-electronic.com>

follow-up patch from c706f2e55f ASoC: atmel_ssc_dai: distinguish the
different SSC

cpu_dai id is always 0, use platform_device id to distinguish DMA
parameters of SSCs

Signed-off-by: Peter Meerwald-Stadler <p.meerwald@bct-electronic.com>
Cc: "Wu, Songjun" <songjun.wu@atmel.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
---
 sound/soc/atmel/atmel_ssc_dai.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/atmel/atmel_ssc_dai.c b/sound/soc/atmel/atmel_ssc_dai.c
index 841d059..c7daea8 100644
--- a/sound/soc/atmel/atmel_ssc_dai.c
+++ b/sound/soc/atmel/atmel_ssc_dai.c
@@ -320,7 +320,7 @@ static int atmel_ssc_startup(struct snd_pcm_substream *substream,
 		return ret;
 	}
 
-	dma_params = &ssc_dma_params[dai->id][dir];
+	dma_params = &ssc_dma_params[pdev->id][dir];
 	dma_params->ssc = ssc_p->ssc;
 	dma_params->substream = substream;
 
-- 
2.9.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-07 10:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-05  9:46 [PATCH] ASoC: atmel_ssc_dai: Fix DMA params for different SSC Peter Meerwald
2016-07-07 10:00 ` Applied "ASoC: atmel_ssc_dai: Fix DMA params for different SSC" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).