projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2d3066
)
Revert "ossaudio: do not enable by default"
author
Gerd Hoffmann
<kraxel@redhat.com>
Thu, 7 Nov 2013 11:25:02 +0000
(12:25 +0100)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Thu, 7 Nov 2013 11:26:00 +0000
(12:26 +0100)
This reverts commit
c905c5012ac0c6fde3b8094d2206a3139deddba2
.
There is a better fix for the issue at hand.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
audio/ossaudio.c
patch
|
blob
|
history
diff --git
a/audio/ossaudio.c
b/audio/ossaudio.c
index 3e04a583762c9ac13a6bd471c47ed8a840880af9..007c64115aec20106a6a5b4ac7f4a42c6a821dcd 100644
(file)
--- 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),