From: Ben Gardiner Date: Thu, 19 May 2011 03:52:38 +0000 (-0400) Subject: ALSA: sound, core, pcm_lib: fix xrun_log X-Git-Tag: v3.0-rc1~347^2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=217658f46c2dbfe260f8f5976f2a201911a2f4c6;p=pandora-kernel.git ALSA: sound, core, pcm_lib: fix xrun_log The xrun_log function was augmented with the in_interrupt parameter whereas the empty macro definition used when xrun logging is disabled was not. Add a third parameter to the empty macro definition so as to not cause compiler errors when xrun logging (CONFIG_SND_PCM_XRUN_DEBUG) is disabled. Signed-off-by: Ben Gardiner Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed