]> Pileus Git - ~andy/linux/blobdiff - sound/core/pcm_lib.c
Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6
[~andy/linux] / sound / core / pcm_lib.c
index c8c8091f9a7120ad103ce04558656baafec1b592..abfeff1611ce271eabe0bd98a1b75f613d626f96 100644 (file)
@@ -266,7 +266,7 @@ static void xrun_log_show(struct snd_pcm_substream *substream)
 #else /* ! CONFIG_SND_PCM_XRUN_DEBUG */
 
 #define hw_ptr_error(substream, fmt, args...) do { } while (0)
-#define xrun_log(substream, pos)       do { } while (0)
+#define xrun_log(substream, pos, in_interrupt) do { } while (0)
 #define xrun_log_show(substream)       do { } while (0)
 
 #endif