Searched defs:vol (Results 1 – 12 of 12) sorted by relevance
/qemu/audio/ |
H A D | dbusaudio.c | 231 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 D | spiceaudio.c | 194 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 D | pwaudio.c | 654 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 D | audio.h | 132 uint8_t vol[AUDIO_MAX_CHANNELS]; member
|
H A D | paaudio.c | 666 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 D | audio.c | 1957 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 D | audio_int.h | 118 struct mixeng_volume vol; member 134 struct mixeng_volume vol; member
|
H A D | mixeng.c | 591 void mixeng_volume (struct st_sample *buf, int len, struct mixeng_volume *vol) in mixeng_volume()
|
/qemu/hw/usb/ |
H A D | dev-audio.c | 645 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 D | via-ac97.c | 42 #define CODEC_VOL(vol, mask) ((255 * ((vol) & mask)) / mask) argument
|
H A D | asc.c | 490 int vol = (value & 0xe0); in asc_write() local
|
H A D | ac97.c | 390 static void get_volume(uint16_t vol, uint16_t mask, int inverse, in get_volume()
|