summaryrefslogtreecommitdiff
path: root/audio/audio.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-12Merge tag 'v2.7.0' into develop_qemu_2.7SeokYeon Hwang1-16/+20
2016-08-08audio: clean up before monitor clean upMarc-André Lureau1-8/+18
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost1-8/+2
2016-06-20Merge tag 'v2.6.0' into developSeokYeon Hwang1-11/+5
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22Replaced get_tick_per_sec() by NANOSECONDS_PER_SECONDRutuja Shah1-2/+1
2016-03-08audio: support audio hot-plug event for WindowsByeongki Shin1-2/+12
2016-02-02audio: Clean up includesPeter Maydell1-0/+1
2016-01-13audio: Clean up inappropriate and unreachable use of hw_error()Markus Armbruster1-9/+2
2015-10-30audio: remove W/A codes for winwaveaudiobk0121.shin1-31/+0
2015-08-25upstream: some API was renamed and renewedSeokYeon Hwang1-1/+1
2015-08-24Merge tag 'v2.4.0' into tizen_3.0_qemu_2.4SeokYeon Hwang1-36/+3
2015-06-15audio: remove pliveKővágó, Zoltán1-12/+0
2015-06-15audio: remove LOG_TO_MONITOR along with default_monKővágó, Zoltán1-20/+3
2014-12-10Merge 'v2.2.0' into tizen_next_qemu_2.2SeokYeon Hwang1-2/+1
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela1-2/+1
2014-04-21Merge branch 'upstream_qemu_2.0' into tizenSeokYeon Hwang1-1/+1
2013-12-11Merge branch 'upstream-1.7' into tizen_qemu_1.7SeokYeon Hwang1-3/+4
2013-12-09audio: Lower default wakeup rate to 100 times / secondHans de Goede1-1/+1
2013-10-23audio: honor QEMU_AUDIO_TIMER_PERIOD instead of waking up every *nano* secondHans de Goede1-1/+2
2013-08-22aio / timers: Switch entire codebase to the new timer APIAlex Bligh1-3/+3
2013-07-02Merge 'qemu 1.5.1' into tizen_qemu_1.5.1test1-5/+6
2013-01-16audio: Replace non-portable asprintf in debug code by g_strdup_printfStefan Weil1-2/+3
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19monitor: move include files to include/monitor/Paolo Bonzini1-1/+1
2012-10-08Merge tag 'v1.2.0' into tizen-armEvgeny Voevodin1-0/+1
2012-07-16audio: Unbreak capturing in mixemu casemalc1-0/+1
2012-06-15Upgrade to upstream v1.1.0.Evgeny Voevodin1-7/+31
2012-05-24audio: Always call fini on exitJan Kiszka1-4/+8
2012-05-08[Title] Merge release-1.0 into develop branch to support hax feature.Kitae Kim1-0/+34
2012-04-17audio: don't apply volume effect if backend has VOICE_VOLUME_CAPMarc-André Lureau1-2/+7
2012-04-17audio: add VOICE_VOLUME ctlMarc-André Lureau1-0/+12
2012-02-25audio: Add some fall through commentsStefan Weil1-0/+3
2011-12-14Fix spelling in comments, documentation and messagesStefan Weil1-1/+1
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino1-1/+1
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-15/+15
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-15/+15
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-2/+2
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-2/+2
2011-01-12audio: split sample conversion and volume mixingMichael Walle1-5/+6
2011-01-12audio: split sample conversion and volume mixingMichael Walle1-5/+6
2010-11-18audio: Only use audio timer when necessarymalc1-14/+10
2010-11-18audio: Only use audio timer when necessarymalc1-14/+10
2010-11-09spice: add audioGerd Hoffmann1-0/+3
2010-11-09spice: add audioGerd Hoffmann1-0/+3
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+1
2010-07-06savevm: Add DeviceState paramAlex Williamson1-1/+1
2010-03-16monitor: Separate "default monitor" and "current monitor" cleanlyMarkus Armbruster1-2/+2