1SMMIXER(8) Linux Programmer's Manual SMMIXER(8)
2
3
4
6 smmixer - get/set Linux soundcard packet radio modem driver mixer
7
9 smmixer [-i device] [ params ]
10
11
13 smmixer displays and/or sets the input source and input and output lev‐
14 els of a soundcard modem port.
15
16
18 smmixer accepts the following option:
19
20
21 -i The device argument specifies the soundcard modem device which
22 should be configured or interrogated. It will usually have the
23 following form: sm[0-3].
24
25
27 The AD1848 (WSS) mixer accepts the following parameters:
28
29 ol=val sets the level of the left output to the specified value. Legal
30 values are from -100..0dB.
31
32 or=val sets the level of the right output to the specified value. Legal
33 values are from -100..0dB.
34
35 o=val sets the level of both outputs to the specified value. Legal
36 values are from -100..0dB.
37
38 il=val sets the level of the left input to the specified value. Legal
39 values are from 0..43dB.
40
41 ir=val sets the level of the right input to the specified value. Legal
42 values are from 0..43dB.
43
44 i=val sets the level of both inputs to the specified value. Legal val‐
45 ues are from 0..43dB.
46
47 sl=val sets the source of the left input to the specified value. Legal
48 values are line, aux1, mic or dac.
49
50 sr=val sets the source of the right input to the specified value. Legal
51 values are line, aux1, mic or dac.
52
53 s=val sets the source of both inputs to the specified value. Legal
54 values are line, aux1, mic or dac.
55
56 The CT1335 (SB2.x) mixer accepts the following parameter:
57
58 o=val sets the output level to the specified value. Legal values are
59 from -46..0dB.
60
61 The CT1345 (SBPro) mixer accepts the following parameters:
62
63 ol=val sets the level of the left output to the specified value. Legal
64 values are from -46..0dB.
65
66 or=val sets the level of the right output to the specified value. Legal
67 values are from -46..0dB.
68
69 o=val sets the level of both outputs to the specified value. Legal
70 values are from -46..0dB.
71
72 s=val sets the input source to the specified value. Legal values are
73 mic, cd or line.
74
75 The CT1745 (SB16, SB32 AWE) mixer accepts the following parameters:
76
77 ol=val sets the level of the left output to the specified value. Legal
78 values are from -62..18dB.
79
80 or=val sets the level of the right output to the specified value. Legal
81 values are from -62..18dB.
82
83 o=val sets the level of both outputs to the specified value. Legal
84 values are from -62..18dB.
85
86 il=val sets the level of the left input to the specified value. Legal
87 values are from -62..18dB.
88
89 ir=val sets the level of the right input to the specified value. Legal
90 values are from -62..18dB.
91
92 i=val sets the level of both inputs to the specified value. Legal val‐
93 ues are from -62..18dB.
94
95 s=val enables the specified value as a source. Legal values are line,
96 line.l, line.r, midi, midi.l, midi.r, cd, cd.l, cd.r or mic.
97
98
100 It is important that the audio levels of your radio match those of the
101 soundcard. To help achieve this, use the smdiag utility.
102
103 This utility can only be used after the interface is started up, i.e.
104 after ifconfig sm? up.
105
106 The sound driver and the soundcard modem driver are mutually exclusive,
107 i.e. they cannot both access the same soundcard at the same time. Even
108 worse, the sound driver reserves the soundcard as soon as it gets
109 loaded. The souncard modem driver however reserves the card only when
110 the interface is started, i.e. during ifconfig if up.
111
112 9600 baud may not currently work on SoundBlaster cards with DSP revi‐
113 sion 4.x, i.e. SB16 and SB32 AWE. This is because they seem to not be
114 fully backwards compatible.
115
116
118 smdiag (8), sethdlc (8), linux/drivers/net/soundmodem.c
119
120
122 smmixer was written by Thomas Sailer (sailer@ife.ee.ethz.ch).
123
124
125
126Smmixer 0.1 1 October 1996 SMMIXER(8)