cvs commit: src/sys/dev/sound/pci es137x.c

Alexander Leidinger netchild at FreeBSD.org
Sun Oct 2 08:56:37 PDT 2005


netchild    2005-10-02 15:56:36 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/sound/pci    es137x.c 
  Log:
  * Fixed rate operation for es1370 chip to solve conflicting
    sampling rate between playback and recording. This can be
    disabled / enabled via kernel hints
    (hint.pcm.<unit>.fixed_rate=0/4000-48000) or sysctl
    hw.snd.pcm<unit>.fixed_rate=0/4000-48000). Default to 48khz
    fixed rate. [1]
  * Basic cleanup. *_es1371x_* -> *_es137x_*.
  * Some locking fixes. [2]
  
  Submitted by:   Ariff Abdullah <skywizard at MyBSD.org.my>
  Discussed with: yongari [2]
  See also:       http://lists.freebsd.org/pipermail/freebsd-multimedia/2005-September/002758.html [1]
  Reported by:    Jos Backus <jos at catnook.com> [1]
  
  Revision  Changes    Path
  1.57      +222 -118  src/sys/dev/sound/pci/es137x.c


More information about the cvs-src mailing list