summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-renesas/recipes-kernel/linux/linux/disable_delay_printk.patch
blob: 28acf1e0899a407495e75a30f4c6ff249055f16c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/sound/usb/pcm.c b/sound/usb/pcm.c
old mode 100644
new mode 100755
index 93b6e32..2e9dd36
--- a/sound/usb/pcm.c
+++ b/sound/usb/pcm.c
@@ -1420,8 +1420,8 @@ static void retire_playback_urb(struct snd_usb_substream *subs,
 	 * on two reads of a counter updated every ms.
 	 */
 	if (abs(est_delay - subs->last_delay) * 1000 > runtime->rate * 2)
-		snd_printk(KERN_DEBUG "delay: estimated %d, actual %d\n",
-			est_delay, subs->last_delay);
+//		snd_printk(KERN_DEBUG "delay: estimated %d, actual %d\n",
+//			est_delay, subs->last_delay);
 
 	if (!subs->running) {
 		/* update last_frame_number for delay counting here since