Date: Fri, 09 Apr 1999 09:37:17 +0900 From: haro@tk.kubota.co.jp (Munehiro Matsuda) To: steve@snuggly.demon.co.uk Cc: luigi@labinfo.iet.unipi.it, multimedia@FreeBSD.ORG Subject: Re: YMF719 - configuration hell! Message-ID: <19990409093717W.haro@tk.kubota.co.jp> In-Reply-To: Your message of "Thu, 8 Apr 1999 19:12:08 %2B0100 (BST)" <Pine.BSF.4.05.9904081808180.6910-100000@localhost> References: <Pine.BSF.4.05.9904081808180.6910-100000@localhost>
index | next in thread | previous in thread | raw e-mail
Steve,
From: Steve Roome <steve@snuggly.demon.co.uk>
Date: Thu, 8 Apr 1999 19:12:08 +0100 (BST)
::
::On Thu, 8 Apr 1999, Luigi Rizzo wrote:
::> could be that rplayd is trying to use /dev/mixer0...
::
::I was using the package, I've just installed the port, and it's using
::/dev/mixer, even setting this to be /dev/mixer1 doesn't help.
I think it's a bug in rplayd.
When I installed rplay by ports, I had same problem and fixed it my self.
But, I forgot to file a bug report. Sorry. :)
::it's actually trying to do this :
::
:: if (!(mxdevmask & SOUND_MIXER_PCM))
:: {
:: report (REPORT_ERROR, "rplay_audio_get_volume: pcm mixer device not installed\n");
:: close (mx);
:: return (-1);
:: }
This check should use 'SOUND_MASK_PCM', and not the 'SOUND_MIXER_PCM'.
You have to replace all reference of 'SOUND_MIXER_PCM' to 'SOUND_MASK_PCM'
in rplayd/audio/audio_FreeBSD.c.
Hope this helps,
Haro
-------------------------------------------------------------------------------
_ _ Munehiro (haro) Matsuda
-|- /_\ |_|_| Office of Business Planning & Developement, Kubota Corp.
/|\ |_| |_|_| 1-3 Nihonbashi-Muromachi 3-Chome
Chuo-ku Tokyo 103, Japan
Tel: +81-3-3245-3318 Fax: +81-3-32454-3315
Email: haro@tk.kubota.co.jp
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990409093717W.haro>
