1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
|
'\" te
.\" Copyright (c) 2009 Sun Microsystems, Inc. All rights reserved.
.\" 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.
.\" 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
.\" fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
.TH MIXER 7I "May 21, 2009"
.SH NAME
mixer \- generic mixer device interface
.SH SYNOPSIS
.LP
.nf
\fB#include\fR \fB<sys/soundcard.h>\fR
.fi
.SH DESCRIPTION
.sp
.LP
\&.
.SS "Mixer Pseudo-Device"
.sp
.LP
The \fB/dev/mixer\fR pseudo-device is provided for two purposes:
.RS +4
.TP
.ie t \(bu
.el o
The first purpose is for applications that wish to learn about the list of
audio devices on the system, so that they can select (or provide for users to
select) an appropriate audio device. The \fB/dev/mixer\fR pseudo-device
provides interfaces to enumerate all of the audio devices on the system.
.RE
.RS +4
.TP
.ie t \(bu
.el o
The second purpose is for mixer panel type applications which need to control
master settings for the audio hardware in the system, such as gain levels,
balance, port functionality, and other device features.
.RE
.sp
.LP
Ordinary audio applications should \fBnot\fR attempt to adjust their playback
or record volumes or other device settings using this device. Instead, they
should use the \fBSNDCTL_DSP_SETPLAYVOL\fR and \fBSNDCTL_DSP_SETRECVOL\fR
ioctls that are documented in \fBdsp\fR(7I).
.SS "Sndstat Device"
.sp
.LP
The \fB/dev/sndstat\fR device supports \fBread\fR(2), and can be read to
retrieve human-readable information about the audio devices on the system.
Software should not attempt to interpret the contents of this device.
.SH IOCTLS
.SS "Information IOCTLs"
.sp
.LP
The following ioctls are intended to aid applications in identifying the audio
devices available on the system. These ioctls can be issued against either the
pseudo-device \fB/dev/mixer\fR, or a against a file descriptor open to any
other audio device in the system.
.sp
.LP
Applications should issue \fBSNDCTL_SYSINFO\fR first to learn what audio
devices and mixers are available on the system, and then use
\fBSNDCTL_AUDIOINFO\fR or \fBSNDCTL_MIXERINFO\fR to obtain more information
about the audio devices or mixers, respectively.
.sp
.ne 2
.na
\fB\fBOSS_GETVERSION\fR\fR
.ad
.RS 20n
The argument is a pointer to an integer, which retrieves the version of the
\fBOSS API\fR used. The value is encoded with the major version (currently 4)
encoded in the most significant 16 bits, and a minor version encoded in the
lower 16 bits.
.RE
.sp
.ne 2
.na
\fB\fBSNDCTL_SYSINFO\fR\fR
.ad
.RS 20n
The argument is a pointer to an \fBoss_sysinfo\fR structure, which has the
following definition:
.sp
.in +2
.nf
typedef struct oss_sysinfo {
char product[32]; /* E.g. SunOS Audio */
char version[32]; /* E.g. 4.0a */
int versionnum; /* See OSS_GETVERSION */
char options[128]; /* NOT SUPPORTED */
int numaudios; /* # of audio/dsp devices */
int openedaudio[8]; /* Reserved, always 0 */
int numsynths; /* NOT SUPPORTED, always 0 */
int nummidis; /* NOT SUPPORTED, always 0 */
int numtimers; /* NOT SUPPORTED, always 0 */
int nummixers; /* # of mixer devices */
int openedmidi[8]; /* Mask of midi devices are
busy */
int numcards; /* Number of sound cards in
the system */
int numaudioengines; /* Number of audio engines in
the system */
char license[16]; /* E.g. "GPL" or "CDDL" */
char revision_info[256]; /* Reserved */
int filler[172]; /* Reserved */
} oss_sysinfo;
.fi
.in -2
.sp
The important fields here are \fBnumaudios\fR, which is used to determine the
number of audio devices that can be queried with \fBSNDCTL_AUDIOINFO\fR,
\fBnummixers\fR which provides a count of mixers on the system, and
\fBnumcards\fR which counts to total number of aggregate devices. A \fBcard\fR
can consist of one or more audio devices and one or more mixers, although more
typically there is exactly one audio device and one mixer for each card.
.RE
.sp
.ne 2
.na
\fB\fBSNDCTL_AUDIOINFO\fR\fR
.ad
.RS 20n
The argument is a pointer to an \fBoss_audioinfo\fR structure, which has the
following structure:
.sp
.in +2
.nf
typedef struct oss_audioinfo {
int dev; /* Device to query */
char name[64]; /* Human readable name */
int busy; /* reserved */
int pid; /* reserved */
int caps; /* PCM_CAP_INPUT, PCM_CAP_OUTPUT */
int iformats; /* Supported input formats */
int oformats; /* Supported output formats */
int magic; /* reserved */
char cmd[64]; /* reserved */
int card_number;
int port_number; /* reserved */
int mixer_dev;
int legacy_device; /* Obsolete field.
Replaced by devnode */
int enabled; /* reserved */
int flags; /* reserved */
int min_rate; /* Minimum sample rate */
int max_rate; /* Maximum sample rate */
int min_channels; /* Minimum number
of channels */
int max_channels; /* Maximum number
of channels */
int binding; /* reserved */
int rate_source; /* reserved */
char handle[32]; /* reserved */
unsigned int nrates; /* reserved */
unsigned int rates[20]; /* reserved */
char song_name[64]; /* reserved */
char label[16]; /* reserved */
int latency; /* reserved */
char devnode[32]; /* Device special file
name (absolute path) */
int next_play_engine; /* reserved */
int next_rec_engine; /* reserved */
int filler[184]; /* reserved */
} oss_audioinfo;
.fi
.in -2
.sp
In the above structure, all of the fields are reserved except the following:
d\fBev, name, card_number, mixer_dev, caps, min_rate, max_rate, min_channels,
max_channels,\fR and \fBdevnode\fR. The reserved fields are provided for
compatibility with other OSS implementations, and available for legacy
applications. New applications should not attempt to use these fields.
.sp
The \fBdev\fR field should be initialized by the application to the number of
the device to query. This is a number between zero (inclusive) and value of
\fBnumaudios\fR (exclusive) returned by \fBSNDCTL_SYSINFO\fR. Alternatively,
when issuing the ioctl against a real mixer or \fBdsp\fR device, the special
value \fB-1\fR can be used to indicate that the query is being made against the
device opened. If \fB-1\fR is used, the field is overwritten with the device
number for the current device on successful return.
.sp
No other fields are significant upon entry, but a successful return contains
details of the device.
.sp
The \fBname\fR field is a human readable name representing the device.
Applications should not try to interpret it.
.sp
The \fBcard_number\fR field indicates the number assigned to the aggregate
device. This can be used with the \fBSNDCTL_CARDINFO\fR ioctl.
.sp
The \fBmixer_dev\fR is the mixer device number for the mixing device associated
with the audio device. This can be used with the \fBSNDCTL_MIXERINFO\fR ioctl.
.sp
The caps field contains any of the bits \fBPCM_CAP_INPUT\fR,
\fBPCM_CAP_OUTPUT\fR, and \fBPCM_CAP_DUPLEX\fR. Indicating whether the device
support input, output, and whether input and output can be used simultaneously.
All other bits are reserved.
.sp
The \fBmin_rate\fR and \fBmax_rate\fR fields indicate the minimum and maximum
sample rates supported by the device. Most applications should try to use the
maximum supported rate for the best audio quality and lowest system resource
consumption.
.sp
The \fBmin_channels\fR and \fBmax_channels\fR provide an indication of the
number of channels (1 for mono, 2 for stereo, 6 for 5.1, etc.) supported by the
device.
.sp
The \fBdevnode\fR field contains the actual full path to the device node for
this device, such as \fB/dev/sound/audio810:0dsp\fR. Applications should open
this file to access the device.
.RE
.sp
.ne 2
.na
\fB\fBSNDCTL_CARDINFO\fR\fR
.ad
.RS 20n
The argument is a pointer to a \fBstruct oss_card_info\fR, which has the
following definition:
.sp
.in +2
.nf
typedef struct oss_card_info {
int card;
char shortname[16];
char longname[128];
int flags;/* reserved */
char hw_info[400];
int intr_count;/* reserved */
int ack_count;/* reserved */
int filler[154];
} oss_card_info;
.fi
.in -2
.sp
This ioctl is used to query for information about the aggregate audio device.
.sp
The \fBcard\fR field should be initialized by the application to the number of
the card to query. This is a number between zero inclusive and value of
\fBnumcards\fR (exclusive) returned by \fBSNDCTL_SYSINFO\fR.) Alternatively,
when issuing the ioctl against a real mixer or \fBdsp\fR device, the special
value \fB-1\fR can be used to indicate that the query is being made against the
device opened. If \fB-1\fR is used, the field is overwritten with the number
for the current hardware device on successful return.
.sp
The \fBshortname\fR, \fBlongname\fR, and \fBhw_info\fR contain \fBASCIIZ\fR
strings describing the device in more detail. The \fBhw_info\fR member can
contain multiple lines of detail, each line ending in a NEWLINE.
.sp
The flag, intr_count, and ack_count fields are not used by this implementation.
.RE
.sp
.ne 2
.na
\fB\fBSNDCTL_MIXERINFO\fR\fR
.ad
.RS 20n
The argument is a pointer to a \fBstruct oss_mixer_info\fR, which has the
following definition:
.sp
.in +2
.nf
typedef struct oss_mixerinfo {
int dev;
char id[16];/* Reserved */
char name[32];
int modify_counter;
int card_number;
int port_number;/* Reserved */
char handle[32];/* Reserved */
int magic;/* Reserved */
int enabled;/* Reserved */
int caps;/* Reserved */
int flags;/* Reserved */
int nrext;
int priority;
char devnode[32];/* Device special file name
(absolute path) */
int legacy_device;/* Reserved */
int filler[245];/* Reserved */
} oss_mixerinfo;
.fi
.in -2
.sp
In the above structure, all of the fields are reserved except the following:
\fBdev, name, modify_counter, card_number, nrext, priority,\fR and
\fBdevnode\fR. The reserved fields are provided for compatibility with other
OSS implementations, and available for legacy applications. New applications
should not attempt to use these fields.
.sp
The \fBdev\fR field should be initialized by the application to the number of
the device to query. This is a number between zero inclusive and value of
\fBnummixers\fR (exclusive) returned by \fBSNDCTL_SYSINFO\fR, or by
\fBSNDCTL_MIX_NRMIX\fR. Alternatively, when issuing the ioctl against a real
mixer or \fBdsp\fR device, the special value \fB-1\fR can be used to indicate
that the query is being made against the device opened. If \fB-1\fR is used,
the field is overwritten with the mixer number for the current open file on
successful return.
.sp
No other fields are significant upon entry, but on successful return contains
details of the device.
.sp
The \fBname\fR field is a human readable name representing the device.
Applications should not try to interpret it.
.sp
The \fBmodify_counter\fR is changed by the mixer framework each time the
settings for the various controls or extensions of the device are changed.
Applications can poll this value to learn if any other changes need to be
searched for.
.sp
The \fBcard_number\fR field is the number of the aggregate audio device this
mixer is located on. It can be used with the \fBSNDCTL_CARDINFO\fR ioctl.
.sp
The \fBnrext\fR field is the number of mixer extensions available on this
mixer. See the \fBSNDCTL_MIX_NREXT\fR description.
.sp
The priority is used by the framework to assign a preference that applications
can use in choosing a device. Higher values are preferable. Mixers with
priorities less than -1 should never be selected by default.
.sp
The \fBdevnode\fR field contains the actual full path to the device node for
the physical mixer, such as \fB/dev/sound/audio810:0mixer\fR. Applications
should open this file to access the mixer settings.
.RE
.SS "Mixer Extension IOCTLs"
.sp
.LP
The pseudo \fB/dev/mixer\fR device supports ioctls that can change the
various settings for the audio hardware in the system.
.sp
.LP
Those ioctls should only be used by dedicated mixer applications or desktop
volume controls, and not by typical ordinary audio applications such as media
players. Ordinary applications that wish to adjust their own volume settings
should use the \fBSNDCTL_DSP_SETPLAYVOL\fR or \fBSNDCTL_DSP_SETRECVOL\fR ioctls
for that purpose. See \fBdsp\fR(7I) for more information. Ordinary
applications should never attempt to change master port selection or hardware
settings such as monitor gain settings.
.sp
.LP
The ioctls in this section can only be used to access the mixer device that is
associated with the current file descriptor.
.sp
.LP
Applications should not assume that a single \fB/dev/mixer\fR node is able to
access any physical settings. Instead, they should use the ioctl
\fBSNDCTL_MIXERINFO\fR to determine the device path for the real mixer device,
and issue ioctls on a file descriptor opened against the corresponding
\fBdevnode\fR field.
.sp
.LP
When a \fBdev\fR member is specified in each of the following ioctls, the
application should specify \fB-1\fR, although for compatibility the mixer
allows the application to specify the mixer device number.
.sp
.ne 2
.na
\fB\fBSNDCTL_MIX_NRMIX\fR\fR
.ad
.RS 23n
The argument is a pointer to an integer, which receives the number of mixer
devices in the system. Each can be queried by using its number with the
\fBSNDCTL_MIXERINFO\fR ioctl. The same information is available using the
\fBSNDCTL_SYSINFO\fR ioctl.
.RE
.sp
.ne 2
.na
\fB\fBSNDCTL_MIX_NREXT\fR\fR
.ad
.RS 23n
The argument is a pointer to an integer. On entry, the integer should contain
the special value \fB-1\fR. On return the argument receives the number of mixer
extensions (or mixer controls) supported by the mixer device. More details
about each extension can be obtained by \fBSNDCTL_MIX_EXTINFO\fR ioctl.
.RE
.sp
.ne 2
.na
\fB\fBSNDCTL_MIX_EXTINFO\fR\fR
.ad
.RS 23n
The argument is a pointer to an \fBoss_mixext\fR structure which is defined as
follows:
.sp
.in +2
.nf
typedef struct oss_mixext {
int dev; /* Mixer device number */
int ctrl; /* Extension number */
int type; /* Entry type */
int maxvalue;
int minvalue;
int flags;
char id[16]; /* Mnemonic ID (internal use) */
int parent; /* Entry# of parent
(-1 if root) */
int dummy; /* NOT SUPPORTED */
int timestamp;
char data[64]; /* Reserved */
unsigned char enum_present[32]; /* Mask
of allowed
enum
values */
int control_no; /* Reserved */
unsigned int desc; /* NOT SUPPORTED */
char extname[32];
int update_counter;
int filler[7]; /* Reserved */
} oss_mixext;
.fi
.in -2
.sp
On entry, the \fBdev\fR field should be initialized to the value \fB-1\fR, and
the \fBctrl\fR field should be initialized with the number of the extension
being accessed. Between 0, inclusive, and the value returned by
\fBSNDCTL_MIX_NREXT\fR, exclusive.
.sp
Mixer extensions are organized as a logical tree, starting with a root node.
The root node always has a \fBctrl\fR value of zero. The structure of the tree
can be determined by looking at the parent field, which contains the extension
number of the parent extension, or \fB-1\fR if the extension is the root
extension.
.sp
The type indicates the type of extension used. This implementation supports the
following values:
.sp
.in +2
.nf
MIXT_DEVROOT Root node for extension tree
MIXT_GROUP Logical grouping of controls
MXIT_ONOFF Boolean value, 0 = off, 1 = on.
MIXT_ENUM Enumerated value, 0 to maxvalue.
MIXT_MONOSLIDER Monophonic slider, 0 to 255.
MIXT_STEREOSLIDER Stereophonic slider, 0 to 255
(encoded as
lower two bytes in value.)
MIXT_MARKER Place holder, can ignore.
.fi
.in -2
.sp
The flags field is a bit array. This implementation makes use of the following
possible bits:
.sp
.in +2
.nf
MIXF_READABLE Extension's value is readable.
MIXF_WRITEABLE Extension's value is modifiable.
MIXF_POLL Extension can self-update.
MIXF_PCMVOL Extension is for master
PCM playback volume.
MIXF_MAINVOL Extension is for a typical
analog volume
MIXF_RECVOL Extension is for master
record gain.
MIXF_MONVOL Extension is for a monitor
source's gain.
.fi
.in -2
.sp
The \fBid\fR field contains an \fBASCIIZ\fR identifier for the extension.
.sp
The timestamp field is set when the extension tree is first initialized.
Applications must use the same timestamp value when attempting to change the
values. A change in the timestamp indicates a change a in the structure of the
extension tree.
.sp
The \fBenum_present\fR field is a bit mask of possible enumeration values. If a
bit is present in the \fBenum_present\fR mask, then the corresponding
enumeration value is legal. The mask is in little endian order.
.sp
The \fBdesc\fR field provides information about scoping, which can be useful as
layout hints to applications. The following hints are available:
.sp
.in +2
.nf
MIXEXT_SCOPE_MASK Mask of possible scope
values.
MIXEXT_SCOPE_INPUT Extension is an input
control.
MIXEXT_SCOPE_OUTPUT Extension is an
output control.
MIXEXT_SCOPE_MONITOR Extension relates to
input monitoring.
MIXEXT_SCOPE_OTHER No scoping hint provided.
.fi
.in -2
.sp
The \fBextname\fR is the full name of the extension.
.sp
The \fBupdate_counter\fR is incremented each time the control's value is
changed.
.RE
.sp
.ne 2
.na
\fB\fBSNDCTL_MIX_ENUMINFO\fR\fR
.ad
.RS 23n
The argument is a pointer to an \fBoss_mixer_enuminfo\fR structure, which is
defined as follows:
.sp
.in +2
.nf
typedef struct oss_mixer_enuminfo {
int dev;
int ctrl;
int nvalues;
int version;
short strindex[255];
char strings[3000];
} oss_mixer_enuminfo;
.fi
.in -2
.sp
On entry, the \fBdev\fR field should be initialized to the value \fB-1\fR, and
the \fBctrl\fR field should be initialized with the number of the extension
being accessed. Between 0, inclusive, and the value returned by
\fBSNDCTL_MIX_NREXT\fR, exclusive.
.sp
On return the \fBnvalues\fR field contains the number of values, and
\fBstrindex\fR contains an array of indices into the strings member, each index
pointing to an \fBASCIIZ\fR describing the enumeration value.
.RE
.sp
.ne 2
.na
\fB\fBSNDCTL_MIX_READ\fR\fR
.ad
.br
.na
\fB\fBSNDCTL_MIX_WRITE\fR\fR
.ad
.RS 23n
The argument is a pointer to an \fBoss_mixer_value\fR structure, defined as
follows:
.sp
.in +2
.nf
typedef struct oss_mixer_value {
int dev;
int ctrl;
int value;
int flags; /* Reserved for future use.
Initialize to 0 */
int timestamp; /* Must be set to
oss_mixext.timestamp */
int filler[8]; /* Reserved for future use.
Initialize to 0 */
} oss_mixer_value;
.fi
.in -2
.sp
On entry, the \fBdev\fR field should be initialized to the value \fB-1\fR, and
the \fBctrl\fR field should be initialized with the number of the extension
being accessed. Between 0, inclusive, and the value returned by
\fBSNDCTL_MIX_NREXT\fR, exclusive. Additionally, the timestamp member must be
initialized to the same value as was supplied in the \fBoss_mixext\fR structure
used with \fBSNDCTL_MIX_EXTINFO\fR.
.sp
For \fBSNDCTL_MIX_WRITE\fR, the application should supply the new value for the
extension. For \fBSNDCTL_MIX_READ\fR, the mixer returns the extensions current
value in value.
.RE
.SS "Compatibility IOCTLs"
.sp
.LP
The following ioctls are for compatibility use only:
.sp
.in +2
.nf
SOUND_MIXER_READ_VOLUME
SOUND_MIXER_READ_PCM
SOUND_MIXER_READ_OGAIN
SOUND_MIXER_READ_RECGAIN
SOUND_MIXER_READ_RECLEV
SOUND_MIXER_READ_IGAIN
SOUND_MIXER_READ_RECSRC
SOUND_MIXER_READ_RECMASK
SOUND_MIXER_READ_DEVMASK
SOUND_MIXER_READ_STEREODEVS
SOUND_MIXER_WRITE_VOLUME
SOUND_MIXER_WRITE_PCM
SOUND_MIXER_WRITE_OGAIN
SOUND_MIXER_WRITE_RECGAIN
SOUND_MIXER_WRITE_RECLEV
SOUND_MIXER_WRITE_IGAIN
SOUND_MIXER_WRITE_RECSRC
SOUND_MIXER_WRITE_RECMASK
SOUND_MIXER_INFO
SNDCTL_AUDIOINFO_EX
SNDCTL_ENGINEINFO
.fi
.in -2
.sp
.sp
.LP
These ioctls can affect the software volume levels associated with the calling
process. They have no effect on the physical hardware levels or settings. They
should not be used in new applications.
.SH ERRORS
.sp
.LP
An \fBioctl()\fR fails if:
.sp
.ne 2
.na
\fB\fBEINVAL\fR\fR
.ad
.RS 10n
The parameter changes requested in the ioctl are invalid or are not supported
by the device.
.RE
.sp
.ne 2
.na
\fB\fBENXIO\fR\fR
.ad
.RS 10n
The device or extension referenced does not exist.
.RE
.SH FILES
.sp
.ne 2
.na
\fB\fB/dev/mixer\fR\fR
.ad
.RS 16n
Symbolic link to the pseudo mixer device for the system
.RE
.sp
.ne 2
.na
\fB\fB/dev/sndstat\fR\fR
.ad
.RS 16n
Sound status device
.RE
.SH ATTRIBUTES
.sp
.LP
See \fBattributes\fR(5) for a description of the following attributes:
.sp
.sp
.TS
box;
c | c
l | l .
ATTRIBUTE TYPE ATTRIBUTE VALUE
_
Architecture SPARC, x86
_
Stability Level See below.
.TE
.sp
.LP
The information and mixer extension IOCTLs are Uncommitted. The Compatibility
IOCTLs are Obsolete Uncommitted. The extension names are Uncommitted.
.SH SEE ALSO
.sp
.LP
\fBclose\fR(2), \fBioctl\fR(2), \fBopen\fR(2), , \fBread\fR(2),
\fBattributes\fR(5), \fBdsp\fR(7I)
.SH BUGS
.sp
.LP
The names of mixer extensions are not guaranteed to be predictable.
|