Bug 27067

Summary: pcm_feederdesc defined twice
Product: Base System Reporter: quinot <quinot>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description quinot 2001-05-03 21:10:01 UTC
	In sys/dev/sound/pcm, struct pcm_feederdesc is defined in feeder.h
	(included by sound.h) *and* datatypes.h.
	
	This prevents the compilation of the ICH audio driver
	(http://www.katsurajima.seya.yokohama.jp/ich/), which
	includes sound.h, and also requires datatypes.h because
	it uses snd_dbuf.

Fix: I do not know if the following patch is appropriate, but at least
	it let me compile the kernel.
Comment 1 greid freebsd_committer freebsd_triage 2001-05-05 17:56:54 UTC
State Changed
From-To: open->closed

datatypes.h has been removed from the repository; it was unused. The ICH 
source that I looked at doesn't include it anyway.