Lines Matching full:volume

114 atf_test_case volume cleanup
117 atf_set "descr" "Test volume setting"
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
283 atf_add_test_case volume