cvs commit: src/sys/dev/sound/pcm sound.c sound.h

Seigo Tanimura tanimura at FreeBSD.org
Thu Jul 15 20:59:10 PDT 2004


tanimura    2004-07-16 03:59:09 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/sound/pcm    sound.c sound.h 
  Log:
  Rename the sound device drivers:
  
  - `sound'
    The generic sound driver, always required.
  
  - `snd_*'
    Device-dependent drivers, named after the sound module names.
    Configure accordingly to your hardware.
  
  In addition, rename the `snd_pcm' module to `sound' in order to sync
  with the driver names.
  
  Suggested by:   cg
  
  Revision  Changes    Path
  1.92      +12 -7     src/sys/dev/sound/pcm/sound.c
  1.61      +4 -4      src/sys/dev/sound/pcm/sound.h


More information about the cvs-src mailing list