All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] opl4 depends on opl3
@ 2004-12-05 12:04 Martin Langer
  2004-12-06 19:48 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Langer @ 2004-12-05 12:04 UTC (permalink / raw)
  To: alsa-devel


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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] opl4 depends on opl3
  2004-12-05 12:04 [PATCH] opl4 depends on opl3 Martin Langer
@ 2004-12-06 19:48 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2004-12-06 19:48 UTC (permalink / raw)
  To: Martin Langer; +Cc: alsa-devel

At Sun, 5 Dec 2004 13:04:58 +0100,
Martin Langer wrote:
> 
> 
> Hi,
> 
> support for OPL4 depends on OPL3, but it's not written in the Makefile.
> Let's fix it.

Thanks, committed.


Takashi


-------------------------------------------------------
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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-12-06 19:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-05 12:04 [PATCH] opl4 depends on opl3 Martin Langer
2004-12-06 19:48 ` Takashi Iwai

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.