mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-22 06:41:23 +00:00
25 lines
788 B
Diff
25 lines
788 B
Diff
|
From 3a26aef4fae23a5b33fb6646d0e3f99c4eb6e1e0 Mon Sep 17 00:00:00 2001
|
||
|
From: Nikolay <nikkov@gmail.com>
|
||
|
Date: Tue, 5 Apr 2016 21:20:27 +0600
|
||
|
Subject: [PATCH 18/19] Some magic
|
||
|
|
||
|
---
|
||
|
sound/soc/sunxi/spdif/sunxi_spdif.c | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/sound/soc/sunxi/spdif/sunxi_spdif.c b/sound/soc/sunxi/spdif/sunxi_spdif.c
|
||
|
index 9608b14..ab3b102 100644
|
||
|
--- a/sound/soc/sunxi/spdif/sunxi_spdif.c
|
||
|
+++ b/sound/soc/sunxi/spdif/sunxi_spdif.c
|
||
|
@@ -268,6 +268,7 @@ static int sunxi_spdif_trigger(struct snd_pcm_substream *substream,
|
||
|
int ret = 0;
|
||
|
struct snd_soc_pcm_runtime *rtd = substream->private_data;
|
||
|
struct sunxi_dma_params *dma_data = snd_soc_dai_get_dma_data(rtd->cpu_dai, substream);
|
||
|
+ udelay(300);
|
||
|
|
||
|
switch (cmd) {
|
||
|
case SNDRV_PCM_TRIGGER_START:
|
||
|
--
|
||
|
1.9.1
|
||
|
|