Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Fix to the Pro Audio Spectrum sound driver
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Arthur Peters  
View profile  
 More options Jun 7 2000, 3:00 am
Newsgroups: fa.linux.kernel
From: Arthur Peters <a...@softhome.net>
Date: 2000/06/07
Subject: Fix to the Pro Audio Spectrum sound driver
Hello,
        There has been been a problem with the pas2 driver that caused
the mixer not to function. I found the problem in the code and created
this patch. It fixes the mixer on the Pro Audio Spectrum 16
rev. D. Would anyone who uses this driver please test this change. The
patch is as follows:
<<BEGIN PATCH>>
--- /usr/src/kernel-source-2.2.12/drivers/sound/pas2_mixer.c    Mon Nov  1 16:30:21 1999
+++ pas2_mixer.c        Fri May 26 00:23:39 2000
@@ -71,7 +71,7 @@

        if (pas_model == 4)
          {
-                 outw(data | (data << 8), (ioaddr ^ translate_code) - 1);
+                 outw(data | (data << 8), (ioaddr + translate_code) - 1);
                  outb((0x80), 0);
        } else
                pas_write(data, ioaddr);
<<END PATCH>>

If you'd rather download it, the patch can be found at
http://home.swbell.net/ri1300/programs.html. Thanks for your time.
-Arthur Peters

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tom Leete  
View profile  
 More options Jun 9 2000, 3:00 am
Newsgroups: fa.linux.kernel
From: Tom Leete <tle...@mountain.net>
Date: 2000/06/09
Subject: Re: Fix to the Pro Audio Spectrum sound driver

I edited it in. It works great, thanks.

Tom

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »