components/desktop/pulseaudio/patches/08-default.patch
changeset 7827 4de3a5b9c0a3
equal deleted inserted replaced
7826:a45cf4c68b08 7827:4de3a5b9c0a3
       
     1 # Bug 25789688 - Pulseaudio needs to use the oss solaris audio driver. 
       
     2 # This changes the default configuration that is delivered to solaris
       
     3 # users.  The primary need is to allow pulseaudio to use the oss audio 
       
     4 # driver, instead of the custom (non oss) driver interface that is supplied
       
     5 # as part of the upstream source.  
       
     6 #
       
     7 # IMHO the library called module_solaris.so is no longer needed and had we
       
     8 # been tracking the community more closely, we would have been on the oss
       
     9 # interface long ago.  
       
    10 #
       
    11 # We should be working with the upstream community to phase out the library
       
    12 # module_solaris.so as obsolete.
       
    13 # 
       
    14 --- pulseaudio-9.0/src/daemon/a	2017-03-30 12:17:40.709473123 -0700
       
    15 +++ pulseaudio-9.0/src/daemon/default.pa.in	2017-03-30 12:19:35.125104134 -0700
       
    16 @@ -41,6 +41,7 @@
       
    17  #load-module module-alsa-source device=hw:1,0
       
    18  ])dnl
       
    19  ifelse(@HAVE_OSS_OUTPUT@, 1, [dnl
       
    20 +load-module module-oss 
       
    21  #load-module module-oss device="/dev/dsp" sink_name=output source_name=input
       
    22  #load-module module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
       
    23  ])dnl