Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Oct 2005 15:56:36 +0000 (UTC)
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/sound/pci es137x.c
Message-ID:  <200510021556.j92FuadP075987@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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