Hi Benjamin On Mon, Oct 13, 2014 at 9:42 AM, Benjamin Scherrer <[email protected]> wrote: > Dear pulseaudio maintenance team, > > I hope I don't bother you too much, I'm not very experienced with the Debian > package tracker. > > I'm trying to figured out why my RME HDSP 9652 doesn't work (no sound) with > pulseaudio and it seems to be an upstream problem. > > They told me to check out the "multichannel fallback mapping" patch which is > newer than the 5.0 release. Does 5.0-13 in unstable include this patch?
No, unfortunately it doesn't. If you want to try the patch, I would suggest the following: $ sudo apt-get build-dep pulseaudio # this installs the required stuff to build pa $ sudo apt-get install devscripts # other helpers $ apt-get source pulseaudio # this gets the current pulseaudio source $ cd pulseaudio-5.0 # Add the patches to debian/patches dir and list them at the end of debian/patches/series $ dch -i "Add multichannel fallback mapping patch" $ dpkg-buildpackage -us -uc $ sudo debi ../pulseaudio_*.changes And then restart pulseaudio. If this works for your use case, please do: $ debdiff pulseaudio_5.0-13.dsc pulseaudio_5.0-14.dsc > multichannel.diff And send us the diff so we can apply it. Unfortunately our team is a bit underpowered at the moment so we would appreciate if you could help us on this one. -- Saludos, Felipe Sateler _______________________________________________ pkg-pulseaudio-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-pulseaudio-devel

