summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2013-11-07 12:25:02 +0100
committerGerd Hoffmann <kraxel@redhat.com>2013-11-07 12:26:00 +0100
commit926de75432d57cade393750da8102f3ba1eeb4a0 (patch)
tree1a9687198f4b22df6fae0a45dab72f5f0e887ab9 /audio
parentc2d30667760e3d7b81290d801e567d4f758825ca (diff)
downloadhqemu-926de75432d57cade393750da8102f3ba1eeb4a0.zip
hqemu-926de75432d57cade393750da8102f3ba1eeb4a0.tar.gz
Revert "ossaudio: do not enable by default"
This reverts commit c905c5012ac0c6fde3b8094d2206a3139deddba2. There is a better fix for the issue at hand. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'audio')
-rw-r--r--audio/ossaudio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ossaudio.c b/audio/ossaudio.c
index 3e04a58..007c641 100644
--- a/audio/ossaudio.c
+++ b/audio/ossaudio.c
@@ -932,7 +932,7 @@ struct audio_driver oss_audio_driver = {
.init = oss_audio_init,
.fini = oss_audio_fini,
.pcm_ops = &oss_pcm_ops,
- .can_be_default = 0,
+ .can_be_default = 1,
.max_voices_out = INT_MAX,
.max_voices_in = INT_MAX,
.voice_size_out = sizeof (OSSVoiceOut),
OpenPOWER on IntegriCloud