FreeBSD Bugzilla – Attachment 138146 Details for
Bug 184006
[patch] audio/alsa-lib: convert FLOAT samples automatically
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
convert_float.diff
convert_float.diff (text/plain), 1011 bytes, created by
Jan Beich
on 2013-11-15 18:50:00 UTC
(
hide
)
Description:
convert_float.diff
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2013-11-15 18:50:00 UTC
Size:
1011 bytes
patch
obsolete
>Index: audio/alsa-lib/files/asound.conf.sample >=================================================================== >--- audio/alsa-lib/files/asound.conf.sample (revision 333423) >+++ audio/alsa-lib/files/asound.conf.sample (working copy) >@@ -1,14 +1,21 @@ > # > # FreeBSD/OSS > # >+pcm_slave.oss { >+ pcm { >+ type oss >+ device /dev/dsp >+ } >+} >+ > pcm.!default { >- type oss >- device /dev/dsp >+ type plug >+ slave pcm_slave.oss > } > > ctl.!default { > type oss >- device /dev/mixer >+ device /dev/dsp > } > > # >@@ -15,28 +22,28 @@ ctl.!default { > # Remap all possible surround stuffs. > # > pcm.!surround40 { >- type oss >- device /dev/dsp >+ type plug >+ slave pcm_slave.oss > } > > pcm.!surround41 { >- type oss >- device /dev/dsp >+ type plug >+ slave pcm_slave.oss > } > > pcm.!surround50 { >- type oss >- device /dev/dsp >+ type plug >+ slave pcm_slave.oss > } > > pcm.!surround51 { >- type oss >- device /dev/dsp >+ type plug >+ slave pcm_slave.oss > } > > pcm.!surround71 { >- type oss >- device /dev/dsp >+ type plug >+ slave pcm_slave.oss > } > > #
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 184006
: 138146