diff options
-rw-r--r-- | sys/dev/sound/pci/csa.c | 4 | ||||
-rw-r--r-- | sys/dev/sound/pci/csaimg.h | 3 | ||||
-rw-r--r-- | sys/dev/sound/pci/csapcm.c | 4 | ||||
-rw-r--r-- | sys/dev/sound/pci/csareg.h | 4 |
4 files changed, 15 insertions, 0 deletions
diff --git a/sys/dev/sound/pci/csa.c b/sys/dev/sound/pci/csa.c index 61dcd38..c339460 100644 --- a/sys/dev/sound/pci/csa.c +++ b/sys/dev/sound/pci/csa.c @@ -2,6 +2,10 @@ * Copyright (c) 1999 Seigo Tanimura * All rights reserved. * + * Portions of this source are based on cwcealdr.cpp and dhwiface.cpp in + * cwcealdr1.zip, the sample sources by Crystal Semiconductor. + * Copyright (c) 1996-1998 Crystal Semiconductor Corp. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/sys/dev/sound/pci/csaimg.h b/sys/dev/sound/pci/csaimg.h index 994c8bc..0fb196f 100644 --- a/sys/dev/sound/pci/csaimg.h +++ b/sys/dev/sound/pci/csaimg.h @@ -2,6 +2,9 @@ * Copyright (c) 1999 Seigo Tanimura * All rights reserved. * + * Portions of this source are based on cwcimage.h in cwcealdr1.zip, the + * sample source by Crystal Semiconductor. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/sys/dev/sound/pci/csapcm.c b/sys/dev/sound/pci/csapcm.c index b8d3974..f2b37c0 100644 --- a/sys/dev/sound/pci/csapcm.c +++ b/sys/dev/sound/pci/csapcm.c @@ -2,6 +2,10 @@ * Copyright (c) 1999 Seigo Tanimura * All rights reserved. * + * Portions of this source are based on cwcealdr.cpp and dhwiface.cpp in + * cwcealdr1.zip, the sample sources by Crystal Semiconductor. + * Copyright (c) 1996-1998 Crystal Semiconductor Corp. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/sys/dev/sound/pci/csareg.h b/sys/dev/sound/pci/csareg.h index 2453287..9fd68d8 100644 --- a/sys/dev/sound/pci/csareg.h +++ b/sys/dev/sound/pci/csareg.h @@ -2,6 +2,10 @@ * Copyright (c) 1999 Seigo Tanimura * All rights reserved. * + * Portions of this source are based on hwdefs.h in cwcealdr1.zip, the + * sample source by Crystal Semiconductor. + * Copyright (c) 1996-1998 Crystal Semiconductor Corp. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: |