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

Ariff Abdullah ariff at FreeBSD.org
Fri Mar 16 17:15:40 UTC 2007


ariff       2007-03-16 17:15:33 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/sound/pcm    channel.c feeder.c feeder.h sound.h 
  Log:
  [stage: 4/9]
  
  - Rearrange FEEDER_* constants starting from 0 to 31, so the future
    additions will be much easier and consistent.
  - Introduce FEEDER_SWAPLR. Few super broken hardwares (found on several
    extremely cheap uaudio stick, possibly others) mistakenly wired left
    and right channels wrongly, screwing output or input.
  
  Revision  Changes    Path
  1.114     +1 -1      src/sys/dev/sound/pcm/channel.c
  1.40      +53 -24    src/sys/dev/sound/pcm/feeder.c
  1.15      +8 -7      src/sys/dev/sound/pcm/feeder.h
  1.74      +2 -0      src/sys/dev/sound/pcm/sound.h


More information about the cvs-src mailing list