Dev Mazumdar wrote:
>> Sorry about that. Will do in the future....
>>
>>     
>>> BTW, have you worked on a port of Jack+OSS on
>>>       
>> Solaris?. 
>>     
>>>   
>>>       
>> Yes, there currently is a build-able spec file in the
>> spec-files-extra 
>> repository on sourceforge. After a bit of testing
>> today, there a couple 
>> of patches I need to upload to make it work. e.g.
>> Sound output and not 
>> crashing on printf null pointers. This afternoon I
>> was working on 
>> getting it working with RBAC and some patches so it
>> can work under the 
>> real time scheduler on Solaris. It may take a couple
>> of days to sort 
>> this out properly.
>>
>> At the moment I have mplayer using oss, alsa->oss and
>> jack->oss for it's 
>> audio output.
>>
>> Doug 
>>     
>
>
> Hi Doug,
>
>
> I can't see how ALSA lib/plugins could work on OSS drivers unless you've 
> ported over our libsalsa to Solaris. AFAIK, ALSA lib and ALSA plugins don't 
> have an OSS backend and need the "real" ALSA drivers to work. Perhaps I'm 
> mistaken about this stuff.
>   
Dev,
    There is a pcm OSS plugin in the ALSA plugins. It Looks like this -
           app -> ALSA libs -> ALSA OSS plugin -> OSS device 
(/dev/dsp,/dev/mixer)


jdsbuild at prae> ls /usr/lib/alsa-lib/*oss*
/usr/lib/alsa-lib/libasound_module_ctl_oss.so
/usr/lib/alsa-lib/libasound_module_pcm_oss.so

jdsbuild at prae> more /etc/asound.conf
pcm.oss {
    type oss
    device /dev/dsp
}

pcm.!default {
    type oss
    device /dev/dsp
}

ctl.oss {
    type oss
    device /dev/mixer
}

ctl.!default {
    type oss
    device /dev/mixer
}

Reply via email to