2.1.77 sound compile problems

Dag Brattli (dagb@cs.uit.no)
03 Jan 1998 22:14:01 +0100


To make my crystal sound card work on 2.1.77 I had to:

soundcard.c
+#include <linux/notifier.h>

soundtimer.c
-static void reprogram_timer(void)
+void reprogram_timer(void)

referenced by sys_timer.c

The Makefile still dont know that cs4232.c depends on ad1848.c

-- Dag