1 /*
2
3 This file contains just a stub version of the Sound Driver.
4
5 The real version is available at tsx-11.mit.edu
6 (pub/linux/ALPHA/sound/snd-driv-0.x.tar.Z)
7
8 Hannu Savolainen
9 hsavolai@cs.helsinki.fi
10 */
11
12 long soundcard_init(long mem_start)
/* ![[previous]](../icons/n_left.png)
![[next]](../icons/n_right.png)
![[first]](../icons/n_first.png)
![[last]](../icons/n_last.png)
![[top]](../icons/top.png)
![[bottom]](../icons/bottom.png)
![[index]](../icons/index.png)
*/
13 {
14 return mem_start;
15 }