summaryrefslogtreecommitdiff
path: root/package/mpd/patches/patch-src_output_alsa_plugin_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-09-18 11:00:51 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-09-18 11:00:51 +0200
commit18cc51293ea4c717b49fafe9eecb2e79256a1209 (patch)
tree9c961f35bf508bf0909ba17bf96bb89c17217a5e /package/mpd/patches/patch-src_output_alsa_plugin_c
parente5799048f13349b316efcde664280f107435850b (diff)
parent163b0c7c5ffc99e7060f1fac0227c18dee7303f3 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/mpd/patches/patch-src_output_alsa_plugin_c')
-rw-r--r--package/mpd/patches/patch-src_output_alsa_plugin_c16
1 files changed, 0 insertions, 16 deletions
diff --git a/package/mpd/patches/patch-src_output_alsa_plugin_c b/package/mpd/patches/patch-src_output_alsa_plugin_c
deleted file mode 100644
index 98479eb7d..000000000
--- a/package/mpd/patches/patch-src_output_alsa_plugin_c
+++ /dev/null
@@ -1,16 +0,0 @@
-* will be better solved in mpd 1.16.4
-
---- mpd-0.16.2.orig/src/output/alsa_plugin.c 2011-03-19 01:41:53.000000000 +0100
-+++ mpd-0.16.2/src/output/alsa_plugin.c 2011-05-14 13:44:14.000000000 +0200
-@@ -646,8 +646,9 @@ alsa_play(void *data, const void *chunk,
- while (true) {
- snd_pcm_sframes_t ret = ad->writei(ad->pcm, chunk, size);
- if (ret > 0) {
-- ad->period_position = (ad->period_position + ret)
-- % ad->period_frames;
-+ // SIGFPE!
-+ //ad->period_position = (ad->period_position + ret)
-+ // % ad->period_frames;
- return ret * ad->frame_size;
- }
-