Date: Sat, 16 Feb 2002 17:05:02 -0600 From: "Mike Meyer" <mwm-dated-1014332703.30f008@mired.org> To: Kent Stewart <kstewart@owt.com> Cc: stable@FreeBSD.ORG, Andreas.Schwarz@schwarzes.net Subject: Re: SiS 7012 (sound in the SiS 735 chipset motherboards) patches. Message-ID: <15470.58782.674384.976114@guru.mired.org> In-Reply-To: <3C6EDE5B.4030901@owt.com> References: <15470.55894.187641.324964@guru.mired.org> <3C6EDE5B.4030901@owt.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Kent Stewart <kstewart@owt.com> types: > I have no interest in recording but playing audio is of an extremely > high interest. I have found that cutting and pasting from a pr is less > than useful. Do you have a patch set that I can save some where. Sorry, no. I need to record, so I'm not going to be using any of this code. I deleted everything shortly after I sent that mail. What I recommend you do is something like this: $ fetch -o ichp.html http://www.freebsd.org/cgi/query-pr.cgi\?pr=35012 $ sed -e 's/>/>/g' -e 's/</</g' -e 's/&/\&/g' < ichp.html > ichp # edit ichp by hand, removing one of the two patch sets. $ patch < ichp If you're running -stable and don't want to play with the recording, you might try applying the patches for -current. One hunk fails, and I think it's obvious how to apply it by hand. That would avoid any problems that I may have brought in from -current. BTW, if there are problems with dma overruns with these patches, please let me know. I believe that the kernel's pcm architecture avoids the situation where that can happen, but if that's not the case, I have a fix for it. <mike -- Mike Meyer <mwm@mired.org> http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15470.58782.674384.976114>