Clemens Ladisch wrote:

Caleb Crome wrote:


Clemens Ladisch wrote:


However, Realplayer uses the OSS emulation through /dev/dsp0.  To make
that work with your "file" device, add the following to the config
file:

pcm.dsp0 = file


Awesome!  It works like a charm.  Than you so much!  The one thing that
doesn't work quite right is that I get the following error when
RealPlayer attempts to access the mixer:

ALSA lib control.c:601:(snd_ctl_open_noupdate) Invalid CTL mixer0



It tries to use /dev/mixer0, too. Add the following:


ctl.mixer0 = "hw:0"


HTH Clemens




Clemens,
  Thanks for the info, however  now I get the following:

ALSA lib control.c:516:(snd_ctl_open_conf) Invalid type for CTL mixer0 definition

Any ideas? Just for the record, my asoundrc is:

pcm.dsp0 = file
pcm.file {
    type file
    slave {
          pcm "hw:0,0"
    }
   file "/tmp/pcm.raw.pipe"
}
ctl.mixer0 = "hw:0"


When I changed the last line to:


ctl.mixer0 = hw

it doesn't complain any more. Is that the correct syntax?

Thanks again,
   -Caleb



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to