Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Sep 1999 14:43:36 -0700 (PDT)
From:      Cameron Grant <cg@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/pcm channel.c channel.h datatypes.h dsp.c feeder.c sound.c sound.h
Message-ID:  <199909282143.OAA04227@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
cg          1999/09/28 14:43:36 PDT

  Modified files:
    sys/dev/pcm          channel.c channel.h datatypes.h dsp.c 
                         feeder.c sound.c sound.h 
  Log:
  * add a non-reset device- will not reset the channel on open.  you
    will have to mknod yourself for now.
  * don't eat the first write()
  * partial rvplayer fix- don't panic on unaligned writes unless our
    feeder chain requires them for downconversion.  a fuller fix is
    on the way.
  
  Revision  Changes    Path
  1.4       +9 -7      src/sys/dev/pcm/channel.c
  1.3       +2 -1      src/sys/dev/pcm/channel.h
  1.3       +3 -1      src/sys/dev/pcm/datatypes.h
  1.5       +25 -11    src/sys/dev/pcm/dsp.c
  1.4       +14 -11    src/sys/dev/pcm/feeder.c
  1.4       +5 -1      src/sys/dev/pcm/sound.c
  1.3       +2 -1      src/sys/dev/pcm/sound.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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