diff options
author | green <green@FreeBSD.org> | 2001-07-02 23:47:23 +0000 |
---|---|---|
committer | green <green@FreeBSD.org> | 2001-07-02 23:47:23 +0000 |
commit | 1aa95d93559c54673a2b242b4ef4c64a0f93a3bc (patch) | |
tree | 7b66d909b22ee6fe64dc891e863d0efa014b40dd /sys/dev/sound/pcm/sound.h | |
parent | 5ca96c95a7ac2ad67537936f9b954fffc6712686 (diff) | |
download | FreeBSD-src-1aa95d93559c54673a2b242b4ef4c64a0f93a3bc.zip FreeBSD-src-1aa95d93559c54673a2b242b4ef4c64a0f93a3bc.tar.gz |
Correct obviously wrong mistakes.
Diffstat (limited to 'sys/dev/sound/pcm/sound.h')
-rw-r--r-- | sys/dev/sound/pcm/sound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h index f759c58..934fd68 100644 --- a/sys/dev/sound/pcm/sound.h +++ b/sys/dev/sound/pcm/sound.h @@ -76,7 +76,7 @@ #define USING_MUTEX #define USING_DEVFS #else -#define INTR_TYPE_AV INTR_TYPE_MISC +#define INTR_TYPE_AV INTR_TYPE_TTY #endif #define SND_DYNSYSCTL |