The following reply was made to PR ports/169896; it has been noted by GNATS.

From: Jan Beich <[email protected]>
To: Boris Samorodov <[email protected]>
Cc: [email protected]
Subject: Re: ports/169896: [patch] audio/linux-f10-alsa-lib: use OSS plugin by 
default
Date: Mon, 30 Jul 2012 10:24:32 -0300

 Boris Samorodov <[email protected]> writes:
 
 > Do you have audio/alsa-lib installed?
 
 It should work without. alsa-plugins-oss talks directly to /dev/dsp
 unlike linux pulseaudio-libs talking to freebsd pulseaudio daemon.
 
 > If yes, then you should already get the file
 > $LOCALBASE/etc/asound.conf. And then it should be used by a linux
 > application.
 
 linuxulator is aware of LOCALBASE?
 
 > You may try to use devel/linux_kdump to trace opened/searched files by
 > a linux application.
 
 Do I need it on 10.0-CURRENT? Before/after removing asound.conf:
 
   $ kdump -tn | fgrep .conf | uniq
    aplay    NAMI  "/compat/linux/usr/share/alsa/alsa.conf"
    aplay    NAMI  "/compat/linux/etc/asound.conf"
   -aplay    NAMI  "/compat/linux/etc/alsa/pulse-default.conf"
   -aplay    NAMI  "/etc/alsa/pulse-default.conf"
   +aplay    NAMI  "/etc/asound.conf"
    aplay    NAMI  "/compat/linux/usr/share/alsa/cards/aliases.conf"
    aplay    NAMI  "/compat/linux/usr/share/alsa/pcm/default.conf"
    aplay    NAMI  "/compat/linux/usr/share/alsa/pcm/dmix.conf"
    aplay    NAMI  "/compat/linux/usr/share/alsa/pcm/dsnoop.conf"
 
 pulse-default.conf is part of nonexisting 
audio/linux-f10-alsa-plugins-pulseaudio.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "[email protected]"

Reply via email to