Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jul 2004 03:59:55 +0000 (UTC)
From:      Seigo Tanimura <tanimura@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/sound/isa ad1816.c es1888.c ess.c gusc.c mss.c sb16.c sb8.c sbc.c
Message-ID:  <200407160359.i6G3xtS9083182@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tanimura    2004-07-16 03:59:55 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/sound/isa    ad1816.c es1888.c ess.c gusc.c mss.c 
                         sb16.c sb8.c sbc.c 
  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.33      +1 -1      src/sys/dev/sound/isa/ad1816.c
  1.11      +1 -1      src/sys/dev/sound/isa/es1888.c
  1.31      +1 -1      src/sys/dev/sound/isa/ess.c
  1.14      +1 -1      src/sys/dev/sound/isa/gusc.c
  1.90      +3 -3      src/sys/dev/sound/isa/mss.c
  1.87      +1 -1      src/sys/dev/sound/isa/sb16.c
  1.77      +1 -1      src/sys/dev/sound/isa/sb8.c
  1.42      +1 -1      src/sys/dev/sound/isa/sbc.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407160359.i6G3xtS9083182>