From: Stas Sergeev <stsp@aknet.ru>
To: Clarence Dang <clarencedang@yahoo.com>
Cc: linux-msdos <linux-msdos@vger.kernel.org>
Subject: Re: Patch "New sound system for dosemu."
Date: Fri, 01 Sep 2006 23:00:37 +0400 [thread overview]
Message-ID: <44F88355.4060400@aknet.ru> (raw)
Hi.
Clarence Dang wrote:
> Licensing issues. But I dare say no one had time anyway so licensing
> issues was a convenient extra excuse :)
Let me challenge you on that. Yes, the spare time is
the precious resource these days, but about an extra
excuse you are wrong, sorry. Even if you didn't know
that many people in that list use the different patches
I did shortly before or even after the conflict, you
can't ignore the sound patch (the only patch I made
publically available after conflict), which also applies
to the "shortly before" category. I'll include the diffstat
for you to get an idea. Another example is that I have ported
almost the entire midid code to timidity (well, timidity
died in a process, so the results of that work will probably
not materialize, but that's a different story). So there
was no excuse for anything. I am still trying to do the
dosemu-related development, the only difference is that
the code changed its direction and now floats from dosemu to
another projects, and not the vice-versa.
diffstat, as promised:
---
$ diffstat dosemu-sound-21.diff
Makefile.conf.in | 4
compiletime-settings | 3
compiletime-settings.devel | 3
configure.ac | 43
default-configure | 6
src/arch/linux/Makefile.main | 2
src/arch/linux/async/signal.c | 2
src/arch/linux/dosext/sound/Makefile | 22
src/arch/linux/dosext/sound/linux_sound.c | 821 --------
src/arch/linux/dosext/sound/linux_sound.h | 50
src/arch/linux/dosext/sound/midid/Makefile | 25
src/arch/linux/dosext/sound/midid/device.c | 34
src/arch/linux/dosext/sound/midid/device.h | 4
src/arch/linux/dosext/sound/midid/io.c | 34
src/arch/linux/dosext/sound/midid/midid.c | 21
src/arch/linux/dosext/sound/midid/midout.c | 2
src/arch/linux/dosext/sound/midid/null.c | 3
src/arch/linux/dosext/sound/midid/oss.c | 68
src/arch/linux/dosext/sound/midid/seqops.h | 73
src/arch/linux/dosext/sound/midid/timid.c | 242 --
src/base/data.c | 2
src/base/dev/dma/dma.c | 1720 +++-------------
src/base/dev/sb16/Makefile | 20
src/base/dev/sb16/adlib.c | 226 ++
src/base/dev/sb16/adlib.h | 36
src/base/dev/sb16/dspio.c | 387 +++
src/base/dev/sb16/dspio.h | 37
src/base/dev/sb16/sb16.c | 1462 ++++++++++++++
src/base/dev/sb16/sb16.h | 112 +
src/base/dev/sb16/ymf262.c | 2730 ++++++++++++++++++++++++++
src/base/dev/sb16/ymf262.h | 56
src/base/init/dev_list.c | 4
src/base/sound/Makefile | 19
src/base/sound/midi.c | 139 +
src/base/sound/nullsnd.c | 105 +
src/base/sound/nullsnd.h | 28
src/base/sound/sndpcm.c | 675 ++++++
src/dosext/sound/Makefile | 24
src/dosext/sound/TODO | 43
src/dosext/sound/sound.c | 2958 ----------------------------- src/emu.c | 4
src/include/config.h.in | 9
src/include/dma.h | 151 -
src/include/sound.h | 324 ---
src/include/sound/midi.h | 49
src/include/sound/sndpcm.h | 45
src/include/sound/sound.h | 88
src/plugin/alsa/Makefile | 21
src/plugin/alsa/mid_o_alsa.c | 75
src/plugin/commands/blaster.c | 2
src/plugin/sdl/Makefile | 2
src/plugin/sdl/snd_o_SDL.c | 95
src/plugin/sndfile/Makefile | 21
src/plugin/sndfile/snd_o_wav.c | 78
src/plugin/sndmisc/Makefile | 23
src/plugin/sndmisc/mid_i_pipe.c | 96
src/plugin/sndmisc/mid_o_midid.c | 187 +
src/plugin/sndmisc/mid_o_pipe.c | 79
src/plugin/sndmisc/mid_o_tmdty.c | 384 +++
59 files changed, 7993 insertions(+), 5985 deletions(-)
next reply other threads:[~2006-09-01 19:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-01 19:00 Stas Sergeev [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-09-01 18:41 Patch "New sound system for dosemu." Stas Sergeev
[not found] <20060828143404.1863175d@athene.private>
2006-08-28 17:48 ` Stas Sergeev
2006-08-28 18:45 ` Robert Komar
2006-08-29 0:22 ` Clarence Dang
2006-08-29 2:59 ` Robert Komar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=44F88355.4060400@aknet.ru \
--to=stsp@aknet.ru \
--cc=clarencedang@yahoo.com \
--cc=linux-msdos@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox