audio: disable audio on Windows to avoid Windows audio problem
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Fri, 30 Oct 2015 04:18:31 +0000 (13:18 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Fri, 30 Oct 2015 04:18:31 +0000 (13:18 +0900)
QEMU dsound audio backend is not stabilized now and it can cause
emuulator crash. Until we solve the problem, we should disable
audio in Windows.

Change-Id: I5acb6f955fa03868b34ca27be8fc0fec63c7dda1
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
tizen/src/scripts/emulator.cmd

index 57f3c42..e950bc5 100644 (file)
@@ -14,6 +14,8 @@ IF "%1"=="--with-gdb" (
        SHIFT
 )
 
+rem Workaround for windows audio problem
+set QEMU_AUDIO_DRV=none
 rem run emulator
 IF %WITH_GDB%=="yes" (
        gdb --args "%EMULATOR_BIN_PATH%\emulator-x86_64" %*