NEWS
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. Linux 2.4 Sound Changes
  2. 2000-September-25
  3. Christoph Hellwig, <hch@infradead.org>
  4. === isapnp support
  5. The Linux 2.4 Kernel does have reliable in-kernel isapnp support.
  6. Some drivers (sb.o, ad1816.o awe_wave.o) do now support automatically
  7. detecting and configuring isapnp devices.
  8. === soundcard resources on kernel commandline
  9. Before Linux 2.4 you had to specify the resources for sounddrivers
  10. statically linked into the kernel at compile time
  11. (in make config/menuconfig/xconfig). In Linux 2.4 the ressources are
  12. now specified at the boot-time kernel commandline (e.g. the lilo
  13. 'append=' line or everything that's after the kernel name in grub).
  14. Read the Configure.help entry for your card for the parameters.
  15. === softoss is gone
  16. In Linux 2.4 the softoss in-kernel software synthesizer is no more aviable.
  17. Use a user space software synthesizer like timidity instead.
  18. === /dev/sndstat and /proc/sound are gone
  19. In older Linux versions those files exported some information about the
  20. OSS/Free configuration to userspace. In Linux 2.3 they were removed because
  21. they did not support the growing number of pci soundcards and there were
  22. some general problems with this interface.