summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/dfsound/alsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dfsound/alsa.c b/plugins/dfsound/alsa.c
index 3aadc588..2a291f6a 100644
--- a/plugins/dfsound/alsa.c
+++ b/plugins/dfsound/alsa.c
@@ -251,7 +251,7 @@ void SoundFeedStreamData(unsigned char* pSound,long lBytes)
// PLAY CDDA CHANNEL
void CALLBACK SPUplayCDDAchannel(short* pcm, int nbytes)
{
- if (handle_cdda == NULL) SetupCDDASound();
+ if (handle_cdda == NULL) return;
if (snd_pcm_state(handle_cdda) == SND_PCM_STATE_XRUN)
snd_pcm_prepare(handle_cdda);