Milan Jurik wrote:
> Hi,
>
> is some way how to manage /dev/audio symlink? I have usb webcam (working
> in OSol) with audio profile (probably microphone) and as the result
> devfsadm symlink /dev/audio to usb/audio device. Which is wrong, of
> course. I need to stay with sound/0 (audio chip on board).
>
> For now I'm excluding usb audio driver, but that isnt' nice solution.
>
> I looked at devfsadm source code and it looks like usb audio (because
> loaded after audiohd) replaces symlink, no config option available. Is
> it truth?
>   

Yes, that's correct.

The idea was that a USB headset should trump the default built in device.

However, if you want your audio applications to always use /dev/sound/0 
instead, you can put the following in your environment:

AUDIODEV=/dev/sound/0
export AUDIODEV

    -- Garrett
> Best regards,
>
> Milan
>
> _______________________________________________
> driver-discuss mailing list
> [email protected]
> http://mail.opensolaris.org/mailman/listinfo/driver-discuss
>   

_______________________________________________
driver-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/driver-discuss

Reply via email to