# Audio redirection1notify 0 {2match "system" "SND";3match "subsystem" "CONN";4match "type" "IN";5match "cdev" "dsp[0-9]+";67# FIXME: We are hardcoding /dev/vdsp.ctl here, simply because it is a8# common virtual_oss control device name. Until we find a proper way to9# define control devices here, /dev/vdsp.ctl can be changed to the10# control device of choice.11action "/usr/sbin/virtual_oss_cmd /dev/vdsp.ctl -R /dev/$cdev";12};1314notify 0 {15match "system" "SND";16match "subsystem" "CONN";17match "type" "OUT";18match "cdev" "dsp[0-9]+";1920# FIXME: See comment above.21action "/usr/sbin/virtual_oss_cmd /dev/vdsp.ctl -P /dev/$cdev";22};232425