OpenVoiceOS/buildroot-external/board/ovos/raspberrypi/rootfs-overlay/etc/udev/rules.d/91-vocalfusion.rules

12 lines
327 B
Plaintext

SUBSYSTEM!="sound", GOTO="vocalfusion_end"
ACTION!="change", GOTO="vocalfusion_end"
KERNEL!="card*", GOTO="vocalfusion_end"
# PulseAudio profile sets
ATTR{id}=="sndxmosvocalfus",ENV{PULSE_PROFILE_SET}="xvf3510.conf"
# ALSA profile sets
ATTR{id}=="sndxmosvocalfus",ENV{ACP_PROFILE_SET}="xvf3510.conf"
LABEL="vocalfusion_end"