xref: /onnv-gate/usr/src/cmd/audio/audiotest/audiotest.xcl (revision 9484:fbd5ddc28e96)
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
25*9484Sgarrett.damore@Sun.COM#
26*9484Sgarrett.damore@Sun.COM# separating newline
27*9484Sgarrett.damore@Sun.COM#
28*9484Sgarrett.damore@Sun.COMmsgid "\n"
29*9484Sgarrett.damore@Sun.COM#
30*9484Sgarrett.damore@Sun.COM# getopt switches
31*9484Sgarrett.damore@Sun.COM#
32*9484Sgarrett.damore@Sun.COMmsgid "l2457"
33*9484Sgarrett.damore@Sun.COM#
34*9484Sgarrett.damore@Sun.COM# file name
35*9484Sgarrett.damore@Sun.COM#
36*9484Sgarrett.damore@Sun.COMmsgid "/dev/mixer"
37*9484Sgarrett.damore@Sun.COM#
38*9484Sgarrett.damore@Sun.COM# ioctls and system calls used with perror
39*9484Sgarrett.damore@Sun.COM#
40*9484Sgarrett.damore@Sun.COMmsgid "malloc"
41*9484Sgarrett.damore@Sun.COMmsgid "SNDCTL_DSP_GETCAPS"
42*9484Sgarrett.damore@Sun.COMmsgid "SNDCTL_DSP_SPEED"
43*9484Sgarrett.damore@Sun.COMmsgid "SNDCTL_SYSINFO"
44*9484Sgarrett.damore@Sun.COMmsgid "SNDCTL_AUDIOINFO"
45*9484Sgarrett.damore@Sun.COM#
46*9484Sgarrett.damore@Sun.COM# argument to setlocale
47*9484Sgarrett.damore@Sun.COM#
48*9484Sgarrett.damore@Sun.COMmsgid ""
49