Move everything from /var/adm to /var/log
[unleashed.git] / share / man / man7d / usb_ac.7d
blobdb86861647e510dfdce67dc2ae9878baca823ab3
1 '\" te
2 .\"  Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
4 .\"  See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with
5 .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH USB_AC 7D "May 13, 2009"
7 .SH NAME
8 usb_ac \- USB audio control driver
9 .SH SYNOPSIS
10 .LP
11 .nf
12 sound-control@unit-address
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 The \fBusb_ac\fR driver is a USBA (Solaris USB Architecture) compliant client
19 driver that supports the \fIUSB Audio Class 1.0\fR specification.
20 .sp
21 .LP
22 The audio control driver is a USB class driver and offers functionality similar
23 to the \fBaudiocs\fR (sun4u) and \fBaudiots\fR (Sun Blade 100) drivers which
24 use the Solaris audio mixer framework (\fBmixer\fR(7I)). Unlike the
25 \fBaudiocs\fR and \fBaudiots\fR drivers, the USB audio device can have
26 play-only or record-only capability.
27 .sp
28 .LP
29 Drivers corresponding to other USB audio interfaces on the device, including
30 the \fBusb_as\fR(7D) audio streaming driver or the \fBhid\fR(7D) driver, are
31 plumbed under the USB audio control driver and do not directly interface with
32 user applications.
33 .sp
34 .LP
35 The \fBusb_ac\fR driver supports USB audio class compliant devices with a
36 feature unit.
37 .SH ERRORS
38 .sp
39 .LP
40 If a device is hot-removed while it is active, all subsequent opens returns
41 EIO. All other errors are defined in the \fBaudio\fR(7I) man page.
42 .SH FILES
43 .sp
44 .ne 2
45 .na
46 \fB\fB/kernel/drv/usb_ac\fR\fR
47 .ad
48 .RS 30n
49 32-bit x86 ELF kernel module
50 .RE
52 .sp
53 .ne 2
54 .na
55 \fB\fB/kernel/drv/amd64/usb_ac\fR\fR
56 .ad
57 .RS 30n
58 64-bit x86 ELF kernel module
59 .RE
61 .sp
62 .ne 2
63 .na
64 \fB\fB/kernel/drv/sparcv9/usb_ac\fR\fR
65 .ad
66 .RS 30n
67 64-bit SPARC ELF kernel module.
68 .RE
70 .sp
71 .ne 2
72 .na
73 \fB\fB/kernel/drv/usb_ac.conf\fR\fR
74 .ad
75 .RS 30n
76 USB audio driver configuration file.
77 .RE
79 .SH ATTRIBUTES
80 .sp
81 .LP
82 See \fBattributes\fR(5) for descriptions of the following attributes:
83 .sp
85 .sp
86 .TS
87 box;
88 c | c
89 l | l .
90 ATTRIBUTE TYPE  ATTRIBUTE VALUE
92 Architecture    SPARC, x86, PCI-based systems
94 Interface Stability     Uncommitted
95 .TE
97 .SH SEE ALSO
98 .sp
99 .LP
100 \fBcfgadm_usb\fR(8), \fBioctl\fR(2), \fBattributes\fR(5), \fBhid\fR(7D),
101 \fBusba\fR(7D), \fBusb_as\fR(7D), \fBaudio\fR(7I), \fBmixer\fR(7I),
102 \fBstreamio\fR(7I), \fBusb_ah\fR(7M)
105 \fIWriting Device Drivers\fR
108 \fIUniversal Serial Bus Specification 1.0 and 1.1\fR
111 \fIUniversal Serial Bus Device Class Definition for Audio Devices, Release
112 1.0\fR
115 \fISystem Administration: Basic Administration\fR
116 .SH DIAGNOSTICS
119 In addition to being logged, the following messages can appear on the system
120 console. All messages are formatted in the following manner:
122 .in +2
124 Warning: <device path> (usb_ac<instance num>): Error Message...
126 .in -2
130 .ne 2
132 \fBFailure to plumb audio streams drivers.\fR
134 .sp .6
135 .RS 4n
136 The \fBusb\fR audio streaming driver or the \fBhid\fR driver could not be
137 plumbed under the audio control driver and the device is not usable.