Hello all,
I managed to fix a bug I sent sometime ago. I was wondering how I could update the status of the bug? It is bug 20. You can apply this patch and it will fix my problem. I don't know if it will fix anyone else's, or if it will break everyone else's sound. All I know is that it works for me for the familiar v0.4 kernel.
Index: sa1100-uda1341.c
===================================================================
RCS file: /cvs/linux/kernel/drivers/sound/sa1100-uda1341.c,v
retrieving revision 1.23
diff -r1.23 sa1100-uda1341.c
210c210,213
< GPDR &= ~(L3_ModePin | L3_ClockPin | L3_DataPin);
---
> if( machine_is_assabet() || machine_is_pangolin() || machine_is_freebird()) {
> GPDR &= ~(L3_ClockPin | L3_DataPin);
> GPCR = (L3_ClockPin | L3_DataPin);
> }
Thanks,
Anthony Mills
Received on Mon Jul 16 14:40:18 2001
This archive was generated by hypermail 2.1.8 : Tue May 04 2004 - 09:38:27 EDT