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# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25
26one usb_ac_state
27
28### specify the root functions
29root usb_ac_open
30root usb_ac_close
31
32root usb_ac_disconnect_event_cb
33root usb_ac_reconnect_event_cb
34root usb_ac_power
35
36root usb_ac_set_format
37root usb_ac_setup
38root usb_ac_start_play
39root usb_ac_start_record
40root usb_ac_stop_play
41root usb_ac_stop_record
42root usb_ac_teardown
43
44root usb_ac_get_audio
45root usb_ac_send_audio
46root usb_ac_ctrl_restore
47root usb_audio_set_mute 
48
49root usb_engine_start 
50root usb_engine_stop 
51root usb_engine_sync 
52root usb_engine_rate 
53root usb_engine_format 
54root usb_engine_count 
55root usb_engine_close 
56root usb_engine_channels 
57root usb_engine_open 
58root usb_engine_qlen 
59
60root usb_ac_mux_plumbing_tq
61root usb_ac_mux_unplumbing_tq
62root usb_ac_reader
63
64root usb_audio_write_monitor_gain
65root usb_audio_write_mono_rec
66root usb_audio_write_mono_vol
67root usb_audio_write_ster_vol
68root usb_audio_write_stero_rec 
69root usb_audio_write_rec_src
70root usb_audio_write_mic_boost 
71root usb_audio_ctrl_read
72
73add  bus_ops::bus_add_eventcall targets warlock_dummy
74add  bus_ops::bus_get_eventcookie targets warlock_dummy
75add  bus_ops::bus_post_event targets warlock_dummy
76add  bus_ops::bus_remove_eventcall targets warlock_dummy
77add  bus_ops::bus_intr_ctl targets warlock_dummy
78add  bus_ops::bus_config targets warlock_dummy
79add  bus_ops::bus_unconfig targets warlock_dummy
80