cvs commit: src/sys/dev/sound/pci atiixp.c es137x.c via8233.c
src/sys/dev/sound/pci/hda hdac.c
Ariff Abdullah
ariff at FreeBSD.org
Fri Mar 16 17:18:17 UTC 2007
ariff 2007-03-16 17:18:17 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/pci atiixp.c es137x.c via8233.c
sys/dev/sound/pci/hda hdac.c
Log:
[stage: 8/9]
Implement CHANNEL_SETFRAGMENTS() for snd_atiixp, snd_es137x, snd_hda
and snd_via8233. CHANNEL_SETBLOCKSIZE() will basically call
CHANNEL_SETFRAGMENTS() internally using conservative blocksize /
blockcount hints. Other drivers will be converted later.
Revision Changes Path
1.12 +53 -15 src/sys/dev/sound/pci/atiixp.c
1.64 +55 -22 src/sys/dev/sound/pci/es137x.c
1.30 +45 -14 src/sys/dev/sound/pci/hda/hdac.c
1.31 +58 -16 src/sys/dev/sound/pci/via8233.c
More information about the cvs-src
mailing list