git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec08b14
)
ALSA: sound, core, pcm_lib: fix xrun_log
author
Ben Gardiner
<bengardiner@nanometrics.ca>
Thu, 19 May 2011 03:52:38 +0000
(23:52 -0400)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 19 May 2011 05:18:56 +0000
(07:18 +0200)
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 <bengardiner@nanometrics.ca>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/pcm_lib.c
patch
|
blob
|
history
diff --cc
sound/core/pcm_lib.c
Simple merge