# Audio redirection1notify 0 {2match "system" "SND";3match "subsystem" "CONN";4match "type" "IN";5match "cdev" "dsp[0-9]+";67# Other audio servers or device switching commands can be used here8# instead of virtual_oss(8).9#10# FIXME: We are hardcoding /dev/vdsp.ctl here, simply because it is a11# common virtual_oss control device name. Until we find a proper way to12# define control devices here, /dev/vdsp.ctl can be changed to the13# control device of choice.14action "/usr/sbin/virtual_oss_cmd /dev/vdsp.ctl -R /dev/$cdev";15};1617notify 0 {18match "system" "SND";19match "subsystem" "CONN";20match "type" "OUT";21match "cdev" "dsp[0-9]+";2223# See comment above.24action "/usr/sbin/virtual_oss_cmd /dev/vdsp.ctl -P /dev/$cdev";25};262728