Re: [2.1.77] patch to make 2.1.77 sound compile, and remove missing symbols I found.

Byeong-ryeol Kim (jinbo21@soback.kornet.nm.kr)
Sun, 4 Jan 1998 12:35:19 +0900 (KST)


On Sat, 3 Jan 1998, Myrdraal wrote:

> Hi,
> Here's a patch that you need to compile/use sound for 2.1.77. It might
> be a good idea to include it it 2.1.78, unless I messed something up.
> -Myrdraal
...
There might be another trivial patch against pas2_mixer.c.patch.

--- linux/drivers/sound/pas2_mixer.c~ Sat Jan 3 11:12:52 1998
+++ linux/drivers/sound/pas2_mixer.c Sat Jan 3 12:20:03 1998
@@ -260,7 +260,7 @@
if (__get_user(level, (int *)arg))
return -EFAULT;
if (level == -1) /* Return current settings */
- level = = !(pas_read(0x0B8A) & 0x20);
+ level == !(pas_read(0x0B8A) & 0x20);
else {
if (level)
pas_write(pas_read(0x0B8A) & (~0x20), 0x0B8A);

"Where there is a will, there is a way." jinbo21@soback.kornet.nm.kr
kbeyl@kids.kotel.co.kr
For the future of you and me! hitel: jinbo21