]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
* Fixed rate operation for es1370 chip to solve conflicting
authorAlexander Leidinger <netchild@FreeBSD.org>
Sun, 2 Oct 2005 15:56:36 +0000 (15:56 +0000)
committerAlexander Leidinger <netchild@FreeBSD.org>
Sun, 2 Oct 2005 15:56:36 +0000 (15:56 +0000)
commit34ac5f0f5f928bdf7338fcf1a54d9b82f3aaf918
treeacb129e71c09b064d314cd72479df20420efd75f
parent932d1eb384f62d4e2d85f6fcc81e0f985c280490
* 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]
sys/dev/sound/pci/es137x.c