All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian and Iris <brooke@jump.net>
To: linux-sound@vger.kernel.org
Subject: Patch for Sound Makefile
Date: Tue, 30 May 2000 06:41:12 +0000	[thread overview]
Message-ID: <marc-linux-sound-95966907612502@msgid-missing> (raw)

I have an MSS compatible sound system.

Actually it is a Media-Magic ISP-16 two-mode sound card once popular on "Austin"
brand computers. There were never any win95 drivers written for it. I put it in
MSS-compatibility mode with the dos utility prior to running loadlin to start an
actual operating system.

To get a mixer operational, I had to make the patch below.

This is on devices/sound/Makefile on version 2.3.99-pre9

(Pre-8 worked.)

This is for a modular sound system. I have not tried compiling this in, so I do
not know if the link order issues referred to in the makefile would affect this.

narcissus:/tmp$ cat sound-diffs 
--- Makefile~   Tue May 30 01:24:22 2000
+++ Makefile    Tue May 30 01:24:22 2000
@@ -48,7 +48,7 @@
 obj-$(CONFIG_SOUND_MAD16)      += mad16.o ad1848.o sb_lib.o uart401.o
 obj-$(CONFIG_SOUND_CS4232)     += cs4232.o uart401.o
 obj-$(CONFIG_SOUND_OPL3SA2)    += opl3sa2.o ad1848.o uart401.o mpu401.o
-obj-$(CONFIG_SOUND_MSS)                += ad1848.o
+obj-$(CONFIG_SOUND_MSS)                += ad1848.o cs4232.o uart401.o
 obj-$(CONFIG_SOUND_PAS)                += pas2.o sb_lib.o uart401.o
 obj-$(CONFIG_SOUND_SB)         += sb.o sb_lib.o uart401.o
 obj-$(CONFIG_SOUND_WAVEFRONT)  += wavefront.o

                 reply	other threads:[~2000-05-30  6:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=marc-linux-sound-95966907612502@msgid-missing \
    --to=brooke@jump.net \
    --cc=linux-sound@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.