Searched refs:vol1 (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/sound/ |
D | opl3.c | 376 unsigned char vol1, vol2, vol3, vol4; in set_voice_volume() local 397 vol1 = instr->operators[2]; in set_voice_volume() 401 calc_vol(&vol1, volume, main_vol); in set_voice_volume() 408 opl3_command(map->ioaddr, KSL_LEVEL + map->op[0], vol1); in set_voice_volume() 417 vol1 = instr->operators[2]; in set_voice_volume() 441 calc_vol(&vol1, volume, main_vol); in set_voice_volume() 446 calc_vol(&vol1, volume, main_vol); in set_voice_volume() 454 opl3_command(map->ioaddr, KSL_LEVEL + map->op[0], vol1); in set_voice_volume()
|
/linux-2.4.37.9/drivers/cdrom/ |
D | sbpcd.c | 2573 u_char vol1=0; in cc_GetVolume() local 2617 vol1=infobuf[4]; in cc_GetVolume() 2626 vol1=0; in cc_GetVolume() 2636 vol1=infobuf[4]; in cc_GetVolume() 2642 vol0=vol1=infobuf[1]; in cc_GetVolume() 2651 vol0=vol1=infobuf[1]; in cc_GetVolume() 2658 if ((switches&0x40)!=0) vol1=0; in cc_GetVolume() 2669 if ((vol1&0x01)==0) chan1=0; in cc_GetVolume() 2671 vol1 &= 0xFC; in cc_GetVolume() 2673 if (vol1!=0) vol1 += 3; in cc_GetVolume() [all …]
|