Searched refs:ichac97MixerStore (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/Audio/ |
H A D | DevIchAc97.cpp | 524 static void ichac97MixerStore(PAC97STATE pThis, uint32_t i, uint16_t v) function 907 ichac97MixerStore(pThis, index, val); 955 ichac97MixerStore(pThis, AC97_Record_Select, rs | (ls << 8)); 1014 ichac97MixerStore(pThis, AC97_Reset , 0x0000); /* 6940 */ 1015 ichac97MixerStore(pThis, AC97_Master_Volume_Mono_Mute , 0x8000); 1016 ichac97MixerStore(pThis, AC97_PC_BEEP_Volume_Mute , 0x0000); 1018 ichac97MixerStore(pThis, AC97_Phone_Volume_Mute , 0x8008); 1019 ichac97MixerStore(pThis, AC97_Mic_Volume_Mute , 0x8008); 1020 ichac97MixerStore(pThis, AC97_CD_Volume_Mute , 0x8808); 1021 ichac97MixerStore(pThi [all...] |
Completed in 2884 milliseconds