summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2022-08-03 21:21:41 -0400
committerGarrett D'Amore <garrett@damore.org>2022-08-04 20:41:56 -0400
commit7105039931b43c4efeda411cd0527843723c90bd (patch)
tree86d4d951193ef2dd304dd88981822175bc30c703 /usr/src
parentb75a8b718b0b6c50c43b47b15603947383771a04 (diff)
downloadillumos-joyent-7105039931b43c4efeda411cd0527843723c90bd.tar.gz
14887 audio_legacy_* prototypes can be removed
Reviewed by: Robert Mustacchi <rm+illumos@fingolfin.org> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@mnx.io>
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/uts/common/sys/audio/audio_driver.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/usr/src/uts/common/sys/audio/audio_driver.h b/usr/src/uts/common/sys/audio/audio_driver.h
index 3b124b88c6..306d76e333 100644
--- a/usr/src/uts/common/sys/audio/audio_driver.h
+++ b/usr/src/uts/common/sys/audio/audio_driver.h
@@ -168,16 +168,6 @@ void audio_dump_dwords(const uint32_t *w, int dcount);
#define ENGINE_NDELAY (1U << 21) /* non-blocking open */
/*
- * entry points used by legacy SADA drivers
- */
-int audio_legacy_open(queue_t *, dev_t *, int, int, cred_t *);
-int audio_legacy_close(queue_t *, int, cred_t *);
-int audio_legacy_wput(queue_t *, mblk_t *);
-int audio_legacy_wsrv(queue_t *);
-
-
-
-/*
* Audio device controls
*/