Lines Matching refs:vol0
2571 u_char vol0=0; in cc_GetVolume() local
2615 vol0=infobuf[2]; in cc_GetVolume()
2621 vol0=0; in cc_GetVolume()
2634 vol0=infobuf[2]; in cc_GetVolume()
2642 vol0=vol1=infobuf[1]; in cc_GetVolume()
2651 vol0=vol1=infobuf[1]; in cc_GetVolume()
2657 if ((switches&0x80)!=0) vol0=0; in cc_GetVolume()
2667 vol0=infobuf[0]; in cc_GetVolume()
2668 if ((vol0&0x01)!=0) chan0=1; in cc_GetVolume()
2670 vol0 &= 0xFC; in cc_GetVolume()
2672 if (vol0!=0) vol0 += 3; in cc_GetVolume()
2682 if (D_S[d].volume_control&0x10) vol0=0; in cc_GetVolume()
2683 else vol0=0xff; in cc_GetVolume()
2688 D_S[d].vol_ctrl0=vol0; in cc_GetVolume()