From: Ken T. <ke...@we...> - 2000-09-27 09:01:03
|
Hello, As I find the keyboard beeps a bit loud even when listening to Metalica mp3s ;) I came up with this. Is it OK to check the hardware this way or should an in use flag be better ? Ken. --- 2.2_orig/arch/m68k/amiga/amisound.c Fri May 26 05:07:30 2000 +++ 2.2_work/arch/m68k/amiga/amisound.c Tue Sep 26 18:03:22 2000 @@ -63,6 +63,9 @@ if (!snd_data) return; + if (custom.dmaconr & DMAF_AUD2) + return; /* do nothing if ch2 in use */ + save_flags(flags); cli(); del_timer( &sound_timer ); |