summaryrefslogtreecommitdiff
path: root/xmms/xmms-1.2.10_alsa_unpause.patch
diff options
context:
space:
mode:
Diffstat (limited to 'xmms/xmms-1.2.10_alsa_unpause.patch')
-rw-r--r--xmms/xmms-1.2.10_alsa_unpause.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/xmms/xmms-1.2.10_alsa_unpause.patch b/xmms/xmms-1.2.10_alsa_unpause.patch
deleted file mode 100644
index 29c3e5cfd..000000000
--- a/xmms/xmms-1.2.10_alsa_unpause.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- xmms-1.2.10-/Output/alsa/audio.c Fri Apr 1 21:58:46 2005
-+++ xmms-1.2.10/Output/alsa/audio.c Fri Apr 1 21:53:12 2005
-@@ -166,6 +166,9 @@
- else
- {
- int err;
-+ if (snd_pcm_state(alsa_pcm) == SND_PCM_STATE_SETUP)
-+ snd_pcm_prepare(alsa_pcm);
-+
- if (force_start &&
- snd_pcm_state(alsa_pcm) == SND_PCM_STATE_PREPARED)
- {

Generated by cgit