1*9484Sgarrett.damore@Sun.COM# 2*9484Sgarrett.damore@Sun.COM# CDDL HEADER START 3*9484Sgarrett.damore@Sun.COM# 4*9484Sgarrett.damore@Sun.COM# The contents of this file are subject to the terms of the 5*9484Sgarrett.damore@Sun.COM# Common Development and Distribution License (the "License"). 6*9484Sgarrett.damore@Sun.COM# You may not use this file except in compliance with the License. 7*9484Sgarrett.damore@Sun.COM# 8*9484Sgarrett.damore@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*9484Sgarrett.damore@Sun.COM# or http://www.opensolaris.org/os/licensing. 10*9484Sgarrett.damore@Sun.COM# See the License for the specific language governing permissions 11*9484Sgarrett.damore@Sun.COM# and limitations under the License. 12*9484Sgarrett.damore@Sun.COM# 13*9484Sgarrett.damore@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each 14*9484Sgarrett.damore@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*9484Sgarrett.damore@Sun.COM# If applicable, add the following below this CDDL HEADER, with the 16*9484Sgarrett.damore@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying 17*9484Sgarrett.damore@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner] 18*9484Sgarrett.damore@Sun.COM# 19*9484Sgarrett.damore@Sun.COM# CDDL HEADER END 20*9484Sgarrett.damore@Sun.COM# 21*9484Sgarrett.damore@Sun.COM# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 22*9484Sgarrett.damore@Sun.COM# Use is subject to license terms. 23*9484Sgarrett.damore@Sun.COM# 24*9484Sgarrett.damore@Sun.COM# Configuration file for the common audio driver. 25*9484Sgarrett.damore@Sun.COM# 26*9484Sgarrett.damore@Sun.COM 27*9484Sgarrett.damore@Sun.COM# 28*9484Sgarrett.damore@Sun.COM# We are a pseudo driver. 29*9484Sgarrett.damore@Sun.COM# 30*9484Sgarrett.damore@Sun.COMname="audio" parent="pseudo" instance=0; 31*9484Sgarrett.damore@Sun.COM 32*9484Sgarrett.damore@Sun.COM# 33*9484Sgarrett.damore@Sun.COM# We want to always be present and never removed. This is important 34*9484Sgarrett.damore@Sun.COM# to ensure that device numbering is not lost due to the driver being 35*9484Sgarrett.damore@Sun.COM# forced out of memory automatically. 36*9484Sgarrett.damore@Sun.COM# 37*9484Sgarrett.damore@Sun.COMddi-forceattach=1; 38*9484Sgarrett.damore@Sun.COMddi-no-autodetach=1; 39