Lines Matching defs:t_vol
141 #define t_vol u2->tt_vol
229 t_vol.vol[0] = l_volctrl.channel0;
230 t_vol.vol[1] = l_volctrl.channel1;
231 t_vol.vol[2] = l_volctrl.channel2;
232 t_vol.vol[3] = l_volctrl.channel3;
234 error = ioctlf(fp, CDIOCSETVOL, &t_vol);
238 error = ioctlf(fp, CDIOCGETVOL, &t_vol);
243 l_volctrl.channel0 = t_vol.vol[0];
244 l_volctrl.channel1 = t_vol.vol[1];
245 l_volctrl.channel2 = t_vol.vol[2];
246 l_volctrl.channel3 = t_vol.vol[3];