]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: pcm_lib - fix xrun functionality
authorJarkko Nikula <jhnikula@gmail.com>
Fri, 26 Mar 2010 14:07:25 +0000 (16:07 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 26 Mar 2010 14:26:38 +0000 (15:26 +0100)
commit01c7293f4b70c05c36c103600f5aaa9bf16ad48a
treec673482b4147cb5cbb9a180496569482e291ccbf
parent4049d7b635e16812e93060218bcc2d26b72e6844
ALSA: pcm_lib - fix xrun functionality

The commit da45909db1bb59f5d064d8577a24563fd30f61b9 broke the interrupt
time xrun functionality (stream stop etc.) if the CONFIG_SND_PCM_XRUN_DEBUG
is not set. This is because the xrun() is null defined without it.

Fix this by letting the function xrun() to be always defined as it was
before.

Signed-off-by: Jarkko Nikula <jhnikula@gmail.com>
Cc: Jaroslav Kysela <perex@perex.cz>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/pcm_lib.c