search for: config_audio

Displaying 1 result from an estimated 1 matches for "config_audio".

Did you mean: config_audit
2011 Jul 23
1
Bug#635166: Please enable audio support in xen-qemu
...re 2010-03-23 17:08:39.000000000 +0800 +++ b/configure 2010-03-23 17:09:30.000000000 +0800 @@ -1382,6 +1382,9 @@ echo "#define CONFIG_VDE 1" >> $config_h echo "VDE_LIBS=-lvdeplug" >> $config_mak fi +if ! test -z "$audio_card_list"; then + echo "CONFIG_AUDIO=yes" >> $config_mak +fi Then: $(STAMPS_DIR)/setup: $(STAMPS_DIR)/source cd $(BUILD_DIR); ./xen-setup \ --audio-drv-list="pa oss alsa sdl esd" \ --audio-card-list="ac97 es1370 sb16 cs4231a adlib gus" \ --enable-...