Lines Matching refs:sound
1 Building a modular sound driver
6 making sound modular.
9 setting in the sound section:
25 Note that it is no longer necessary or possible to configure sound in the
26 drivers/sound dir. Now one simply configures and makes one's kernel and
42 The effect of this is that the sound driver and all necessary bits and
43 pieces autoload on demand, assuming you use kerneld (a sound choice) and
58 sound.o # The sound driver
78 The sound modules normally allocate DMA buffers during open() and
86 the sound modules right after the kernel boots, either manually or by an
88 wasteful of RAM, but it guarantees that sound always works.
90 To make the sound driver use persistent DMA buffers we need to pass the
91 sound.o module a "dmabuf=1" command-line argument. This is normally done
94 options sound dmabuf=1
96 If you have 16MB or less RAM or a PCI sound card, this is wasteful and
100 the sound modules loaded and the DMA buffers allocated when they are not