Re: [Alsa-user] dmix not working for oss

2007-06-17 Thread Lee Revell
On 6/17/07, Carlos Pita <[EMAIL PROTECTED]> wrote: > No, I thought that aoss was a second choice, not complementary to emulation > by snd_*_oss modules, was I wrong? aoss is the only way to get dmix working for OSS apps. The reason is that snd_*_oss aka "in-kernel OSS emulation" is implemented in

Re: [Alsa-user] dmix not working for oss

2007-06-17 Thread Carlos Pita
No, I thought that aoss was a second choice, not complementary to emulation by snd_*_oss modules, was I wrong? Cheers, Carlos On 6/17/07, Lee Revell <[EMAIL PROTECTED]> wrote: On 6/17/07, Carlos Pita <[EMAIL PROTECTED]> wrote: > Sorry, it was an error when copy pasting to the email. The real .a

Re: [Alsa-user] dmix not working for oss

2007-06-17 Thread Lee Revell
On 6/17/07, Carlos Pita <[EMAIL PROTECTED]> wrote: > Sorry, it was an error when copy pasting to the email. The real .asoundrc is > as: > > pcm.dsp0 { >type plug >slave.pcm "dmix" > } > ctl.mixer0 { > type hw > card 0 > } You are running the OSS apps as "aoss some-oss-app" righ

Re: [Alsa-user] dmix not working for oss

2007-06-17 Thread Carlos Pita
Sorry, it was an error when copy pasting to the email. The real .asoundrc is as: pcm.dsp0 { type plug slave.pcm "dmix" } ctl.mixer0 { type hw card 0 } Cheers, Carlos On 6/17/07, Lee Revell <[EMAIL PROTECTED]> wrote: On 6/17/07, Carlos Pita <[EMAIL PROTECTED]> wrote: > Then, my .aso

Re: [Alsa-user] dmix not working for oss

2007-06-17 Thread Lee Revell
On 6/17/07, Carlos Pita <[EMAIL PROTECTED]> wrote: > Then, my .asoundrc configuration for > oss dmix is: > > pcm.dsp0 { > type plug > slave.pcm "hw:0" > } > > ctl.mixer0 { > type hw > card 0 > } This config does not mention dmix at all.. try changing slave.pcm to "dmix:0" Lee ---