Lines Matching full:mixer
32 if ! mixer >/dev/null 2>&1; then
33 atf_skip "no mixer available"
39 atf_check -o save:test_mixer_conf mixer -o
45 test -r "test_mixer_conf" && mixer $(cat test_mixer_conf)
57 deflt_unit="$(mixer | grep ^pcm | cut -f1 -d:)"
58 dummy_unit="$(mixer -a | grep "Dummy Audio Device" | cut -f1 -d:)"
64 mixer -d ${dummy_unit}
70 mixer -d $(cat test_mixer_deflt_unit) || true
85 atf_check -o ignore -e empty mixer $(mixer -o)
106 atf_check -o ignore -e empty mixer -d ${dev}
107 atf_check -o ignore -e empty mixer -d ${unit}
127 mixer vol.volume=0
128 atf_check -o match:"0.00:0.00" mixer vol.volume
130 mixer vol.volume=-2
131 atf_check -o match:"0.00:0.00" mixer vol.volume
133 mixer vol.volume=-1:-2
134 atf_check -o match:"0.00:0.00" mixer vol.volume
136 mixer vol.volume=-110%
137 atf_check -o match:"0.00:0.00" mixer vol.volume
140 mixer vol.volume=1
141 atf_check -o match:"1.00:1.00" mixer vol.volume
143 mixer vol.volume=+1.01
144 atf_check -o match:"1.00:1.00" mixer vol.volume
146 mixer vol.volume=2
147 atf_check -o match:"1.00:1.00" mixer vol.volume
149 mixer vol.volume=+1:+1
150 atf_check -o match:"1.00:1.00" mixer vol.volume
152 mixer vol.volume=2:2
153 atf_check -o match:"1.00:1.00" mixer vol.volume
155 mixer vol.volume=100%
156 atf_check -o match:"1.00:1.00" mixer vol.volume
158 mixer vol.volume=110%
159 atf_check -o match:"1.00:1.00" mixer vol.volume
161 mixer vol.volume=+110%
162 atf_check -o match:"1.00:1.00" mixer vol.volume
165 mixer vol.volume=1
167 mixer vol.volume=-10%
168 atf_check -o match:"0.90:0.90" mixer vol.volume
170 mixer vol.volume=+5%
171 atf_check -o match:"0.95:0.95" mixer vol.volume
173 mixer vol.volume=80%
174 atf_check -o match:"0.80:0.80" mixer vol.volume
177 mixer vol.volume=0.80:0.70
178 atf_check -o match:"0.80:0.70" mixer vol.volume
180 mixer vol.volume=+5%:+10%
181 atf_check -o match:"0.85:0.80" mixer vol.volume
183 mixer vol.volume=-5%:-10%
184 atf_check -o match:"0.80:0.70" mixer vol.volume
186 mixer vol.volume=+10%:-15%
187 atf_check -o match:"0.90:0.55" mixer vol.volume
190 atf_check -o ignore -e not-empty mixer vol.volume=foobar
191 atf_check -o ignore -e not-empty mixer vol.volume=2oo:b4r
192 atf_check -o ignore -e not-empty mixer vol.volume=+f0o:1
213 atf_check -o not-empty mixer vol.mute
215 atf_check -o ignore -e empty mixer vol.mute=off
216 atf_check -o match:"=off" mixer vol.mute
218 atf_check -o ignore -e empty mixer vol.mute=on
219 atf_check -o match:"=on" mixer vol.mute
221 atf_check -o ignore -e empty mixer vol.mute=toggle
222 atf_check -o match:"=off" mixer vol.mute
225 atf_check -o ignore -e empty mixer vol.mute=0
226 atf_check -o match:"=off" mixer vol.mute
228 atf_check -o ignore -e empty mixer vol.mute=1
229 atf_check -o match:"=on" mixer vol.mute
231 atf_check -o ignore -e empty mixer vol.mute=^
232 atf_check -o match:"=off" mixer vol.mute
235 atf_check -o ignore -e not-empty mixer vol.mute=foobar
236 atf_check -o ignore -e not-empty mixer vol.mute=10
255 test -n "$(mixer -s)" || atf_skip "no recording source found"
257 recsrc=$(mixer -s | awk '{print $2}')
258 atf_check -o ignore -e empty mixer ${recsrc}.recsrc=add
259 atf_check -o ignore -e empty mixer ${recsrc}.recsrc=remove
260 atf_check -o ignore -e empty mixer ${recsrc}.recsrc=set
261 atf_check -o ignore -e empty mixer ${recsrc}.recsrc=toggle
264 atf_check -o ignore -e empty mixer ${recsrc}.recsrc=+
265 atf_check -o ignore -e empty mixer ${recsrc}.recsrc=-
266 atf_check -o ignore -e empty mixer ${recsrc}.recsrc==
267 atf_check -o ignore -e empty mixer ${recsrc}.recsrc=^
270 atf_check -o ignore -e not-empty mixer ${recsrc}.recsrc=foobar
271 atf_check -o ignore -e not-empty mixer ${recsrc}.recsrc=10