<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">---------------------
PatchSet 3117 
Date: 2005/04/13 13:25:30
Author: perex
Branch: HEAD
Tag: (none) 
Log:
Summary: replace SNDRV_PCM_HW_PARAMS_RUNTIME -&gt; SNDRV_PCM_HW_PARAMS_NORESAMPLE

Members: 
	include/asound.h:1.49-&gt;1.50 

Index: /include/sound/asound.h
diff -u /include/sound/asound.h.old /include/sound/asound.h
--- /include/sound/asound.h.old	Mon Mar 21 00:17:26 2005
+++ /include/sound/asound.h	Wed Apr 13 05:25:30 2005
@@ -344,7 +344,7 @@
 	SNDRV_PCM_HW_PARAM_LAST_INTERVAL = SNDRV_PCM_HW_PARAM_TICK_TIME
 };
 
-#define SNDRV_PCM_HW_PARAMS_RUNTIME		(1&lt;&lt;0)
+#define SNDRV_PCM_HW_PARAMS_NORESAMPLE		(1&lt;&lt;0)	/* avoid rate resampling */
 
 struct sndrv_interval {
 	unsigned int min, max;
</pre></body></html>