xref: /titanic_41/usr/src/uts/common/io/warlock/audiohd.wlcmd (revision 4445fffbbb1ea25fd0e9ea68b9380dd7a6709025)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24#
25
26
27### specify the root functions
28root	audiohd_attach
29root	audiohd_detach
30root	audiohd_engine_open
31root	audiohd_engine_close
32root	audiohd_engine_start
33root	audiohd_engine_stop
34root	audiohd_engine_count
35root	audiohd_engine_format
36root	audiohd_engine_channels
37root	audiohd_engine_rate
38root	audiohd_engine_sync
39root	audiohd_quiesce
40root	audiohd_resume
41root	audiohd_suspend
42
43root	audiohd_set_beep
44root	audiohd_set_cd
45root	audiohd_set_center
46root	audiohd_set_front
47root	audiohd_set_headphone
48root	audiohd_set_lfe
49root	audiohd_set_linein
50root	audiohd_set_mic
51root	audiohd_set_rear
52root	audiohd_set_recsrc
53root	audiohd_set_speaker
54root	audiohd_set_surround
55root	audiohd_set_mongain
56root	audiohd_set_loopback
57root	audiohd_beep_on
58root	audiohd_beep_off
59root	audiohd_beep_freq
60root	audiohd_get_control
61
62### thread functions
63add	bus_ops::bus_add_eventcall	target	warlock_dummy
64add	bus_ops::bus_config		target  warlock_dummy
65add	bus_ops::bus_get_eventcookie	target  warlock_dummy
66add	bus_ops::bus_intr_ctl		target  warlock_dummy
67add	bus_ops::bus_post_event		target  warlock_dummy
68add	bus_ops::bus_remove_eventcall	target  warlock_dummy
69add	bus_ops::bus_unconfig		target  warlock_dummy
70