diff options
| author | Garrett D'Amore <Garrett.Damore@Sun.COM> | 2009-10-30 07:22:01 -0700 |
|---|---|---|
| committer | Garrett D'Amore <Garrett.Damore@Sun.COM> | 2009-10-30 07:22:01 -0700 |
| commit | be35b2d2ff093e6af7ad3aac851157ce422e3221 (patch) | |
| tree | f353b524a08e5d642c012a1f9c547705e0c13891 /usr/src/uts/common/io/audio | |
| parent | 992413f4053d9470046876b234fe094062b730b7 (diff) | |
| download | illumos-gate-be35b2d2ff093e6af7ad3aac851157ce422e3221.tar.gz | |
6896715 asm10k has unnecessary dependency upon sys/soundcard.h
Diffstat (limited to 'usr/src/uts/common/io/audio')
| -rw-r--r-- | usr/src/uts/common/io/audio/drv/audioemu10k/dsp/asm10k.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/asm10k.c b/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/asm10k.c index 4d783bc906..81a51c408d 100644 --- a/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/asm10k.c +++ b/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/asm10k.c @@ -40,8 +40,6 @@ #include <ctype.h> #include <sys/param.h> -#include <sys/soundcard.h> - #define MAX_GPR 256 #define MAX_GPR_PARMS 60 #define MAX_CONST_PARMS 128 |
