From 33c73721dca9520e6cf0fd1fcb739718e38b473b Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 4 Mar 2015 17:49:50 +0100 Subject: Fix last commit --- .../modules/vmware/data/opt/openslx/vmchooser/vmware/run-virt.include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'remote/modules/vmware') diff --git a/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/run-virt.include b/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/run-virt.include index 47c96ec1..471a207c 100644 --- a/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/run-virt.include +++ b/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/run-virt.include @@ -267,7 +267,6 @@ runvmwareconfheader () # sound sound.present = "TRUE" $sound_fileName - sound.autodetect = "FALSE" sound.virtualdev = "$sound" pciSound.enableVolumeControl = "FALSE" sound.enableVolumeControl = "FALSE" @@ -471,7 +470,8 @@ sound="es1371" # set sound card explicitly if there is more than one card in the host system if [ -n "$SOUND_CARD_INDEX" -a -n "$SOUND_CARD_COUNT" ] && [ "$SOUND_CARD_COUNT" -gt 1 ]; then - sound_fileName="sound.fileName = \"sysdefault:CARD=${SOUND_CARD_INDEX}\"" + sound_fileName="sound.fileName = \"sysdefault:CARD=${SOUND_CARD_INDEX}\" +sound.autodetect = \"FALSE\"" else sound_fileName='sound.fileName = "-1" sound.autodetect = "TRUE"' -- cgit v1.2.3-55-g7522