1//
2// Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
3// Use is subject to license terms.
4//
5// Copyright (C) 4Front Technologies 1996-2008.
6//
7// CDDL HEADER START
8//
9// The contents of this file are subject to the terms of the
10// Common Development and Distribution License (the "License").
11// You may not use this file except in compliance with the License.
12//
13// You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14// or http://www.opensolaris.org/os/licensing.
15// See the License for the specific language governing permissions
16// and limitations under the License.
17//
18// When distributing Covered Code, include this CDDL HEADER in each
19// file and include the License file at usr/src/OPENSOLARIS.LICENSE.
20// If applicable, add the following below this CDDL HEADER, with the
21// fields enclosed by brackets "[]" replaced with your own identifying
22// information: Portions Copyright [yyyy] [name of copyright owner]
23//
24// CDDL HEADER END
25
26	// Master volume
27	.mono VOL_PCM		75
28
29	// Monitor volumes
30	.stereo	MON_SPDIF1	0
31	.stereo	MON_SPDIF2	0
32	.stereo	MON_DIGCD	0
33	.stereo	MON_AUX2	0
34	.stereo	MON_LINE2	0
35	.stereo	MON_AC97	0
36
37	// Output levels for various channels
38	.stereo	VOL_FRONT	100
39	.stereo	VOL_SURR	100
40	.stereo	VOL_SIDE	100
41	.mono	VOL_CEN		100
42	.mono	VOL_LFE		100
43	.stereo	VOL_HEADPH	100
44
45	// Recording volume
46	.stereo VOL_REC		100
47
48	// Recording source enables
49	.bool	REC_SPDIF1	0
50	.bool	REC_SPDIF2	0
51	.bool	REC_DIGCD	0
52	.bool	REC_AC97	1
53	.bool	REC_AUX2	0
54	.bool	REC_LINE2	0
55	.bool	REC_PCM		0
56
57	// Sends
58	.send	FX_FRONT_L	0
59	.send	FX_FRONT_R	1
60	.send	FX_SURR_L	2
61	.send	FX_SURR_R	3
62	.send	FX_CEN		4
63	.send	FX_LFE		5
64	.send	FX_SIDE_L	6
65	.send	FX_SIDE_R	7
66	.send	FX_SPDIF_L	20
67	.send	FX_SPDIF_R	21
68
69#ifdef AUDIGY
70#include "emu10k2.mac"
71#else
72#include "emu10k1.mac"
73#endif
74