All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Langer <martin-langer@gmx.de>
To: alsa-devel@lists.sourceforge.net
Subject: [PATCH] opl4 depends on opl3
Date: Sun, 5 Dec 2004 13:04:58 +0100	[thread overview]
Message-ID: <20041205120458.GA461@tuba.home> (raw)


Hi,

support for OPL4 depends on OPL3, but it's not written in the Makefile.
Let's fix it.

bye,
martin


Summary:
Compiling OPL4 doesn't include the snd-opl3-lib. This change in the
Makefile enables now the compiling of snd-opl3-lib.o for OPL4 soundcards.

Signed-off-by: Martin Langer <martin-langer@gmx.de>



Index: alsa-kernel/drivers/opl3/Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/drivers/opl3/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- alsa-kernel/drivers/opl3/Makefile	2 Mar 2004 19:51:30 -0000	1.22
+++ alsa-kernel/drivers/opl3/Makefile	5 Dec 2004 11:42:00 -0000
@@ -18,4 +18,5 @@
 sequencer = $(if $(subst y,,$(CONFIG_SND_SEQUENCER)),$(if $(1),m),$(if $(CONFIG_SND_SEQUENCER),$(1)))
 
 obj-$(CONFIG_SND_OPL3_LIB) += snd-opl3-lib.o
+obj-$(CONFIG_SND_OPL4_LIB) += snd-opl3-lib.o
 obj-$(call sequencer,$(CONFIG_SND_OPL3_LIB)) += snd-opl3-synth.o


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/

             reply	other threads:[~2004-12-05 12:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-05 12:04 Martin Langer [this message]
2004-12-06 19:48 ` [PATCH] opl4 depends on opl3 Takashi Iwai

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=20041205120458.GA461@tuba.home \
    --to=martin-langer@gmx.de \
    --cc=alsa-devel@lists.sourceforge.net \
    /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.