2 .\" Copyright (c) 2009 by 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 the
5 .\" fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH USB_AH 7M "May 15, 2009"
8 usb_ah \- USB audio HID STREAMS module
12 The \fBusb_ah\fR STREAMS module enables the USB input control device which is a
13 member of the Human Interface Device (HID) class and provides support for
14 volume change and mute button. The \fBusb_ah\fR module is pushed on top of a
15 HID class driver instance (see \fBhid\fR(7D)) and below an Audio Control class
16 driver instance (see \fBusb_ac\fR(7D)). It translates the HID specific events
17 to the events that are supported by the Solaris audio mixer framework.
22 \fB\fB/kernel/strmod/usb_ah\fR\fR
26 32-bit ELF kernel STREAMS module. (x86 platform only.)
32 \fB\fB/kernel/strmod/sparcv9/usb_ah\fR\fR
36 SPARC 64-bit ELF kernel STREAMS module
42 \fB\fB/kernel/strmod/amd64/usb_ah\fR\fR
46 x8664-bit ELF kernel STREAMS module
52 See \fBattributes\fR(5) for descriptions of the following attributes:
60 ATTRIBUTE TYPE ATTRIBUTE VALUE
62 Architecture PCI-based systems
64 Interface Stability Committed
70 \fBhid\fR(7D), \fBusba\fR(7D), \fBusb_ac\fR(7D), \fBusb_as\fR(7D),
71 \fBusb_mid\fR(7D), \fBaudio\fR(7I),
74 \fISTREAMS Programming Guide\fR
77 \fISystem Administration Guide: Basic Administration\fR
80 \fIUniversal Serial Bus Specification 1.0 and 1.1\fR
83 \fIDevice Class Definition for Human Interface Devices (HID) 1.1\fR
91 If USB audio drivers are not loaded, buttons are not active.