public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.5.4 OSS YMFPCI
@ 2002-02-14 15:58 John Weber
       [not found] ` <20020214125904.A2591@devserv.devel.redhat.com>
  0 siblings, 1 reply; 3+ messages in thread
From: John Weber @ 2002-02-14 15:58 UTC (permalink / raw)
  To: Pete Zaitcev; +Cc: linux-kernel

Here's a patch (against 2.5.4) that makes a little change to 
sound/Config.in that makes my kernel link (and my YMF sound work :).

(o- j o h n   e   w e b e r
//\  http://www.linuxhq.com/people/weber/
v_/_ john.weber@linuxhq.com


diff -Nru linux-2.5.4/drivers/sound/Config.in 
linux-2.5.5/drivers/sound/Config.in > sound-2.5.4.patch
--- linux-2.5.4/drivers/sound/Config.in	Sun Feb 10 20:50:10 2002
+++ linux-2.5.5/drivers/sound/Config.in	Thu Feb 14 10:48:28 2002
@@ -103,6 +103,9 @@
  dep_tristate '  VIA 82C686 Audio Codec' CONFIG_SOUND_VIA82CXXX $CONFIG_PCI
  dep_mbool    '  VIA 82C686 MIDI' CONFIG_MIDI_VIA82CXXX 
$CONFIG_SOUND_VIA82CXXX

+dep_tristate '  Yamaha YMF7xx PCI audio (native mode)' 
CONFIG_SOUND_YMFPCI $CONFIG_PCI
+dep_mbool '      Yamaha PCI legacy ports support' 
CONFIG_SOUND_YMFPCI_LEGACY $CONFIG_SOUND_YMFPCI
+
  dep_tristate '  OSS sound modules' CONFIG_SOUND_OSS $CONFIG_SOUND

  if [ "$CONFIG_SOUND_OSS" = "y" -o "$CONFIG_SOUND_OSS" = "m" ]; then
@@ -164,8 +167,6 @@
     dep_tristate '    Yamaha FM synthesizer (YM3812/OPL-3) support' 
CONFIG_SOUND_YM3812 $CONFIG_SOUND_OSS
     dep_tristate '    Yamaha OPL3-SA1 audio controller' 
CONFIG_SOUND_OPL3SA1 $CONFIG_SOUND_OSS
     dep_tristate '    Yamaha OPL3-SA2 and SA3 based PnP cards' 
CONFIG_SOUND_OPL3SA2 $CONFIG_SOUND_OSS
-   dep_tristate '    Yamaha YMF7xx PCI audio (native mode)' 
CONFIG_SOUND_YMFPCI $CONFIG_SOUND_OSS $CONFIG_PCI
-   dep_mbool '      Yamaha PCI legacy ports support' 
CONFIG_SOUND_YMFPCI_LEGACY $CONFIG_SOUND_YMFPCI
     dep_tristate '    6850 UART support' CONFIG_SOUND_UART6850 
$CONFIG_SOUND_OSS

     dep_tristate '    Gallant Audio Cards (SC-6000 and SC-6600 based)' 
CONFIG_SOUND_AEDSP16 $CONFIG_SOUND_OSS


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

* [PATCH] YMFPCI Patches
       [not found] ` <20020214125904.A2591@devserv.devel.redhat.com>
@ 2002-02-14 19:41   ` John Weber
  2002-02-14 19:54     ` Pete Zaitcev
  0 siblings, 1 reply; 3+ messages in thread
From: John Weber @ 2002-02-14 19:41 UTC (permalink / raw)
  To: Pete Zaitcev, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 407 bytes --]

Pete Zaitcev wrote:
>>Here's a patch (against 2.5.4) that makes a little change to 
>>sound/Config.in that makes my kernel link (and my YMF sound work :).
>>
> 
> Your mailer corrupted both of them

I am using Mozilla, so I don't know what it did to the patches.
I've sent them as attachments this time.

-- 
(o- j o h n   e   w e b e r
//\  http://www.linuxhq.com/people/weber/
v_/_ john.weber@linuxhq.com

[-- Attachment #2: sound-2.5.4.patch --]
[-- Type: text/plain, Size: 1366 bytes --]

--- linux-2.5.4/drivers/sound/Config.in	Sun Feb 10 20:50:10 2002
+++ linux-2.5.5/drivers/sound/Config.in	Thu Feb 14 10:48:28 2002
@@ -103,6 +103,9 @@
 dep_tristate '  VIA 82C686 Audio Codec' CONFIG_SOUND_VIA82CXXX $CONFIG_PCI
 dep_mbool    '  VIA 82C686 MIDI' CONFIG_MIDI_VIA82CXXX $CONFIG_SOUND_VIA82CXXX
 
+dep_tristate '  Yamaha YMF7xx PCI audio (native mode)' CONFIG_SOUND_YMFPCI $CONFIG_PCI
+dep_mbool '      Yamaha PCI legacy ports support' CONFIG_SOUND_YMFPCI_LEGACY $CONFIG_SOUND_YMFPCI
+
 dep_tristate '  OSS sound modules' CONFIG_SOUND_OSS $CONFIG_SOUND
 
 if [ "$CONFIG_SOUND_OSS" = "y" -o "$CONFIG_SOUND_OSS" = "m" ]; then
@@ -164,8 +167,6 @@
    dep_tristate '    Yamaha FM synthesizer (YM3812/OPL-3) support' CONFIG_SOUND_YM3812 $CONFIG_SOUND_OSS
    dep_tristate '    Yamaha OPL3-SA1 audio controller' CONFIG_SOUND_OPL3SA1 $CONFIG_SOUND_OSS
    dep_tristate '    Yamaha OPL3-SA2 and SA3 based PnP cards' CONFIG_SOUND_OPL3SA2 $CONFIG_SOUND_OSS
-   dep_tristate '    Yamaha YMF7xx PCI audio (native mode)' CONFIG_SOUND_YMFPCI $CONFIG_SOUND_OSS $CONFIG_PCI
-   dep_mbool '      Yamaha PCI legacy ports support' CONFIG_SOUND_YMFPCI_LEGACY $CONFIG_SOUND_YMFPCI
    dep_tristate '    6850 UART support' CONFIG_SOUND_UART6850 $CONFIG_SOUND_OSS
   
    dep_tristate '    Gallant Audio Cards (SC-6000 and SC-6600 based)' CONFIG_SOUND_AEDSP16 $CONFIG_SOUND_OSS

[-- Attachment #3: sound-2.5.5-pre1.patch --]
[-- Type: text/plain, Size: 1356 bytes --]

--- linux-2.5.4/sound/oss/Config.in	Thu Feb 14 11:00:32 2002
+++ linux-2.5.5/sound/oss/Config.in	Thu Feb 14 11:01:46 2002
@@ -103,6 +103,9 @@
 dep_tristate '  VIA 82C686 Audio Codec' CONFIG_SOUND_VIA82CXXX $CONFIG_PCI
 dep_mbool    '  VIA 82C686 MIDI' CONFIG_MIDI_VIA82CXXX $CONFIG_SOUND_VIA82CXXX
 
+dep_tristate '  Yamaha YMF7xx PCI audio (native mode)' CONFIG_SOUND_YMFPCI $CONFIG_PCI
+dep_mbool '    Yamaha PCI legacy ports support' CONFIG_SOUND_YMFPCI_LEGACY $CONFIG_SOUND_YMFPCI
+
 dep_tristate '  OSS sound modules' CONFIG_SOUND_OSS $CONFIG_SOUND
 
 if [ "$CONFIG_SOUND_OSS" = "y" -o "$CONFIG_SOUND_OSS" = "m" ]; then
@@ -164,8 +167,6 @@
    dep_tristate '    Yamaha FM synthesizer (YM3812/OPL-3) support' CONFIG_SOUND_YM3812 $CONFIG_SOUND_OSS
    dep_tristate '    Yamaha OPL3-SA1 audio controller' CONFIG_SOUND_OPL3SA1 $CONFIG_SOUND_OSS
    dep_tristate '    Yamaha OPL3-SA2 and SA3 based PnP cards' CONFIG_SOUND_OPL3SA2 $CONFIG_SOUND_OSS
-   dep_tristate '    Yamaha YMF7xx PCI audio (native mode)' CONFIG_SOUND_YMFPCI $CONFIG_SOUND_OSS $CONFIG_PCI
-   dep_mbool '      Yamaha PCI legacy ports support' CONFIG_SOUND_YMFPCI_LEGACY $CONFIG_SOUND_YMFPCI
    dep_tristate '    6850 UART support' CONFIG_SOUND_UART6850 $CONFIG_SOUND_OSS
   
    dep_tristate '    Gallant Audio Cards (SC-6000 and SC-6600 based)' CONFIG_SOUND_AEDSP16 $CONFIG_SOUND_OSS

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

* Re: [PATCH] YMFPCI Patches
  2002-02-14 19:41   ` [PATCH] YMFPCI Patches John Weber
@ 2002-02-14 19:54     ` Pete Zaitcev
  0 siblings, 0 replies; 3+ messages in thread
From: Pete Zaitcev @ 2002-02-14 19:54 UTC (permalink / raw)
  To: John Weber; +Cc: Pete Zaitcev, linux-kernel

> Date: Thu, 14 Feb 2002 14:41:16 -0500
> From: John Weber <john.weber@linuxhq.com>

> >>Here's a patch (against 2.5.4) that makes a little change to 
> >>sound/Config.in that makes my kernel link (and my YMF sound work :).
> > 
> > Your mailer corrupted both of them
> 
> I am using Mozilla, so I don't know what it did to the patches.
> I've sent them as attachments this time.

OK, I approve, but honestly, I do not care much for 2.5.
If Linus applies, fine. If not - fine too. ALSA makes it pretty
irrelevant anyhow... And I am happy to discard the maintainer's
mantle. Let the penguin insult some other sucker.

-- Pete

P.S. Un-MIMEd patch

--- linux-2.5.4/sound/oss/Config.in	Thu Feb 14 11:00:32 2002
+++ linux-2.5.5/sound/oss/Config.in	Thu Feb 14 11:01:46 2002
@@ -103,6 +103,9 @@
 dep_tristate '  VIA 82C686 Audio Codec' CONFIG_SOUND_VIA82CXXX $CONFIG_PCI
 dep_mbool    '  VIA 82C686 MIDI' CONFIG_MIDI_VIA82CXXX $CONFIG_SOUND_VIA82CXXX
 
+dep_tristate '  Yamaha YMF7xx PCI audio (native mode)' CONFIG_SOUND_YMFPCI $CONFIG_PCI
+dep_mbool '    Yamaha PCI legacy ports support' CONFIG_SOUND_YMFPCI_LEGACY $CONFIG_SOUND_YMFPCI
+
 dep_tristate '  OSS sound modules' CONFIG_SOUND_OSS $CONFIG_SOUND
 
 if [ "$CONFIG_SOUND_OSS" = "y" -o "$CONFIG_SOUND_OSS" = "m" ]; then
@@ -164,8 +167,6 @@
    dep_tristate '    Yamaha FM synthesizer (YM3812/OPL-3) support' CONFIG_SOUND_YM3812 $CONFIG_SOUND_OSS
    dep_tristate '    Yamaha OPL3-SA1 audio controller' CONFIG_SOUND_OPL3SA1 $CONFIG_SOUND_OSS
    dep_tristate '    Yamaha OPL3-SA2 and SA3 based PnP cards' CONFIG_SOUND_OPL3SA2 $CONFIG_SOUND_OSS
-   dep_tristate '    Yamaha YMF7xx PCI audio (native mode)' CONFIG_SOUND_YMFPCI $CONFIG_SOUND_OSS $CONFIG_PCI
-   dep_mbool '      Yamaha PCI legacy ports support' CONFIG_SOUND_YMFPCI_LEGACY $CONFIG_SOUND_YMFPCI
    dep_tristate '    6850 UART support' CONFIG_SOUND_UART6850 $CONFIG_SOUND_OSS
   
    dep_tristate '    Gallant Audio Cards (SC-6000 and SC-6600 based)' CONFIG_SOUND_AEDSP16 $CONFIG_SOUND_OSS


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

end of thread, other threads:[~2002-02-14 19:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-14 15:58 [PATCH] 2.5.4 OSS YMFPCI John Weber
     [not found] ` <20020214125904.A2591@devserv.devel.redhat.com>
2002-02-14 19:41   ` [PATCH] YMFPCI Patches John Weber
2002-02-14 19:54     ` Pete Zaitcev

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