Home
last modified time | relevance | path

Searched defs:vol (Results 1 – 12 of 12) sorted by relevance

/qemu/audio/
H A Ddbusaudio.c231 Volume *vol = &vo->volume; in dbus_volume_out_listener() local
248 dbus_volume_out(HWVoiceOut *hw, Volume *vol) in dbus_volume_out()
321 Volume *vol = &vo->volume; in dbus_volume_in_listener() local
338 dbus_volume_in(HWVoiceIn *hw, Volume *vol) in dbus_volume_in()
H A Dspiceaudio.c194 static void line_out_volume(HWVoiceOut *hw, Volume *vol) in line_out_volume()
281 static void line_in_volume(HWVoiceIn *hw, Volume *vol) in line_in_volume()
H A Dpwaudio.c654 qpw_voice_set_volume(PWVoice *v, Volume *vol) in qpw_voice_set_volume()
677 qpw_volume_out(HWVoiceOut *hw, Volume *vol) in qpw_volume_out()
683 qpw_volume_in(HWVoiceIn *hw, Volume *vol) in qpw_volume_in()
H A Daudio.h132 uint8_t vol[AUDIO_MAX_CHANNELS]; member
H A Dpaaudio.c666 static void qpa_volume_out(HWVoiceOut *hw, Volume *vol) in qpa_volume_out()
708 static void qpa_volume_in(HWVoiceIn *hw, Volume *vol) in qpa_volume_in()
H A Daudio.c1957 Volume vol = { .mute = mute, .channels = 2, .vol = { lvol, rvol } }; in AUD_set_volume_out() local
1961 void audio_set_volume_out(SWVoiceOut *sw, Volume *vol) in audio_set_volume_out()
1979 Volume vol = { .mute = mute, .channels = 2, .vol = { lvol, rvol } }; in AUD_set_volume_in() local
1983 void audio_set_volume_in(SWVoiceIn *sw, Volume *vol) in audio_set_volume_in()
H A Daudio_int.h118 struct mixeng_volume vol; member
134 struct mixeng_volume vol; member
H A Dmixeng.c591 void mixeng_volume (struct st_sample *buf, int len, struct mixeng_volume *vol) in mixeng_volume()
/qemu/hw/usb/
H A Ddev-audio.c645 Volume vol; member
730 uint16_t vol = (s->out.vol.vol[cn] * 0x8800 + 127) / 255 + 0x8000; in usb_audio_get_control() local
779 uint16_t vol = data[0] + (data[1] << 8); in usb_audio_set_control() local
/qemu/hw/audio/
H A Dvia-ac97.c42 #define CODEC_VOL(vol, mask) ((255 * ((vol) & mask)) / mask) argument
H A Dasc.c490 int vol = (value & 0xe0); in asc_write() local
H A Dac97.c390 static void get_volume(uint16_t vol, uint16_t mask, int inverse, in get_volume()