Home
last modified time | relevance | path

Searched refs:pcm_out_vol_l (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/devices/src/pci/
Dac97_mixer.rs30 pcm_out_vol_l: u16, field
53 pcm_out_vol_l: 0x8, in new()
164 let reg = (self.pcm_out_vol_l as u16) << 8 | self.pcm_out_vol_r as u16; in get_pcm_out_volume()
175 self.pcm_out_vol_l = (val >> MIXER_VOL_LEFT_SHIFT) & MIXER_VOL_MASK; in set_pcm_out_volume()