public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH][2.5] opl3 OSS emulation compile fixes
@ 2002-05-09 12:21 Zwane Mwaikambo
  2002-05-10  6:23 ` A Guy Called Tyketto
  0 siblings, 1 reply; 8+ messages in thread
From: Zwane Mwaikambo @ 2002-05-09 12:21 UTC (permalink / raw)
  To: Jaroslav Kysela; +Cc: Linux Kernel

Not so sure wether the ifeq change is what you want though...

--- linux-2.5/sound/drivers/opl3/Makefile.orig	Thu May  9 12:38:42 2002
+++ linux-2.5/sound/drivers/opl3/Makefile	Thu May  9 12:39:20 2002
@@ -9,7 +9,7 @@
 
 snd-opl3-lib-objs := opl3_lib.o opl3_synth.o
 snd-opl3-synth-objs := opl3_seq.o opl3_midi.o opl3_drums.o
-ifeq ($(subst m,y,$(CONFIG_SND_SEQUENCER)),y)
+ifeq ($(subst m,y,$(CONFIG_SND_OSSEMUL)),y)
 snd-opl3-synth-objs += opl3_oss.o
 endif
 
--- linux-2.5/include/sound/opl3.h.orig	Thu May  9 12:34:10 2002
+++ linux-2.5/include/sound/opl3.h	Thu May  9 12:34:18 2002
@@ -287,8 +287,10 @@
 	snd_seq_device_t *seq_dev;	/* sequencer device */
 	snd_midi_channel_set_t * chset;
 
+#ifdef CONFIG_SND_OSSEMUL
 	snd_seq_device_t *oss_seq_dev;	/* OSS sequencer device, WIP */
 	snd_midi_channel_set_t * oss_chset;
+#endif
  
 	snd_seq_kinstr_ops_t fm_ops;
 	snd_seq_kinstr_list_t *ilist;

-- 
http://function.linuxpower.ca
		


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

end of thread, other threads:[~2002-05-11 23:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-09 12:21 [PATCH][2.5] opl3 OSS emulation compile fixes Zwane Mwaikambo
2002-05-10  6:23 ` A Guy Called Tyketto
2002-05-10  9:47   ` Zwane Mwaikambo
2002-05-10 11:28     ` A Guy Called Tyketto
2002-05-10 13:18       ` Zwane Mwaikambo
2002-05-11  6:17         ` A Guy Called Tyketto
2002-05-11 11:51           ` Zwane Mwaikambo
2002-05-11 23:04             ` A Guy Called Tyketto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox