blob: e7f6255e348e32d6d2e0f5f1d19d62b1d8843294 [file] [log] [blame]
/*
This file contains just a stub version of the Sound Driver.
The real version is available at tsx-11.mit.edu
(pub/linux/ALPHA/sound/snd-driv-0.x.tar.Z)
Hannu Savolainen
hsavolai@cs.helsinki.fi
*/
long soundcard_init(long mem_start)
{
return mem_start;
}
void sound_mem_init(void)
{
}
#ifdef CONFIG_SOUND
#error The Sound Driver not installed.
#endif